/* 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 <March 31, 2026> */

:root {
	--clr-white: #ffffff;
	--clr-black: #2f241e;
	--clr-primary: #c8a75f;
	--clr-secondary: #c8a75f;
	
	--font-herotitle: clamp(3rem, 2.0625rem + 3vw, 3.75rem); /*60px*/
	--font-title: clamp(2.8125rem, 2.5781rem + 0.75vw, 3rem); /*48px*/
	--font-spantitle: clamp(1.14625rem, 0.9657rem + 0.7405vw, 1.854375rem); /*29.67px*/
	--font-subtitle: clamp(1rem, 0.8172rem + 0.585vw, 1.14625rem); /*18.34px*/
}
/**/
	/*fonts*/

	/*btns*/
		.ry-btn-white{
			color: var(--clr-black)!important;
			background: var(--clr-white) !important;
			border: 1px solid var(--clr-white) !important;
		}
		.ry-btn-white:hover{
			color: var(--clr-white) !important;
			background: transparent !important;
			border: 1px solid var(--clr-white) !important;
		}
        .ry-menu .ry-nav li.dropdown .dropdown-menu li {
            background: var(--color-primary-background);
            color: #374151;
        }
/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    background-color: 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: none;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
.ry-menu .ry-nav {
    gap: 20px;
    justify-content: center;
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .ry-text p {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.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:before {
    background-position: center;
}
/* Services */
	/**/
.ry-services.style2::before {
    background: #fcf9ef;
}

    .ry-services.style2 .each-block .photo {
        position: relative;
        padding-bottom: 100%;
        border-radius: 999px;
        overflow: hidden;
        background: var(--color-primary-background);
    }

    .ry-services.style2 .each-block .photo:before {
        content: "";
        position: absolute;
        bottom: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
        z-index: 2;
        background: #f6e29f;
        border-radius: 999px;
        border: 20px solid #ecd37f;
        transition: all .3s;
    }

    .ry-services.style2 .each-block .photo img {
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        object-fit: cover;
        border-radius: 0;
        z-index: 2;
        filter: opacity(0.8);
        transition: all .3s;
    }

    .ry-services.style2 .each-block .title {
        position: absolute;
        bottom: -95px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 3;
        transition: .4s;
    }

    .ry-services.style2 .each-block .title div {
        font-size: 20px;
        color: #374151;
    }

    .ry-services.style2 .each-block .link, .ry-services.style2 .each-block .link a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        opacity: 0;
    }

    .ry-services.style2 .each-block .button-svg {
        display: none;
    }

    .mobile-services .slick-track .each-block {
        margin-left: 25px;
        margin-bottom: 125px;
    }

    .mobile-services .slick-list {
        margin-left: -25px;
    }

    .mobile-services .slick-dots {
        margin-top: 30px;
        padding-left: 0;
        list-style: none;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .mobile-services .slick-dots li {
        margin: 0 3px;
        height: auto;
        line-height: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-services .slick-dots li:not(.slick-active) {
        opacity: .5;
    }

    .mobile-services .slick-dots button {
        width: 12px;
        height: 12px;
        text-indent: -9999999px;
        background: #020202;
        border: unset;
        box-shadow: unset;
        border-radius: 50%;
    }

    .mobile-services .slick-arrow {
        display: none !important;
    }

    #services-7 .ry-content .content {
        max-width: 1280px;
    }
    
    .ry-services.style2 .each-block:hover .photo:before {
        border: 35px solid #ecd37f;
        height: 85%;
        width: 85%;
        left: 7.5%;
        bottom: 7.5%;
    }
    
    .ry-services.style2 .each-block:hover .photo img {
        height: 80%;
        width: 80%;
        left: 10%;
        top: 10%;
    }
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
#hp-insurance-1 {
    background: white;
    padding-bottom: 16.6vh;
}
#hp-brands-6 .overflow-hidden, #hp-insurance-1 .overflow-hidden {
    padding: 0;
}

