/* 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 <August 07, 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, #000000d9);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
.cta-btn {
    background-color: var(--color-primary-background);
}

.cta-btn:hover {
    background: transparent;
    color: var(--color-primary-background);
}

body[data-page-name="index"] #hp-insurance-1 {
    background: white;
}

/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 78vh !important;
    object-fit: cover;
	object-position: bottom center;
}
#hp-slider .swiper-pagination-bullet {
    background-color: white;
}
.slider-info {
    min-height: fit-content;
}

/* CTA */
	/**/
/* Welcome */
	/**/
#welcome-wrap {
    background: var(--color-primary-background);
}

.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: 10%;
}
.module-welcome.style-5:before {
    background-position: bottom;
}
/* Services */
	/**/
#section-hp-services::before {
    background: var(--color-primary-background);
    height: 40%;
}

#services-12 > div:nth-child(odd) > div > p,
#services-12 > div:nth-child(even) > div > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#services-12 > div:nth-child(odd) img {
    filter: invert(0);
}

#services-12 > div:nth-child(even) {
    background: #f6f9f0;
}

#services-12 > div:nth-child(even) > div > h4 {
    color: #374151;
}

#services-12 > div:nth-child(even) > div > p {
    color: #374151;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
#hp-insurance-1 .overflow-hidden {
    padding: 0;
}

#hp-insurance-1 .swiper-slide {
    background: none;
}

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

.t-swiper-button-next,
.t-swiper-button-prev,
.brand-4-swiper-button-next,
.brand-4-swiper-button-prev{
  color: var(--color-primary-text);
  background-color: var(--color-primary-background);
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.testimonials-swiper .swiper-slide {
    border: none;
    border-radius: 0;
    background: #f6f9f0;
}

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

.testimonials-swiper .swiper-slide:nth-child(even) p{
    color: var(--color-primary-text);
}

.hp-testimonials-1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    background: var(--color-primary-background);
}

.hp-testimonials-1 .swiper-pagination-bullet {
    background: white;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 5%;
    }
}

@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    } 
	#section-hp-services #services-12 {
	  max-width: 600px;
	}
	
	
	.slider-info {
	  background: var(--color-secondary-background);
	  position: static;
	  transform: none;
	}
	.custom-headline {
	  margin-top: 0 !important;
	}

	#ry-footer .text-primary-text.border-t {
	  text-align: center !important;
	}
	#ry-footer .text-xs {
	  font-size: 15px;
	  margin-bottom: 10px;
	}

	#ry-footer .gap-x-2 img {
	  max-width: 90px !important;
	  width: 100%;
	  height: auto;
	}
	#ry-footer .container {
	  padding-bottom: 20px !important;
	}
}

@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}

@media (max-width:767px){
    .with-gradient:before {
        background-image: linear-gradient(to bottom, white, transparent, transparent);
    }
}
/* End - HP Edits*/


#navigation >div {
	  position: static;
	  background-color: #fff;
	  padding-bottom: 1em;
	}

	#ry-pg-body #navigation {
	  padding-bottom: 0;
	}

	@media (max-width:1024px) {
	  #navigation >div {
		padding-bottom: 0;
	}
}


#navigation .ry-menu {
  width: 90%;
}
#navigation-style-3 + .ry-menu .ry-nav {
  padding-right: 0;
}


#ry-footer .container {
  width: 90%;
  max-width: 1600px;
}