/* 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 <January 16, 2026> */



/* HOMEPAGE POP-UP-FORM */

div.modal-form {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

div.modal-form input {
    height:50px;
    width:100% !important;
    font-family:lato;
    text-transform:uppercase;
    padding:20px;
    border-radius:8px;
    background:#fff !important;
    border:1px solid rgb(102 102 102 / 20%);
} 



div.modal-form  input#submit-btn {
    background: #28463c !important;
    align-items:center;
    display:flex;
    cursor:pointer;
    height: auto;
    padding: 10px 15px;
    margin: 1.2em auto 0;
    clear: both;
}

div.modal-form  div#input-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
    gap: 0 10px;
}

div.modal-form  div#input-flex .ry-input {
    width: -webkit-fill-available;
}


@media (max-width:500px) {
	
	div#modal-block {
		padding: 0;
	}

	div.modal-form {
		transform: scale(0.7);
		left: 0;
		top: 50%;
		right: 0;
		margin: auto;
		width: 100%;
	}

	div#modal-block {
		align-items: flex-start;
		margin-top: 3em;
	}
	
	div#pop-up-block {
		width: 90% !important;
	}

}

/* HOMEPAGE POP-UP-FORM */






/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
body[data-page-name="index"] #navigation {
    position: absolute;
}

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

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}

.cta-btn:last-child {
    background: var(--color-primary-background);
}

.cta-btn:last-child:hover {
    background: transparent;
}
.snap-mobile-menu {
    background: white;
}

mm-burger {
    color: black;
}
.slider-info {
    min-height: fit-content;
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, #000000a8);
    height: 100%;
}
/* CTA */
	/**/
/* Welcome */
	/**/
/* Services */
	/**/
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
#hp-brands-6 .overflow-hidden {
    padding: 0;
}
.t-swiper-button-next, .t-swiper-button-prev, .brand-4-swiper-button-next, .brand-4-swiper-button-prev {
    background-color: black;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
#ry-footer svg {
    opacity: 0;
}
/*Media Queries*/
	/**/
@media screen and (max-width:1024px){
    body[data-page-name="index"] #navigation {
        position: relative;
    }
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    .bg-cta-background .mb-44 {
        margin: 0;
    }
}
/* End - HP Edits*/

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

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

html {
  overflow: auto !important;
}