#hp-brands-6 .swiper-slide, #hp-insurance-1 .swiper-slide {
    background: #f8f5ee;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-5 p {
    color: #374151;
}
.module-testimonials.style-5 svg {
    color: var(--color-primary-background);
}
/* Footer */
	/**/
#ry-footer-3::before {
    opacity: 1;
}

#ry-footer-3 .footer-contents::before {
    opacity: 0;
}
/*Media Queries*/
	/**/
@media (min-width: 1081px) {
    .mobile-services {
        display: block;
    }

    .ry-services.style2 .each-block .photo {
        position: relative;
        padding-bottom: 100%;
        border-radius: 999px;
        overflow: hidden;
        background: var(--color-primary-background);
    }

    .ry-services.style2 .each-block .photo:before {
        content: "";
        position: absolute;
        bottom: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
        z-index: 2;
        background: #f6e29f;
        border-radius: 999px;
        border: 20px solid #ecd37f;
        transition: all .3s;
    }

    .ry-services.style2 .each-block .photo img {
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        object-fit: cover;
        border-radius: 0;
        z-index: 2;
        filter: opacity(0.8);
        transition: all .3s;
    }

    .ry-services.style2 .each-block .title {
        position: absolute;
        bottom: -95px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 3;
        transition: .4s;
    }

    .ry-services.style2 .each-block .title div {
        font-size: 20px;
        color: #374151;
    }

    .ry-services.style2 .each-block .link, .ry-services.style2 .each-block .link a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        opacity: 0;
    }

    .ry-services.style2 .each-block .button-svg {
        display: none;
    }

    .mobile-services .slick-track .each-block {
        margin-left: 25px;
        margin-bottom: 125px;
    }

    .mobile-services .slick-list {
        margin-left: -25px;
    }

    .mobile-services .slick-dots {
        margin-top: 30px;
        padding-left: 0;
        list-style: none;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .mobile-services .slick-dots li {
        margin: 0 3px;
        height: auto;
        line-height: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-services .slick-dots li:not(.slick-active) {
        opacity: .5;
    }

    .mobile-services .slick-dots button {
        width: 12px;
        height: 12px;
        text-indent: -9999999px;
        background: #020202;
        border: unset;
        box-shadow: unset;
        border-radius: 50%;
    }

    .mobile-services .slick-arrow {
        display: none !important;
    }

    #services-7 .ry-content .content {
        max-width: 1280px;
    }
    
    .ry-services.style2 .each-block:hover .photo:before {
        border: 35px solid #ecd37f;
        height: 85%;
        width: 85%;
        left: 7.5%;
        bottom: 7.5%;
    }
    
    .ry-services.style2 .each-block:hover .photo img {
        height: 80%;
        width: 80%;
        left: 10%;
        top: 10%;
    }
}

@media (max-width:1280px) {
    .module-welcome.style-5 {
        padding-top: 6.6vh;
    }
}
@media (max-width:1024px) {
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
	#hp-slider {
		padding-top: 100px;
	}
}
@media (width < 1080px) {
    .module-welcome.style-5:before,#section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}
@media (max-width:1080px){
    #section-hp-team {
        padding-top: 14.6vh;
    }
}
/* End - HP Edits*/
	
	.dollar{position: relative;padding-left:10px}

	.dollar::before {
	content: "$";
	position: absolute;
	top:-1px;
	left: 0;
	width: 100%;
	}
	
	body[data-page-name="frames"] #hp-brands-6::before {
		display: none;
	}
	
	body[data-page-name="contact-us"] #footer-map {
		display: none !important;
	}
	
	body[data-page-name="contact-us"] #ry-footer-3 {
		padding-top: 220px
	}
	body[data-page-name="services"] #contents .ry-btn {
		background-color: #050505;
	}
	body[data-page-name="services"] #contents .ry-btn:hover {
		background-color: var(--color-primary-text);
		color: #050505;
	}