/* 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
}
form .ry-btn {
    cursor: pointer;
    border: 2px solid var(--color-primary-background) !important;
}

form .ry-btn:hover {
  border: 2px solid var(--color-primary-background) !important;
}
.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 <July 07, 2026> */

/**/
	/*fonts*/

	/*btns*/

.ry-btn-primary {
    background: white;
    border: 3px solid var(--color-primary-background);
    color: #374151;
    transition: all ease .3s;
}

.ry-btn-primary:hover {
    background: var(--color-primary-background) !important;;
    color: white !important;
    border: none !important;
}
/*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: none;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
.cta-btn:first-child {
	background: #b1b1b3;
}
.cta-btn:first-child:hover {
	background: none; !important
	border-color: #b1b1b3;
	color: #b1b1b3;
}
.cta-btn:last-child {
	background: var(--color-primary-background);
}
.cta-btn:first-child:hover {
	background: none; !important
	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;
}
/* 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%;
}
.module-welcome.style-5:before {
    opacity: 0;
}

.group-bg.background-section, .group-bg.background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}


/* Services */
	/**/
#section-hp-services .custom-headline, #section-hp-services .ry-btn {
    z-index: 2;
    position: relative;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/

#hp-insurance-1 {
    background: var(--color-primary-background);
}

#hp-insurance-1 .swiper-slide {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

#hp-insurance-1 .overflow-hidden {
    padding-bottom: 20px;
}

/* Brand */
	/**/

.brands-swiper-4 img {
    height: 100px;
   
}

.brand-4-swiper-button-next, .brand-4-swiper-button-prev {
    background-color: var(--color-primary-text);
    color: var(--color-primary-background);
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.t-swiper-button-next, .t-swiper-button-prev {
    background-color: var(--color-primary-background);
}

.testimonials-swiper .swiper-slide {
    background: var(--color-primary-background);
    border-radius: 0;
}

.testimonials-swiper .swiper-slide:nth-child(odd) p {
    color: white;
}
.testimonials-swiper .swiper-slide:nth-child(even) {
    background: #ffffffc4;
    border: 8px solid var(--color-primary-background);
    border-radius: 0;
}
#section-hp-services,
.ry-section:nth-child(odd) #section-hp-team,
.hp-testimonials-1 {
    z-index: 1;
    background-color: transparent;
    position: relative;
}
/* Footer */
	/**/
/*Media Queries*/

@media (min-width:1025px) {
	body#page #navigation {
	  position: absolute;
	}
	#navigation-style-4 {
	  padding: 1em 2em 0;
	  align-items: flex-start;
	}

	.ry-menu .ry-nav li.primary {
	  margin-top: 0;
	}
	.cta-btn {
	  height: 60px;
	}
	.ry-menu {
	  margin-top: -1em;
	}
}

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

@media (width < 1080px) {
    #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;
    }
}

@media (max-width:425px){
    .module-welcome.style-5 .ry-each.image-wrapper .photo {
        padding-top: 40%;
    }
}
/* End - HP Edits*/