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

@font-face {
    font-family: 'Alstoria';
    src: url('https://s3.amazonaws.com/static.organiclead.com/Site-ae3b32f1-79cb-4c6f-8f5f-7fbee5b0399f/fonts/Alstoria-Regular.woff2') format('woff2'),
        url('https://s3.amazonaws.com/static.organiclead.com/Site-ae3b32f1-79cb-4c6f-8f5f-7fbee5b0399f/fonts/Alstoria-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[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 22, 2025> */

/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    background-color: var(--color-primary-text);
}

body[data-page-name="index"] #navigation {
    position: absolute;
}
mm-burger {
    color: var(--color-primary-background);
}

.header-social-btn-fill div.col-xs-12:nth-child(odd) .cta-icon {
    background-color: var(--color-primary-background);
}
/* Hero */
	/**/
.slider-info {
    min-height: fit-content;
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, #b7c0a0);
}
/* CTA */
	/**/
.cta-section.style-1.circle img {
    border-radius: 100%;
    width: 200px;
    height: 200px;
}

.cta-section.style-1.circle .span a {
    color: #faf8f1;
    text-transform: uppercase;
    font-weight: 200 !important;
}
/* Welcome */
	/**/
/* Services */
	/**/
#section-hp-services h4 {
    font-family: 'Montserrat';
}
#section-hp-services::before {
    background-color: #faf8f1;
}
/* Meet the Team */
	/**/
.ry-hp-team::before {
    background: var(--color-primary-background);
    height: 20%;
    top: auto;
    bottom: 0;
    opacity: .1;
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-5 p {
    color: #374151;
    text-align: center;
}

.module-testimonials.style-5 .flex-auto .flex {
    justify-content: center;
}

.module-testimonials.style-5 .top-circle {
    width: 90px;
    height: 90px;
    font-size: 90px;
    background-color: #b7c0a0;
}
/* Footer */
	/**/
#ry-footer-3::after {
    background-color: #B7C0A0;
}
#ry-footer-3 .footer-contents::before {
    opacity: 0;
}
/*Media Queries*/
@media screen and (max-width:1439px){
    #hp-brands-6 {
        padding: 6.6vh 0
    }
}
@media screen and (max-width:1024px){
    .with-gradient:before {
        opacity: 0;
    }
    #hp-sldier, #hp-slider .swiper-wrapper,
    #hp-slider .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
	.homepage-swiper {
		padding-top: 100px;
	}
}

/* End - HP Edits*/

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

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