/* 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 <November 03, 2025> */

/**/
	/*fonts*/

	/*btns*/
		
/*Modal*/
/* Header */
	/**/
.cta-btn {
    background: var(--color-primary-background);
    border-radius: 35px;
}

.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}
/* Hero */
	/**/
#hp-slider .swiper-button-next, #hp-slider .swiper-button-prev {
    opacity: 0;
}
.with-gradient:before {
    background: linear-gradient(to bottom, white, transparent, #00000061);
}

.slider-info {
    min-height: fit-content;
}
/* CTA */
	/**/
/* Welcome */
	/**/

#hp-welcome-1 .background-section, #hp-welcome-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Services */
	/**/
.module-services.style-11 .ry-flex .ry-each .services-details p {
    color: #666;
}
.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo:before {
    border: 1px solid #33333360;
}

/*.ciclegraph.circle-count-9:before {
    filter: invert(0.4);
}*/

.module-services.style-11 .ry-flex {
    align-items: start;
}

.module-services.style-11:before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-fadfca85-973d-403e-ba37-6e1e7a99ee51/backgrounds/SVTX_services_bg.jpg) right center no-repeat;
    background-size: cover;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    opacity: 0;
}

.module-testimonials.style-2 div.p-4:last-child {
    padding: 0;
}

.module-testimonials.style-2 .comments-icon {
    box-shadow: 0 0 7px #fff;
    background-color: var(--color-secondary-background);
}

.module-testimonials.style-2 .comments-symbol {
    font-family: 'Playfair Display';
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (max-width: 1024px) {
	.footer-contents .footer-details-wrap {grid-template-columns: repeat(1, minmax(0, 1fr));}
	.footer-contents .footer-details-wrap * {
		text-align: center;
	}
}
@media screen and (max-width:767px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    
    .with-gradient:before {
        opacity: 0;
    }
}
@media (min-width: 768px) {
    .slider-info-left-bottom {
        bottom: 1%;
    }
}
@media (max-width: 500px) {
	.custom-headline h2 {
		font-size: 35px !important;
	}
}
/* End - HP Edits*/

#navigation .bg-primary-background {
	background-color: #fff;
}

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

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