/* 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; color:#000;}
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 19,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, #ffffff57, transparent, #000000a6);
}
.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 {
    background: var(--color-primary-background);
}
.cta-btn:hover {
    border-color: var(--color-primary-background);
    color: 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;
}
.slider-info {
    min-height: fit-content;
    background-color: var(--color-primary-background);
}
/* 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;
}
/* Services */
	/**/
.ry-services.style2 .each-block .photo:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-784b2114-ebb6-46db-8c39-8bcfe18d9e25/Icons/TEC_services_ic.png) center center no-repeat;
	background-size: contain;
}

.ry-services.style2 .each-block .photo img {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	object-fit: cover;
	border-radius: 0;
	z-index: 2;
	filter: invert(1);
}

.ry-services.style2 .each-block .title {
	position: absolute;
	bottom: -85px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 3;
	transition: .4s;
	line-height: 1.2;
}

.ry-services.style2 .each-block .title div {
	font-size: 20px;
	color: #374151;
}
.mobile-services .slick-track .each-block {
	margin-left: 25px;
	margin-bottom: 100px;
	overflow: visible;
}
#services-7 .ry-content .content {
	max-width: 980px;
}

.mobile-services .slick-dots button {
	background: black !important;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (max-width: 1480px) {
    .module-welcome.style-5 .ry-each:not(.image-wrapper) {
        padding-right: 0;
    }
}
@media (min-width: 1081px) {
    .mobile-services {
        display: block;
    }
    .ry-services.style2 .block-count-6 {
        display: none;
    }
    .ry-services.style2 .ry-flex {
        display: none;
    }

    .ry-services.style2 .each-block .photo {
        position: relative;
        padding-bottom: 100%;
        border-radius: 999px;
        overflow: hidden
    }
    
    .ry-services.style2 .each-block .photo:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
		background: url(https://s3.amazonaws.com/static.organiclead.com/Site-784b2114-ebb6-46db-8c39-8bcfe18d9e25/Icons/TEC_services_ic.png) center center no-repeat;
		background-size: contain;
    }

    .ry-services.style2 .each-block .photo img {
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        object-fit: cover;
        border-radius: 0;
        z-index: 2;
        filter: invert(1);
    }

    .ry-services.style2 .each-block .title {
        position: absolute;
        bottom: -85px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 3;
        transition: .4s;
        line-height: 1.2;
    }

    .ry-services.style2 .each-block .title div {
        font-size: 20px;
        color: #374151;
    }

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

    .ry-services.style2 .each-block .button-svg {
        display: none;
    }

    .mobile-services .slick-track .each-block {
        margin-left: 25px;
        margin-bottom: 100px;
        overflow: visible;
    }

    .mobile-services .slick-list {
        margin-left: -25px;
    }

    .mobile-services .slick-dots {
        margin-top: 30px;
        padding-left: 0;
        list-style: none;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .mobile-services .slick-dots li {
        margin: 0 3px;
        height: auto;
        line-height: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-services .slick-dots li:not(.slick-active) {
        opacity: .5;
    }

    .mobile-services .slick-dots button {
        width: 12px;
        height: 12px;
        text-indent: -9999999px;
        background: #eeeef0;
        border: unset;
        box-shadow: unset;
        border-radius: 50%;
    }

    .mobile-services .slick-arrow {
        display: none !important;
    }
}
@media(width < 1080px) {
    .module-welcome.style-5:before {
        opacity: 1;
    }
}
@media (max-width:1024px){
	#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
		height: 100% !important;
	}

	body[data-page-name="index"] #navigation {
		position: relative;
	}
}

@media (max-width: 768px) {
	.slider-info-center-bottom {
		bottom: 0 !important;
		padding-bottom: 30px !important;
	}
	#hp-slider .swiper-pagination-bullets {
		z-index: 99 !important;
		bottom: 145px;
	}
	#hp-slider .swiper-pagination-bullet {
    	background-color: #050708;
	}
	
	div#hp-slider .with-gradient:before {
		display:none !important;
	}
}

@media (max-width: 600px) {
	#hp-slider .swiper-pagination-bullets {bottom: 10px;}
}
/* End - HP Edits*/