/* 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 <March 13, 2026> */

/**/
	/*fonts*/

	/*btns*/
		.ry-btn-white{
			color: var(--clr-black)!important;
			background: var(--clr-white) !important;
			border: 1px solid var(--clr-white) !important;
		}
		.ry-btn-white:hover{
			color: var(--clr-white) !important;
			background: transparent !important;
			border: 1px solid var(--clr-white) !important;
		}
        .ry-menu .ry-nav li.dropdown .dropdown-menu li {
            background: var(--color-primary-background);
            color: #374151;
        }
/*Modal*/
/* Header */
	/**/
.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);
}
body[data-page-name="index"] #navigation {
    position: absolute;
}

.cta-btn {
    border-radius: 15px;
}

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

.cta-btn:last-child:hover {
    background: transparent;
    border-color: var(--color-primary-background);
    color: var(--color-primary-background);
}
.snap-mobile-menu {
    background-color: var(--color-primary-text);
}

mm-burger {
    color: #374151;
}

/* Hero */
	/**/
/* 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-bottom: 80%;
}

.module-welcome.style-5 .ry-flex {
    align-items: center;
}
/* Services */
	/**/
.module-19 .card-holder .ry-left .ry-generic .title-wrap {
    padding: 0;
}
.module-19 .card-holder .ry-left .ry-generic .title-wrap {
    padding-right: 0;
}
.module-19.style2 .services-frame .frame .service-img-holder img {background: white;}

.module-19.style2 .services-frame .frame .service-name a:after {
    background: white;
    color: #374151;
}

.module-19.style2 .services-frame .frame {
    border-radius: 15px;
}
/* Meet the Team */
	/**/

.ry-hp-team::before {
    background-position: center right;
}

/* Insurance */
	/**/
#hp-insurance-1 .overflow-hidden {
    padding: 0;
}

#hp-insurance-1 .swiper-slide {
    background: transparent;
}
.t-swiper-button-next, .t-swiper-button-prev, .brand-4-swiper-button-next, .brand-4-swiper-button-prev {
    background-color: var(--color-primary-text);
    color: #374151;
}

.brands-swiper-4 img {
    filter: invert(1);
	 aspect-ratio: unset;
    height: 60px;
    margin:  auto;
	max-width:200PX;
	width:90%;
	object-fit:contain !important
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2 .comments-symbol {
    font-family: 'Poppins';
}
.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    opacity: 0;
}
.testimonials-swiper-2 p {
    color: #374151;
}
/* Footer */
	/**/
#ry-footer-3 .footer-contents::before, #ry-footer-3::after {
    background-color: var(--color-secondary-background);
}
/*Media Queries*/
	/**/
@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}
@media (max-width:1024px) {
    body[data-page-name="index"] #navigation {
        position: relative;
    }
	.with-gradient:before {
		opacity: 0;
	}

	#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
		height: 100% !important;
	}

	.module-welcome.style-5 .ry-each.image-wrapper .photo {
		padding-bottom: 40%;
	}
}
/* End - HP Edits*/

.module-19.style2 .services-frame .frame .service-name {
	max-width: 220px;
}

.module-19.style2 .services-frame .frame {
	height: 130px;
	max-width: 500px;
}
.module-19.style2 .services-frame .frame .service-img-holder .service-img {
    width: 100px;
    height: 100px;
}
.module-19.style2 .services-frame .frame:nth-child(even) {
    background: #6c4519;
}


.grid-gallery .gallery-wrapper-v2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 30px);
    justify-content: flex-start;
  }

  .grid-gallery .gallery-wrapper-v2 .ry-each {
    margin-left: 20px;
    width: calc(33% - 30px);
    margin-bottom: 20px;
  }
  .grid-gallery .gallery-wrapper-v2 .ry-each:hover {
    cursor: pointer;
  }

  .grid-gallery .gallery-wrapper-v2 .ry-each .box-shadow {
    position: absolute;
    top: -10px;
    right: -10px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: linear-gradient(to right, #5c87a0, #351d0a);
  }
  .grid-gallery .gallery-wrapper-v2 .ry-each .photo {
    position: relative;
    padding-bottom: 56.25%;
  }

  .grid-gallery .gallery-wrapper-v2 .ry-each .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	  margin:0 
  }

.grid-gallery .video-wrapper {
	position:relative;
	padding-bottom:56.25%;
	max-width:1080px;
	width:90%;
}

.grid-gallery .video-wrapper iframe {
	position:absolute;
	heighth:100%;
	width:100%
}

.grid-gallery .title p {
	padding:0;
	margin:10px 0 10px !important;
	line-height:1.1
}
  .fancybox-caption .fancybox-caption__body {
    text-align: center;
  }

  .fancybox-caption:after {
    opacity: 0;
  }


.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-modal.active {
    display: flex;
}

.video-modal .modal-content {
    width: 90%;
    max-width: 1280px;
	position:relative
}

.video-modal .modal-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
}
.video-modal .modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-modal .close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
	background:var(--color-secondary-background);
	width:40px;
	height:40px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:99
}
@media (max-width: 1480px) {
	.grid-gallery .gallery-wrapper-v2 .ry-each {
		width: calc(33.33% - 30px);
	}
}
@media (max-width: 768px) {
	.module-19.style2 .services-frame .frame {
		height: auto;
	}
}
@media (max-width: 680px) {
	.grid-gallery .gallery-wrapper-v2 .ry-each {
		width: 100%;
		margin:0 0 20px 0
	}
	.grid-gallery .gallery-wrapper-v2 {
		width:100%;
		margin:unset
	}
}
[data-page-id="WebPage-a6b2a6a2-49af-4da6-82ad-f0d47a5e2df1"] .bg-gray-200.rounded-lg {
    display:flex;
    align-items:center;
    justify-content:center;
    height:180px;
    
}

[x-show="mainModal"] .fixed.overflow-y-auto{
    max-width:fit-content;
    width:100% !important
     
}

[x-show="mainModal"] .fixed .bg-white {
    margin:0
}
/*CONTACT US PAGE*/
[data-page-id="WebPage-484f0dc1-e441-4f37-93a5-74cd45237742"] #footer-map {
    opacity:0;
    min-height:200px !important;
    max-height:18vw !important;
}

[data-page-id="WebPage-484f0dc1-e441-4f37-93a5-74cd45237742"] .-mt-\[8vw\] {
    top: -100px !important;
    position:relative;
    z-index:99;
    opacity:1;
	margin-bottom:-100px
}

[data-page-id="WebPage-484f0dc1-e441-4f37-93a5-74cd45237742"] #ry-footer-3 .footer-contents::before{
     display:none
}
@media(max-width:1200px) {
    [x-show="mainModal"] .fixed.overflow-y-auto img {
        max-width:560px !important;
        width:100%
    }
    [x-show="mainModal"] .fixed .bg-white {
    margin-block:10px
    }
}

body[data-page-name="payment-options"] .brands-swiper-4 img {
	filter: none !important;
}