/* 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 16, 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);
}
body[data-page-name="index"] #navigation {
    position: absolute;
}

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

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

/* 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 */
	/**/
/* 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 */
	/**/
.ry-services.style2 .ry-content .content {
    max-width: 780px;
}

.ry-services.style2 .block-count-6 .ry-each .each-block {
    margin-bottom: 150px;
    overflow: visible;
}

.ry-services.style2 .ry-each .photo:before {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-8c80ff07-2ecc-4848-ae2a-da270a3531c8/backgrounds/FarragutEC_service_before_V2.png) center center no-repeat;
    background-size: contain;
}

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

.ry-services.style2 .ry-each .title {
    bottom: -85px;
    line-height: 1.2;
}
.ry-services.style2 .ry-each .photo:after {
    background: var(--color-secondary-background);
    opacity: 1;
}

.ry-services.style2 .ry-each .each-block:hover .photo img {
    opacity: .1;
}

.ry-services.style2 .ry-each .button-svg {
    background: var(--color-primary-background);
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/

#hp-insurance-1 {
    background: white;
}

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

#hp-insurance-1 .swiper-slide {
    background: transparent;
}
.t-swiper-button-next, .t-swiper-button-prev, .brand-4-swiper-button-next, .brand-4-swiper-button-prev {
    background-color: var(--color-primary-background);
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (max-width:1080px){
    .ry-services.style2 .each-block .photo:before {
        height: 100%;
		background: url(https://s3.amazonaws.com/static.organiclead.com/Site-8c80ff07-2ecc-4848-ae2a-da270a3531c8/backgrounds/FarragutEC_service_before_V2.png) center center no-repeat;
		background-size: contain;
    }
    .ry-services.style2 .each-block .photo {
        border-radius: 0;
        overflow: visible;
    }
    .mobile-services .slick-track .each-block {
        margin-bottom: 120px;
    }
    
    .ry-services.style2 .each-block .title {
        bottom: -85px;
        line-height: 1.2;
        width: 100%;
    }
	.ry-services.style2 .each-block .photo img {
		z-index: 2;
		filter: invert(1);
		height: 70%;
		width: 70%;
		left: 15%;
		top: 15%;
	}
}
@media (max-width:1024px){
    body[data-page-name="index"] #navigation {
        position: relative;
    }
    #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;
  }
}
/* End - HP Edits*/

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

body[data-page-name="contact-us"] #ry-footer-3 {
	padding-top: 220px;
}

.module-technology.custom  {
	padding:100px 0
}

.module-technology.custom  .swiper-button-next svg, 
.module-technology.custom  .swiper-button-prev svg {
	width:20PX;
	fill:#fff
	}

.module-technology.custom .ry-container  .tech-carousel {
	position:relative;
	margin-top:50px
	
}
.module-technology.custom .ry-container .swiper-container {
	overflow:hidden;
}
.module-technology.custom .ry-container .ry-content .arrow-custom {
	position: absolute;
	top: 50%;
	width: calc(100% + 13vw);
	left: 50%;
	transform: translate(-50%, -50%);
	    z-index: 9;
}

.module-technology.custom .ry-container .slide-block .title {
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #333333;

}

.module-technology.custom .ry-container .ry-content .arrow-custom .swiper-button-prev,
.module-technology.custom .ry-container .ry-content .arrow-custom .swiper-button-next{
	opacity:.5;
	transition:all .3s ease;
	background:var(--color-primary-background);
	display:flex
}
	
.module-technology.custom .ry-container .ry-content .arrow-custom .swiper-button-prev:hover,
.module-technology.custom .ry-container .ry-content .arrow-custom .swiper-button-next:hover {
	opacity:1;
}

.module-technology.custom .ry-container .ry-content .arrow-custom .swiper-button-prev:hover svg, 
.module-technology.custom .ry-container .ry-content .arrow-custom .swiper-button-next:hover svg {
	fill: #fff;
}

.inner-technology .ry-container {
    max-width: 1600px !important;
}

.inner-technology .module-technology.custom {
    margin: 0;
}
.module-technology.custom .ry-headline {
	margin-bottom: 60px;
}
	
.module-technology.custom .ry-container .ry-content .button-wrapper {
	padding-top: 30px;
}


@media (max-width: 1080PX) {
  .module-technology.custom  {
	padding:80px 0
}

}

@media (max-width: 500px) {
.module-technology.custom .ry-container .ry-content .arrow-custom .swiper-button-prev,
	.module-technology.custom .ry-container .ry-content .arrow-custom .swiper-button-next{
		width:40px;
		height:40px
	}
}

.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}