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

/*Nathan | Build Started - <July 03, 2025>*/
body .uwy .uai, body .uwy .ulsti {
    border: 3px solid var(--color-primary-background) !important;
}
.ry-btn {
    border-radius: 25px;
}
/*Header*/
.cta-btn {
    background: var(--color-primary-background);
}

.cta-btn:hover {
    background: transparent;
    border-color: var(--color-primary-background);
    color: var(--color-primary-background);
}

.cta-btn {
    width: 255px;
    border-radius: 40px;
}
/*Hero*/
.slider-info {
    min-height: fit-content;
}

.with-gradient:before {
    background-image: linear-gradient(to bottom, var(--color-primary-text), transparent, #333333a8);
    height: 100%;
}
#hp-slider .swiper-button-next, #hp-slider .swiper-button-prev {
    opacity: 0;
}
/*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-text p {
    margin-bottom: 0;
}
/*CTA*/
.module-cta.style-1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    background: var(--color-secondary-background);
    border-top-left-radius: 77px;
    border-top-right-radius: 77px;
}

.cta-section.style-1:hover .span {
    background-color: #013866;
}

.cta-section.style-1:hover::before {
    background-color: var(--color-primary-background);
    opacity: 0.2;
}
/*Services*/
.ry-card:nth-child(odd) .ry-icon {
    background: var(--color-primary-background);
}
.ry-card:nth-child(even) .ry-icon {
    background: var(--color-secondary-background);
}
.ry-card .ry-icon img {
    filter: invert(1);
}
.ry-card:hover .ry-icon img {
    filter: invert(1);
}
.ry-card:nth-child(odd):before{
    background: #ebf3f9;
}
.ry-card:nth-child(even):before {
    background: #f2f6f9;
}

.ry-card:nth-child(odd) .excerpt-hidden:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ebf3f9);
}
.ry-card:nth-child(even) .excerpt-hidden:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f2f6f9);
}

.ry-card {
    height: 400px;
}

.ry-card:hover::before {
    opacity: .9;
}

.ry-card:hover h4, .ry-card:hover p {
    color: inherit; 
}
.ry-card:hover a {
    color: var(--color-primary-background);
}

.ry-btn-hover-effect {
    background-image: linear-gradient(var(--color-primary-text) 0 0);
}

/*Insurance*/
#hp-insurance-1 .brands-swiper-4 .swiper-wrapper div {
    background: transparent;
}

#hp-insurance-1 .brands-swiper-4 .swiper-wrapper div img {
    filter: invert(1);
}
/*Team*/
.ry-hp-team::before {
    background-image: none;
    background: linear-gradient(to right, var(--color-secondary-background), #def4d0, transparent);
    width: 50%;
	height: 75%;
    border-bottom-left-radius: 190px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
}
/*Brands*/
/*Appointment Form*/
/*Testimonials*/
#hp-testimonials-5 p {
    color: #374151;
    text-align: center;
}
.module-testimonials.style-5 .photo::before {
    opacity: 0;
	z-index: -1;
}
/*Footer*/
#ry-footer-3 .footer-contents::before {
    background-color: var(--color-secondary-background);
    opacity: 1;
}
/*Media Queries*/
@media screen and (max-width:360px){
	.custom-headline h1 {
		font-size: 25px !important;
	}
}
@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 5%;
    }
}
@media screen and (max-width:767px){
    .with-gradient:before{
        opacity: 0;
    }
    #hp-slider, #hp-slider .swiper-wrapepr, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
@media screen and (max-width:1024px){
    .module-welcome.style-5 .ry-each.image-wrapper .photo {
        padding-bottom: 60%;
    }
    .ry-hp-team::before {
        height: 65%;
        width: 100%;
    }
}
@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}

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

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

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