/* 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 <January 06, 2026> */

/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
body[data-page-name="index"] #navigation {
    position: absolute;
}

.header-social-btn-fill div.col-xs-12:nth-child(odd) .cta-icon {
    background-color: var(--color-primary-background);
}

mm-burger {
    color: var(--color-primary-background);
}
/* Hero */
	/**/

.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
/* HP BG Fixed */
.ry-section.relative .background-section,
.ry-section.relative .background-section img {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.ry-section {
    background-color: transparent !important;
}
/* CTA */
	/**/
/* Welcome */
	/**/

.module-welcome.style-6:before {
    background-position: top;
}

.module-welcome.style-6 .ry-each.image-wrapper .photo.offset {
    border: none;
}
/* Services */
	/**/
.module-19.style2 .services-frame .frame .service-name a:after {
    background: white;
    color: black;
}
.module-19.style2 .services-frame .frame .service-img-holder img {
    background: var(--color-primary-text);
}

.module-19.style2::before {
    background: var(--color-secondary-background);
    width: 35%;
    left: auto;
    right: 0;
    height: 80%;
    top: auto;
    bottom: 0;
    border-top-left-radius: 55px;
    opacity: .2;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
#hp-brands-6 .overflow-hidden,
#hp-insurance-1 .overflow-hidden{
    padding-top: 0;
    padding-bottom: 0;
}

#hp-brands-6 .swiper-slide,
#hp-insurance-1 .swiper-slide{
    background: transparent;
}
#hp-brands-6::before {
    background: var(--color-secondary-text);
    opacity: 2;
    width: 80%;
    height: 100%;
    top: auto;
    bottom: 0;
    left: 10%;
    box-shadow: 0 0 7px #33333333;
}

body[data-page-name="frames"] #hp-brands-6:before {
		display: none;
}
#hp-insurance-1 {
    position: relative;
	margin: 6.6vh 0;
}
#hp-insurance-1::before {
	content:"";
	position: absolute;
    background: var(--color-secondary-text);
    opacity: 2;
    width: 80%;
    height: 100%;
    top: auto;
    bottom: 0;
    left: 10%;
    box-shadow: 0 0 7px #33333333;
}
.t-swiper-button-next, .t-swiper-button-prev, .brand-4-swiper-button-next, .brand-4-swiper-button-prev {
    background-color: var(--color-primary-background);
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
.footer-contents {
    z-index: 2;
    position: relative;
}

#ry-footer-3 .footer-contents::before {
    opacity: 0;
}

#footer-map {
    z-index: 1;
}

#ry-footer-3::after {
    z-index: 0;
}
/*Media Queries*/
	/**/
@media (max-width:1080px){
    #welcome-1 {
        padding: 12.6vh 0;
		        margin: 0 auto;
        width: 90%;
    }
    #welcome-1::before {
        height: 10%;
        width: 100%;
        border-radius: 0;
    }
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    
    body[data-page-name="index"] #navigation {
        position: relative;
    }
    .with-gradient:before {
        opacity: 0;
    }
    .module-19.style2::before {
        height: 40%;
        width: 100%;
        border-radius: 0;
    }
    .hp-team-style-8 img {
        margin-bottom: 40px;
    }
    #hp-brands-6::before ,
    #hp-insurance-1::before{
        width: 100%;
        left: 0;
        border-radius: 0;
    }
}
.snap-mobile-menu {
    background-color: white;
}

@media (max-width: 1080px) {
    .module-welcome.style-6 .ry-each.image-wrapper .photo:not(.offset) img {
        border-radius: 14px;
    }
    .module-welcome.style-6:before {
        opacity: .2;
    }
}
@media (max-width: 1023px) {
    div#ry-footer-3 {
        z-index: 0;
    }
}
/* End - HP Edits*/

div#section-hp-services {
    margin-top: 60px;
}
[data-page-id="WebPage-a0ca3e40-74fb-48fb-af09-0c7a6cb8acb1"] .bg-gray-200.rounded-lg {
    display:flex;
    align-items:center;
    justify-content:center;
    height:180px;
    
}