/* 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 22, 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);
}

/*HEADER*/

.header-btn-wrap {
    display: flex;
    gap: 0 10px;
    align-items: center;
}

div#navigation-style-3 {
    max-width: 1600px;
  
}

/* 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 */
	/**/

/* Services */
	/**/
#section-hp-services::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 35%;
    width: 100%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0be33617-150b-43b3-921f-04c42630e8e0/backgrounds/HEATHVS_services_before.jpg) center center no-repeat;
    position: absolute;
    background-size: cover;
}

#section-hp-services .relative {
    z-index: 1;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
.brands-swiper-5 img {
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: color-burn;
  height: 70px;
  margin: 0 auto;
}

.brand-4-swiper-button-next,
.brand-4-swiper-button-prev,
.brand-5-swiper-button-next,
.brand-5-swiper-button-prev{
  -webkit-text-stroke: 1px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  justify-items: center;
  align-items: center;
  color: var(--color-secondary-text);
  background-color: var(--color-primary-background);
}
	

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

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

/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
/* End - HP Edits*/

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



/* HP MODAL*/

div#modal-container {
    width: 90%;
    background: url(https://www.royacdn.com/unsafe/smart/Site-0be33617-150b-43b3-921f-04c42630e8e0/images/bg.jpg);
    background-size: cover;
    background-position: bottom center;
}

.modal-content img {
    max-width: 150px;
    margin: 0 auto;
}

.modal-text h3 {
    font-family: 'EB Garamond';
    font-size: 50px;
    line-height: 1.1;
    color: #4f4f4f;
    margin: 20px 0 35px;
}

.modal-text p {
    font-family: 'Lato';
    font-size: 21px;
    text-align: center;
    line-height: 1.3;
    color: #4f4f4f;
    font-weight: 500;
}

div#modal-container .bg-white {
    background: transparent;
}

.modal-form {
    background: #fff;
    padding: 3em;
    border-radius: 20px;
    box-shadow: -2px 5px 7px rgb(51 51 51 / 62%);
    max-width: 600px;
    margin: 2em auto;
}

input#modal-form-btn {
    display: flex;
    cursor: pointer;
}

.modal-form input::placeholder, .modal-form textarea::placeholder {
    color: #333;
}

@media (max-width:1660px) {
	.modal-text h3 {
		font-size: 30px;
		margin: 15px 0;
	}

	.modal-text p {
		font-size: 18px;
	}

	.modal-content img {
		max-width: 100px;
	}

	div#modal-container {
		max-width: 700px;
	}
}

/* END HP MODAL*/
