/* 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 - <12 17 2025>*/

/*Global*/
/*btn*/
/*Modal*/
/*Header*/

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

.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, rgba(0, 0, 0, 0.3));
}

.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 {
    color: #374151;
    background: transparent;
}

.cta-btn:first-child .cta-icon {
    background: var(--color-primary-background);
    color: white;
}
.cta-btn:last-child .cta-icon {
    background: var(--color-secondary-background);
    color: white;
}
/*Hero*/
/*Welcome*/
.module-welcome.style-5:before {
    opacity: 0;
}
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}
.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-bottom: 100%;
}
/*CTA*/
/*Services*/
#section-hp-services::before {
    background: linear-gradient(to top, var(--color-primary-background), var(--color-secondary-background));
    height: 52%;
    top: auto;
    bottom: 0;
}

#section-hp-services .inline-grid p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/*Team*/
/*Insurance*/
/*Brands*/
/*Appointment Form*/
/*Testimonials*/
/*Footer*/

/*Media Queries*/
@media (max-width: 1023px) {
    #section-hp-services::before {
        height: 72%;
    }
}
@media (max-width: 1024px) {
    .with-gradient:before {
        opacity: 0;
    }
    
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    
    body[data-page-name="index"] #navigation {
        position: relative;
    }
    #footer-map {
        height: 550px !important;
    }
}
@media (max-width: 1080px) {
    .module-welcome.style-5 .ry-each.image-wrapper {
        max-width: 100%;
    }
    .module-welcome.style-5 .ry-each:not(.image-wrapper) {
        padding-left: 0;
    }
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
    #section-hp-team .swiper-pagination-bullet {
        background: white;
    }
}
/* 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;
}

::selection {
  color: var(--color-secondary-text);
  background: var(--color-secondary-background);
}

.cta-btn:nth-child(1) .cta-icon{
  background: darkblue;
  color: :#fff

}
.cta-btn:nth-child(2) .cta-icon{
  background: var(--color-primary-background);
  color: :#fff

}
.cta-btn:nth-child(2) .cta-icon i {
  color:#fff
}


.sticky-icons li a i {
  top: 50%;
  transform: translatey(-50%)
}
.sticky-icons li a svg {
  width: 30px !important;
  height: 30px !important;
  
}