/* 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 <August 08, 2025> */

/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
.snap-mobile-menu img {
    max-height: 60px;
}

body[data-page-name="index"] #navigation {
    position: absolute;
}
.cta-btn:first-child {
    border-radius: 999px;
}
.cta-btn:first-child:hover {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
    border-color: var(--color-primary-text);
}

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

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

.ry-menu .ry-nav li.primary .caret{
    border-color: #374151;
}
.cta-btn:last-child {
    width: 300px;
    border-radius: 999px;
    background: var(--color-primary-background);
}

.cta-btn:last-child:hover {
    background: var(--color-secondary-background);
    color: white;
}
.cta-btn a {
    font-weight: 600;
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
#hp-slider .swiper-button-next, #hp-slider .swiper-button-prev {
    opacity: 0;
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5:before {
    background-position: bottom;
}
.module-welcome.style-5 .text-wrapper {
    max-width: 100%;
}
@media (width > 1024px){
.module-welcome.style-5 .ry-each:not(.image-wrapper) {
    max-width: calc(100% - 500px);
}
}
.module-welcome.style-5 .ry-container {
    width: 100%;
}
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
	max-width: 500px;
}
/* Services */
	/**/

.ry-services.style2 .ry-each .photo img {
    border: 10px solid red;
    border-radius: 999px;
}
.ry-services.style2 .ry-each .each-block:nth-child(even) .photo img {
    border-color: var(--color-secondary-background);
}
.ry-services.style2 .ry-each .each-block:nth-child(odd) .photo img {
    border-color: var(--color-primary-background);
}
#services-7 .ry-content .content {
    max-width: 980px;
}

.ry-services.style2 .ry-each .photo:before {
    height: 40%;
}

.ry-services.style2 .ry-each .title {
    bottom: 45px;
}

.ry-services.style2 .ry-each .each-block:nth-child(even) .photo:after {
    background: var(--color-secondary-background);
    opacity: 0.9;
    mix-blend-mode: multiply;
}

.ry-services.style2 .ry-each .each-block:nth-child(even) .button-svg,
.ry-services.style2 .ry-each .each-block:nth-child(odd) .button-svg{
    background: white;
}
.ry-services.style2 .ry-each .each-block:nth-child(even) .button-svg svg {
    fill: var(--color-secondary-background);
}
.ry-services.style2 .ry-each .each-block:nth-child(odd) .photo:after {
    background: var(--color-primary-background);
    opacity: 0.9;
    mix-blend-mode: multiply;
}
.ry-services.style2 .ry-each .each-block:nth-child(odd) .button-svg svg {
    fill: var(--color-primary-background);
}
/* Meet the Team */
	/**/
#section-hp-team .swiper-pagination-bullet-active {
    background-color: var(--color-primary-text);
}
#section-hp-team h6, #section-hp-team p {
    color: white;
}
/* Insurance */
	/**/

#hp-insurance-1 {
    background-color: white;
}

#hp-insurance-1 .swiper-wrapper div{
    background: transparent;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.testimonials-swiper .swiper-slide:nth-child(odd) {
    background: var(--color-primary-background);
}
.testimonials-swiper .swiper-slide:nth-child(even) {
    background: var(--color-secondary-background);
}
.testimonials-swiper .swiper-slide div {
    color: var(--color-primary-text);
}
/* Footer */
	/**/
#ry-footer-3::before {
    opacity: 1;
}

#ry-footer-3 .footer-contents::before {
    background: transparent;
}
/*Media Queries*/

@media screen and (max-width: 1024px){
    .with-gradient:before {
        opacity: 0;
    }
    
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}


@media (width < 1080px) {
    .module-welcome.style-5:before,
        #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
	.ry-services.style2 .each-block:nth-child(odd) .photo img {
		border: 10px solid var(--color-primary-background);
			}
	.ry-services.style2 .each-block:nth-child(even) .photo img {
		border: 10px solid var(--color-secondary-background);
			}

}
@media screen and (max-width:1550px){
    .ry-hp-team .flex {
        flex-direction: column;
        gap: 40px;
    }
    .ry-hp-team {
        padding: 6.6vh 0 0 0;
    }
}

.cookie_privacy-wrapper {
	justify-content: space-between;
}

/* End - HP Edits*/

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

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

.custom-headline h2 .span-1 {
	text-transform: capitalize !important;
}

@media (max-width: 768px) {
	.homepage-swiper {
		padding-top: 100px;
	}
}

.snap-mobile-menu {
    background:#fff
}
.snap-mobile-menu img {
    filter:unset
}

mm-burger {
    color:var(--color-primary-background) !important;
}
mm-burger {
    --mb-bar-height: 3px;
}

.mobile-menu-icon:nth-child(2)  {
    background:var(--color-primary-background)
}

.mobile-menu-icon {
    width:45PX;
    height:45px;
}
	
.snap-mobile-menu .gap-6,.snap-mobile-menu .gap-4 {
    gap:10px !important
}
	
/*-POST LAUNCH EDITS-*/
body p {
   color: #1f2937
}

.custom-headline h2 .span-1 {
   font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
}
.ry-services p {
   color:#fff
}
.ry-services.style2::before {
	background: #487fc2;
	background: linear-gradient(180deg, rgba(72, 127, 194, 1) 0%, rgba(44, 168, 96, 1) 75%, rgba(96, 171, 109, 1) 100%);
}
.ry-services.style2 {
   padding:100px 20px 10px;
}
.ry-services .custom-headline h2 .span-1,
.ry-services .custom-headline h2{
   color:#fff
}
#navigation-style-4 .cta-btn:first-child a {
    font-weight: 800 !important;
}
	
.homepage-team-swiper.md\:max-w-7xl {
        max-width: 82rem !important;
}
.testimonials-swiper p, .testimonials-swiper-2 p {
color:#fff
}
	[data-page-id="WebPage-40e8e9fd-38a6-4ca7-a794-a9049337e2e1"] .insurance h3 {
    display:none
}
[data-page-id="WebPage-40e8e9fd-38a6-4ca7-a794-a9049337e2e1"] .insurance .py-20 {
    padding-top:0 !important;
    margin-top:20px
}
