/* 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 <June 08, 2026> */

/**/
	/*fonts*/

	/*btns*/
/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    background: white;
}

mm-burger {
    color: #374151;
}
.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);
}

.navigation-14 .cta-icon {
    background: var(--color-primary-background);
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
#hp-slider .swiper-pagination-bullet {
    background-color: white;
}
/* CTA */
	/**/
.cta-section.style-1::before {
    border-radius: 999px;
}
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-top: 40%;
}

/* Services */
	/**/

#services-7 .each-block {
    margin-bottom: 150px;
    overflow: visible;
}

.ry-services.style2 .ry-each .photo {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-44004806-1d6e-4d68-b1b2-b1a1d2093e08/Icons/EliteEC_services_circle.png) center center no-repeat;
	background-size: contain;
}

.ry-services.style2 .ry-each .photo:before {
    background: none;
}

.ry-services.style2 .ry-each .photo img {
    height: 50%;
    width: 50%;
    left: 25%;
    top: 25%;
}

.ry-services.style2 .ry-each .title div {
    color: #374151;
    line-height: 1;
}

.ry-services.style2 .ry-each .title {
    bottom: -75px;
}
	.ry-services.style2 .ry-each .photo:after {
    opacity: 1;
    border-radius: 999px;
}
.ry-services.style2 .ry-each .each-block:hover .title div {
    color: var(--color-primary-text);
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.testimonials-swiper .swiper-slide p {
    color: var(--color-primary-text);
}

.testimonials-swiper .swiper-slide {
    background: var(--color-secondary-background);
}

.testimonials-swiper .swiper-slide:nth-child(even) {
    background: var(--color-primary-background);
}
/* Footer */
	/**/
/*Media Queries*/
	/**/

@media (max-width:1024px){
    .with-gradient:before {
        opacity: 0;
    }
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}

@media (max-width:1080px){
.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-top: 0%;
}
}

@media (max-width:1080px){
    #services-7 .each-block {
        margin-bottom: 125px;
    }
    
    .ry-services.style2 .each-block .photo:before {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-44004806-1d6e-4d68-b1b2-b1a1d2093e08/Icons/EliteEC_services_circle.png) center center no-repeat;
	background-size: contain;
        height: 100%;
    }
    
    .ry-services.style2 .each-block .title div {
        color: #374151;
        line-height: 1;
    }
    
    .ry-services.style2 .each-block .title {
        bottom: -105px;
    }

    .ry-services.style2 .each-block .photo img {
        z-index: 2;
        height: 70%;
        width: 70%;
        left: 15%;
        top: 15%;
    }
}
.social-dropdown {
    position: relative;
    display: flex;
}

.social-dropdown > a {
    width: 50px;
    height: 50px;
    background: var(--color-primary-background);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-dropdown i {
    font-size: 20px;
}

.social-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 150px;
    background: var(--color-primary-background);
    border-radius: 5px;
    overflow: hidden;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(10px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease;

    pointer-events: none;
	border:solid 1px #ffffffab
}

.social-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(5px);
    pointer-events: auto;
	
}

.social-dropdown .dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
	border:solid 1px #ffffffab
}

.custom-social-wrapper .social-inner-wrap li .social-dropdown a {
    height:40px;
    width:40px;
    border-radius:50%;
}
.custom-social-wrapper .social-inner-wrap li .social-dropdown a  {
    
}
.custom-social-wrapper .social-inner-wrap ul {
    list-style:none !important
}
.custom-social-wrapper .social-inner-wrap li {
    height:fit-content;
    overflow:visible;
}
.custom-social-wrapper .social-inner-wrap li::marker {
    content: "";
}
.custom-social-wrapper .social-inner-wrap li .social-dropdown .dropdown-menu {
    border-radius:5px;
    overflow:hidden
}
.custom-social-wrapper .social-inner-wrap li .social-dropdown .dropdown-menu a  {
    width:100%;
    border-radius:0;
    background: var(--color-primary-background);
    color:#fff;
    font-size:18px
}
.contact-template.style-3 .contact-form .ry-form-box-wrapper .ry-btn {
    height:50px;
    min-height:fit-content
}
@media (max-width: 1080px) {
    .contact-template.style-3 .inner-flex .ry-each {
        max-width:800px;
        width:100%;
    }
    .contact-template.style-3 .inner-flex .ry-each iframe {
        height:55vh
    }
}

#navigation {
	background-color: #fff !important;
}
#navigation .ry-btn-secondary:hover {
    color:#FFF
}

#navigation .origin-top-right a {
    font-size:17px
}
#navigation .origin-top-right a:hover {
    color:#102631;
    display:flex;
}


.cta-section.style-1::before {
	opacity:1 !important;
	border-radius:30px;
	width:95%;
	height:95%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:var(--color-secondary-background) !important;
	z-index:1
}

.cta-section.style-1 {
    height:300px;
    width:300PX;
    border-radius:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    /* background:#cb9833; */
    border:solid 5px var(--color-secondary-background);
}

.cta-section.style-1:hover .border-8 {
    background:var(--color-primary-background) !important
}
.cta-section.style-1 .border-8 {
    border:solid 2px #fff;
    width:70%;
    margin-inline:auto;
	z-index:2
}
.cta-section.style-1 * {
	z-index:2
}
.cta-section.style-1:hover {
    cursor: pointer;
    transform:unset;
    z-index: 2;
}
@media(max-width:780px) {
	.cta-section.style-1 {
		height:250px;
		width:250PX;
	}
	.cta-section.style-1 .border-8 {
		width:80%
	}
}

#hp-brands-6 *{
    text-align:center
}


#hp-brands-6 h3 {
    font-size: clamp(1.854375rem, 1.5624rem + 1.198vw, 3rem);
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}


@media(max-width:639px) {
    #ry-footer .border-b.pb-8 {
        justify-content:center;
        align-items:center
    }
}
@media(max-width:767px) {
	.testimonials-swiper p {
		text-align:center
	}

	.testimonials-swiper .swiper-slide .flex {
		justify-content:center
	} 
}

[x-show="locationsDropdownPhone"] {
    background:var(--color-secondary-background) !important;
}

[x-show="locationsDropdownPhone"] a {
    color:#fff !important;
}
[x-show="locationsDropdownPhone"] a:not(:last-child) {
    border-bottom:solid 1px #ffffff3d
}