/* 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 <February 13, 2026> */

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

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

.cta-btn:first-child:hover {
    background: transparent;
}

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

mm-burger {
    color: black;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}

/* Hero */
	/**/
.with-gradient:before {
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.slider-info {
    min-height: fit-content;
}

@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 5%;
    }
}
/* CTA */
	/**/
.cta-section.style-1:hover::before{
    opacity: 0;
}

.cta-section.style-1:hover .span {
    color: var(--color-secondary-background);
    background: none;
}
.cta-section.style-1:hover {
    transform: none;
}

.cta-section.style-1:hover img {
    object-fit: contain;
    filter: brightness(0.4);
}
/* Welcome */
	/**/

#hp-welcome-1 .background-section, #hp-welcome-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-position: top;
    object-fit: cover;
}
/* Services */
	/**/
#services-7 .each-block {
    margin-bottom: 130px;
    overflow: visible;
}

.ry-services.style2 .ry-each .photo {
    border-radius: 999px;
    overflow: hidden;
}

.ry-services.style2 .ry-each .title {
    bottom: -85px;
}

.ry-services.style2 .ry-each .photo:before {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6d9b634c-e993-40a9-99e1-67d6ad78ad34/images/EEC_services_circle_v3.png) center center no-repeat;
	background-size: cover;
}

.ry-services.style2 .ry-each .photo img {
    z-index: 2;
    height: 40%;
    width: 40%;
    left: 30%;
    top: 30%;
	filter: brightness(0) invert(1);
}

.ry-services.style2 .ry-each .photo:after {
    opacity: 1;
    background: #111827;
}

.ry-services.style2 .ry-each .each-block:hover .photo img {
    z-index: -1;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
#hp-insurance-1 .overflow-hidden {
    padding: 0;
}

.t-swiper-button-next, .t-swiper-button-prev, .brand-4-swiper-button-next, .brand-4-swiper-button-prev {
    background: white;
    color: black;
}

#hp-insurance-1 .swiper-slide {
    background: none;
}

#hp-insurance-1 .swiper-slide img {
    mix-blend-mode: normal;
    filter: brightness(0) invert(1);
	height: 120px;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    opacity: 0;
}
/* Footer */
	/**/
#ry-footer::before {
    background-color: var(--color-secondary-background);
}
.footer-social-wrapper a {
    color: var(--color-secondary-background);
    background: var(--color-secondary-text);
}
.footer-social-wrapper a:hover {
    background-color: var(--color-primary-background) !important;
    color: var(--color-primary-text) !important;
}
	/* Mobile menu phone dropdown */
		/* Header */
			#ry-footer .dropdown {
			  position: relative;
			  display: inline-block;
			}

			#ry-footer .dropdown-content {
			  display: none;
			  position: absolute;
    			background: white;
			}

			 #ry-footer .dropdown-content a {
				color: black;
				padding: 12px 16px;
				text-decoration: none;
				display: block;
				border-bottom: 1px solid var(--color-secondary-background);
				text-align: left;
				background: none;
				width: 100px;
				line-height: normal;
				border-radius: 0;
			}

			#ry-footer .dropdown:hover .dropdown-content {display: block;}

			#ry-footer .dropdown:hover .dropbtn {background-color: #3e8e41;}
		/* END - Header*/
	/* END - Mobile menu phone dropdown */
/*Media Queries*/
	/**/
@media (max-width: 1024px) {
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}

@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}

@media (max-width: 1080px) {
    .ry-services.style2 .each-block .title {
        bottom: -95px;
    }
    .ry-services.style2 .each-block .photo:before {
        height: 100%;
		background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6d9b634c-e993-40a9-99e1-67d6ad78ad34/images/EEC_services_circle.png) center center no-repeat;
		background-size: contain;
    }
    
    .ry-services.style2 .each-block .photo img {
        border-radius: 0;
        z-index: 2;
		top: 15%;
        left: 15%;
        width: 70%;
        height: 70%;
        object-fit: cover;
        filter: invert(1);
    }
    .mobile-services .slick-dots button {
        background: var(--color-primary-text);
    }
    #services-7 .each-block {
        margin-top: 30px;
    }
}
@media (min-width: 1025px) and (max-width:1230px){
	.ry-menu .ry-nav {
	    justify-content: end;
	    width: 100%;
	    gap: 20px;
	}
	
	.ry-menu .ry-nav li.primary {
	    margin: 0;
		font-size: 15px;
	}
}
/* End - HP Edits*/

body:not([data-page-name="index"]) .ry-menu .ry-nav li.primary a {
    font-size: 20px;
}

#ry-pg-body #ry-footer { margin-top: 100px;}

/*Mobile menu dropdown*/
.snap-mobile-menu .dropdown {
  position: relative;
}

.snap-mobile-menu .dropdown-content {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  background-color: var(--color-secondary-background);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 999;
}

.snap-mobile-menu .dropdown:hover .dropdown-content,
.snap-mobile-menu .dropdown:focus-within .dropdown-content {
  display: flex;
  flex-direction: column;
}

.snap-mobile-menu .dropdown-content a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 12px 16px;
  color: var(--color-secondary-text);
  text-decoration: none;
  font-size: 0.85rem;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease;
}

.snap-mobile-menu .dropdown-content a:last-child {
  border-bottom: none;
}

.snap-mobile-menu .dropdown-content a:hover {
  background-color: var(--color-primary-background);
}

.snap-mobile-menu .dropdown-content a i {
  font-size: 1rem;
  margin-bottom: 2px;
}

.snap-mobile-menu .dropdown-content a span {
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}