/* 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
}
.homepage-team-swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}
.homepage-team-swiper h6 {
    color: #fff;
}

.homepage-team-swiper p {
    color: #fff;
    opacity: .5;
}
#section-hp-team:before {
    background:var(--color-secondary-background)
}
#section-hp-team .ry-btn {
	background:var(--color-primary-background);
	color:var(--color-secondary-background)
}
#section-hp-team .ry-btn:hover {
	background:transparent;
	border-color:#fff;
	color:#fff
}
.homepage-team-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
    visibility: visible;
    position: relative;
}
.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 <May 7, 2026> */

/**/
	/*fonts*/

	/*btns*/
/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    padding: 0;
}
.mobile-menu-icon:nth-child(1) {
    background: #b89395;
}
.mobile-menu-icon:nth-child(2) {
    background: var(--color-primary-background);
}


.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);
}


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

.cta-btn:nth-child(1):hover {
    background: transparent !important;
}
.cta-btn:nth-child(2):hover {
    background: transparent !important;
}
.ry-menu .ry-nav li.primary > a {
    color: #333;
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
	object-position:top
}
/* CTA */
	/**/
/* Welcome */
	/**/
#hp-welcome-1 .background-section, #hp-welcome-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}
/* Services */
	/**/
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-4 .swiper-slide {
    background: none;
    color: #666;
}

.module-testimonials.style-4 .swiper-slide p {
    color: #666;
}
.module-testimonials.style-4 .ry-flex {
    align-items: center;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/

.ry-iframe {
    position: relative;
    padding-bottom: 56.25%;
}

.ry-iframe iframe {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#navigation > .snap-mobile-menu {
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width:1024px){
    body[data-page-name] #navigation {
        position: relative;
    }

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

@media (min-width: 1025px) {
	#ry-pg-body :is(.navigation-3) > div {
		background: #fff;
	}

	#ry-pg-body :is(.navigation-3) {
		padding-bottom: 240px;
	}
}
/* End - HP Edits*/
.ry-btn-secondary:hover {
	background:#606E5C;
	border-color:#606E5C
}
.custom-headline h2 {
	font-weight:bold;
	color:var(--color-secondary-background)  !important
}
ul#quick-links {
 padding-inline-start: 0px;
}
.custom-headline h2 .span-1 {
	color:var(--color-secondary-background)  !important
}
a.ry-btn.ry-btn-primary,.custom-headline h2 .span-1 {
    color:var(--color-secondary-background)
}

a.ry-btn.ry-btn-primary {
	background:var(--color-secondary-background);
	color:var(--color-primary-background)
}

a.ry-btn.ry-btn-primary:hover {
    color:#fff;
}

.sticky-icons li a {
    color:var(--color-secondary-background)
}

.ry-menu .ry-nav li.dropdown .dropdown-menu a {
	color:#333;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu a:hover {
	color:#fff
}
#section-hp-services h3, #services-12 .rounded-lg h4, #hp-brands-6 h3, #hp-insurance-1 h3, .ry-section h3 {
    color:var(--color-secondary-background) !important
}
.custom-headline h2 .span-1, #section-hp-services h6, #services-12 .rounded-lg h6, #hp-brands-6 h6, #hp-insurance-1 h6, .ry-section h6 {
	font-weight:400;
	text-transform:uppercase;
	font-size:20PX;
	letter-spacing:2px
}

.ry-section #section-hp-team h3 {
    color:#FFF !important
}
#services-12 > div:nth-child(odd) {
    background-color: var(--color-primary-background);
}

#services-12 .bg-primary-background {
    background-color: var(--color-secondary-background);
}

#services-12 .bg-primary-background img {
    filter:brightness(0) invert(1)
}

#services-12 > div:nth-child(odd) > div > a {
    color: var(--color-primary-text);
    background-color: var(--color-secondary-background);
}
#services-12 > div > div > a:hover {
	background:#606E5C
}
#services-12 .rounded-lg p {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
#section-hp-services a.ry-btn.ry-btn-primary,.ry-btn-primary-outline{
    color:#fff !important;
    background:var(--color-secondary-background)  !important
}
a.ry-btn.ry-btn-primary:hover,.ry-btn-primary-outline:hover,
#section-hp-services a.ry-btn.ry-btn-primary:hover{
    background:#606E5C   !important;
    border-color:transparent
}
#ry-footer::before {
    background-color: var(--color-secondary-background);
}

#hp-insurance-1{
    background-color: var(--color-primary-background);
}

#hp-insurance-1 .rounded-lg.bg-gray-200 {
    background:#FFF;
}

#hp-insurance-1 .rounded-lg.bg-gray-200 img {
    mix-blend-mode:unset
}
	#ry-footer .flex.gap-6 a,#ry-footer a {
	transition:all .3s ease
}
#ry-footer .flex.gap-6 a:hover{
	color:var(--color-primary-background);
	margin-top:-5PX
}
#ry-footer a:hover {
	color:#A1A8A9
}
#hp-brands-6 a.ry-btn.ry-btn-primary {
     background:var(--color-primary-background);
    color:var(--color-secondary-background) ;
    font-weight:600
}

#hp-brands-6 a.ry-btn.ry-btn-primary:hover {
    color:#fff ;
}
	
.bg-cta-background {
	background:var(--color-secondary-background) !important;
}

.bg-cta-background .cta-img {
	width:30%;
	flex-basis: unset;
}

.bg-cta-background   .lg\:mb-44 {
		margin-bottom: 0;
		flex-basis: unset;
		width:70%
    }

.bg-cta-background  .xl\:-mb-44 {
	margin-bottom:unset
}
.bg-cta-background  .w-2\/4 img {
	max-width:140px;
	width:100%;
}

.bg-cta-background P {
	font-size:20px 
}
#ry-pg-body a.ry-btn.ry-btn-primary {
    color:var(--color-secondary-background);
    background:var(--color-primary-background);
}

#ry-pg-body a.ry-btn.ry-btn-primary:hover {
    color:#Fff
}

#quick-links li:hover a{
    color:var(--color-secondary-background);
}

#accordion-collapse .bg-primary-background {
    background:var(--color-secondary-background);
}
#accordion-collapse button:hover {
    color:var(--color-secondary-background);
}
[type="submit"].ry-btn:not(:hover) {
    color: var(--color-secondary-background);
}
@media(max-width:1280px) {
	.bg-cta-background  .w-2\/4 img {
	max-width:100px;
	width:100%;
}
	.bg-cta-background p {
	font-size:18px 
}
}

@media(width:1024px){
	.bg-cta-background .lg\:border-dashed {
	border-style:solid;
		border-bottom:0;
		border-left:0;
		width:45%;
		gap:30px;
		height:300px;
		max-height:fit-content
	}
	.bg-cta-background .lg\:mb-44 {
		width:100%;
		margin-inline:auto;;
	}
	
}

@media(max-width:1023px) {
	.bg-cta-background .lg\:mb-44 {
		max-width:500PX;
		width:100%;
		margin-inline:auto
	}
		.bg-cta-background  .w-2\/4 img {
	max-width:90px;
}
		.bg-cta-background p {
	font-size:17px 
}
	.bg-cta-background .lg\:border-dashed .w-2\/4:first-child {
		border-right:solid 1px #ffffff61
	}
}