/* 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 <March 06, 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);
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
.cta-btn {
    border-radius: 999px;
    background: var(--color-primary-background);
}
.snap-mobile-menu {
    background: none;
}

mm-burger {
    color: #374151;
}
body:not([data-page-name="index"]) #navigation {
    /* background: white !important; */
    height: 260px;
    position: relative;
}
/* Hero */
	/**/
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5:before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9fa2fcd0-f561-4cd7-b467-554dc057d104/backgrounds/EC4T_welcome_bg.jpg) center top no-repeat;
	background-size: cover;
    height: 250%;
    z-index: 1;
}
.module-welcome.style-5 .ry-text p {
    color: white;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}
/* Services */
	/**/
#services-12 img {
    background: white;
    border-radius: 999px;
}

#services-12 > div:nth-child(even) > div > p, #services-12 > div:nth-child(odd) > div > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#services-12 > div:nth-child(odd) > div > a, #services-12 > div:nth-child(even) > div > a {
    color: var(--color-secondary-background);
    background-color: var(--color-primary-text);
    width: 30px;
    height: 30px;
    font-size: 15px;
}

#section-hp-services::before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9fa2fcd0-f561-4cd7-b467-554dc057d104/backgrounds/EC4T_service_before.jpg) center top no-repeat;
	background-size: cover;
    height: 40%;
    top: auto;
    bottom: 0;
}
#section-hp-services {
    z-index: 1;
    position: relative;
}

#services-12 > div:nth-child(odd), #services-12 > div:nth-child(even) {
    border-radius: 1rem;
}
#services-12 > div:nth-child(even) {
    background-color: #9ec87f;
}
/* Meet the Team */
	/**/
.ry-hp-team-8::before {
    background: none;
}
.ry-hp-team-8 .bg-team-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 110px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9fa2fcd0-f561-4cd7-b467-554dc057d104/backgrounds/EC4T_team_before.jpg) center center no-repeat;
	background-size: cover;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
/* Insurance */
	/**/

#hp-insurance-1 .overflow-hidden,
#hp-brands-6 .overflow-hidden{
    padding: 0;
}

#hp-insurance-1 .swiper-slide,
#hp-brands-6 .swiper-slide{
    background: #ecf1e899;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.testimonials-swiper .swiper-slide:nth-child(odd) {
    background: var(--color-primary-background);
}
.testimonials-swiper .swiper-slide:nth-child(even) {
    background: var(--color-secondary-background);
}
.testimonials-swiper .swiper-slide p {
    color: white !important;
}
.hp-testimonials-1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9fa2fcd0-f561-4cd7-b467-554dc057d104/backgrounds/EC4T_testimonials_bg.png) center bottom no-repeat;
    background-size: cover;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/

@media (max-width:1480px){
    .module-welcome.style-5:before {
        height: 200%;
    }
}
@media (max-width:1279px){
.ry-hp-team-8 .bg-team-box::before {
    opacity: 0;
}
}
@media (width < 1080px) {
    .module-welcome.style-5:before,
#section-hp-services:before, .module-19.style2:before, .ry-services.style2::before{
        opacity: 1;
    }
}
@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
	body:not([data-page-name="index"]) #navigation {
		height: fit-content;
	}
}
/* End - HP Edits*/
	
	body[data-page-name="frames"] #hp-brands-6 {
		padding: 0;
	}
	
	body[data-page-name="contact-us"] div#footer-map {
    display: none;
}
	
	body[data-page-name="contact-us"] div#ry-footer-3 {
		padding-top: 220px;
	}