/* 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 23, 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);
}
/* 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 */
	/**/
.hp-welcome-1 ul li {
    list-style-type: disc;
    text-align: left;
    margin: 6px 0;
}

.hp-welcome-1 ul {
    margin: 20px;
    padding: 0 50px;
}
.hp-welcome-1 .background-section, .hp-welcome-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Services */
	/**/
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo {
    background: var(--color-primary-text);
}
.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo {
    background: var(--color-primary-text);
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo.icon img {
    filter: invert(1) brightness(0);
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each:hover .photo {
    background: transparent !important;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
#hp-brands-6 .overflow-hidden {
    padding: 0;
}

#hp-brands-6 .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*/

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

body[data-page-name="our-team"] #ry-pg-body {
	padding-bottom: 220px;
}

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

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

#ry-footer .col-span-full {
    width: fit-content
}
  #ry-footer .grid {
    display: flex;
    flex-wrap:wrap;
    margin-inline: auto;
    width:100%;
    gap: 10px;
    row-gap:40px;
    justify-content: space-between
  }


 #ry-footer ul.max-w-\[300px\] li  {
  display: flex;
  gap: 2vw;
   width: 100%
}
#ry-footer ul.max-w-\[300px\] li span {
  display: flex;
  text-wrap:nowrap
}

#ry-footer ul.max-w-\[300px\] li span:last-child {
  display: block;
  width: 140px;
  text-align:start
}

#ry-footer ul.max-w-\[300px\] li span:first-child {
  width: 90px;
  display: block;
  text-align:start
}

#ry-footer h4 {
  text-wrap: nowrap
}

.ftr-copy .flex-col {
  flex-direction: row
}
.ftr-copy .text-white {
  width: fit-content
}
.ftr-copy p {
  .flex-wrap:nowrap
}

#ry-footer .border-t  {
	flex-direction: row;
	flex-wrap:nowrap
}
@media(max-width:1080px) {
  #ry-footer .col-span-full {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center
  }
  #ry-footer .grid {
    max-width:800px;
    width:100%;
  }
  #ry-footer .grid * {
    text-align: center;
  }
  #ry-footer .border-t *{
    text-align: center;
    justify-content: center
  }
  #ry-footer .border-t  {
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
  

}

@media(max-width:530px) {
  #ry-footer .grid {
   justify-content: center
  }
   #ry-footer ul.max-w-\[300px\] li  { 
    gap: 40px
    }
 
}

@media(width:1024px) {
        #ry-pg-body :is(.navigation-3) {
        padding-bottom: 90px;
    }
}


.cta-btn {
    position: relative;
    overflow: visible;
}

.cta-dropdown-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: none;
    border: 0;
    padding: 0;
}

.cta-dropdown-toggle * {
    text-align: start;
    text-transform: uppercase;
}

.cta-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    background: var(--color-secondary-background);
    border: 1px solid #000;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
    display: none;
    z-index: 99;
}

.cta-btn:hover .cta-dropdown-menu {
    display: block;
}

.cta-dropdown-menu * {
    color: #fff;
    text-align: center;
}

.cta-dropdown-menu strong {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.mobile-phone-dropdown {
    position: relative;
}

.mobile-phone-toggle {
    background: none;
    border: 0;
    cursor: pointer;
}

.mobile-phone-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 240px;
    background: var(--color-secondary-background);
    border: 1px solid #000;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    z-index: 999;
}

.mobile-phone-menu.active {
    display: block;
}

.mobile-phone-menu * {
    text-align: center;
}

.mobile-phone-menu strong {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.cta-location, .phone-location {
    padding: 15px 12px;
}

.cta-divider, .phone-divider {
    border-top: 1px solid #ddd;
}

.cta-actions, .phone-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.cta-actions a, .phone-actions a {
    flex: 1;
    text-align: center;
    padding: 8px;
    background: var(--color-primary-background);
    color: #fff;
    text-decoration: none;
}

.cta-actions a:hover {
    background: #fff;
    color: var(--color-primary-background);
}

#welcome-ads {display: flex;gap: 30px;justify-content: center;}
@media (width < 980px) {#welcome-ads {flex-direction:column;align-items:center}}
