/* 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 <April 20, 2026> */

/**/
	/*fonts*/

	/*btns*/
/*Modal*/
/* Header */
	/**/
.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);
}
body[data-page-name="index"] #navigation {
    position: absolute;
}
.cta-btn {
	border-radius: 999px;
}
.cta-btn:last-child {
    background: var(--color-primary-background);
}

.cta-btn:last-child:hover {
    background: transparent;
    border-color: var(--color-primary-background);
    color: var(--color-primary-background);
}
.mobile-menu-icon:last-child {
    background: var(--color-primary-background);
}
.snap-mobile-menu img {
    max-height: 45px;
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
/* CTA */
	/**/
/* Welcome */
	/**/
#hp-welcome-1 .background-section, #hp-welcome-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Services */
	/**/
.ry-services.style2 .ry-each .each-block {
    overflow: visible;
}

.ry-services.style2 .ry-each .title {
    bottom: -75px;
}
.ry-services.style2 .ry-each .title div {
    color: #374151;
}
.ry-services.style2 .ry-each .photo:before {
    border-radius: 999px;
    background: var(--color-primary-background);
}

#services-7 .each-block {
    margin-bottom: 155px;
}
.ry-services.style2 .ry-each:nth-child(1) .each-block:nth-child(1) .photo:before,
.ry-services.style2 .ry-each:nth-child(2) .each-block:nth-child(2) .photo:before,
.ry-services.style2 .ry-each:nth-child(3) .each-block:nth-child(1) .photo:before{
    background: var(--color-secondary-background);
}
.ry-services.style2 .ry-each:nth-child(1) .each-block:nth-child(1) .photo:after,
.ry-services.style2 .ry-each:nth-child(2) .each-block:nth-child(2) .photo:after,
.ry-services.style2 .ry-each:nth-child(3) .each-block:nth-child(1) .photo:after{
    background: var(--color-secondary-background);
}
.ry-services.style2 .ry-each .photo img {
    z-index: 2;
    filter: invert(1);
    height: 50%;
    width: 50%;
    top: 25%;
    left: 25%;
}

.ry-services.style2 .ry-each .photo:after {
    opacity: 1;
    border-radius: 999px;
}
.ry-services.style2 .ry-each .each-block:hover img{
    opacity: .1;
}
.ry-services.style2 .ry-each .each-block:hover .title div{
    color: white;
}

.ry-services.style2::before {
    height: 350px;
    top: auto;
    bottom: 0;
    width: 80%;
    left: auto;
    right: 0;
    border-top-left-radius: 260px;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2::before {
    height: 350px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-3cdcd8cf-35c8-402e-ab81-689f6c93daaa/backgrounds/HouserEC_testimonials_bg_v2.jpg) center bottom no-repeat;
    background-size: cover;
    bottom: auto;
    top: 0;
    width: 80%;
    border-bottom-right-radius: 260px;
}
.testimonials-swiper p, .testimonials-swiper-2 p {
    color: #374151;
}
/* Footer */
	/**/
.footer-social-wrapper a {
    background: var(--color-primary-text);
    color: var(--color-primary-background);
}
.footer-social-wrapper a:hover {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
/*Media Queries*/
	/**/
@media (max-width:1024px){
    body[data-page-name="index"] #navigation {
        position: relative;
    }
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
@media (max-width: 1080px) {
    .module-welcome.style-5 {
        padding-top: 60px;
    }
    #services-7 .each-block {
        margin-bottom: 100px;
    }
    .ry-services.style2 {
        padding-top: 100px;
    }
    .ry-services.style2 .each-block:nth-child(odd) .photo:before {
        height: 100%;
        background: var(--color-primary-background);
    }
    .ry-services.style2 .each-block:nth-child(even) .photo:before {
        height: 100%;
        background: var(--color-secondary-background);
    }
    .ry-services.style2 .each-block .title {
        bottom: -65px;
        width: 100%;
    }
    .ry-services.style2 .each-block .title div {
        color: #374151;
        line-height: 1;
    }
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before,.module-testimonials.style-2::before {
        opacity: 1;
		width: 100%;
    }
    .ry-services.style2 .each-block .photo img {
        border-radius: 0px;
        object-fit: contain;
        filter: brightness(0) invert(1);
        z-index: 2;
        height: 50%;
        width: 50%;
        left: 25%;
        top: 25%;
    }
}
/* End - HP Edits*/

.custom-headline h1 {
	    font-size: clamp(1.854375rem, 1.5624rem + 1.198vw, 3rem);
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: var(--color-secondary-background);
    font-style: italic;
}

.custom-headline h1 .span-1 {
    font-size: clamp(1rem, 0.8172rem + 0.585vw, 1.14625rem);
    line-height: 1;
    font-family: Lato;
    display: block;
    font-weight: 400;
    letter-spacing: 0.28em;
    padding-bottom: 1rem;
    color: var(--color-primary-background);
}

#ry-footer ul {
	line-height: 2;
}

.custom-modal  .fixed {
     width:100% !important
}
.custom-modal .close-btn {
     position:absolute; 
     margin:0;
     padding:0;
     right:0
}
.custom-modal .sm\:max-w-lg {
     max-width:800px;
     width:90%;
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-3cdcd8cf-35c8-402e-ab81-689f6c93daaa/backgrounds/Popup_bg_v2.jpg)no-repeat center / cover;
	padding-bottom:60px
}
.custom-modal .top {
     background:url(https://s3.amazonaws.com/static.organiclead.com/Site-3cdcd8cf-35c8-402e-ab81-689f6c93daaa/images/Popup_upper_bg.jpg)no-repeat center / cover;
     padding:40px 10px;
     border-end-start-radius:30px;
     border-end-end-radius:30px
}
.custom-modal .top img {
max-width:200px;
     width:100%;
     margin-inline:auto 
}
.custom-modal .top .ry-text {
     margin-top:30px
}
.custom-modal .top .ry-text p {
     font-size:35px !important;
     color: #374151;
     font-family: "Lato";
}

.custom-modal .top .ry-text p span{
     letter-spacing: 2px;
     text-transform: uppercase;
     color: #614957;
     font-weight: 700;
     font-family: "Lato";
     text-align: center;
}

.custom-modal .main-content {
     width:90%;
     margin-inline:auto;
     padding-top:40px;
     display:flex;
     flex-direction:column
}

.custom-modal .main-content h3 {
     font-size: 28px;
     letter-spacing: 4px;
     text-transform: uppercase;
     color: #d8dce5;
     text-align: center;
	line-height:1.1
}
.custom-modal .main-content span {
font-size: 17px;
letter-spacing: 3px;
text-transform: uppercase;
color: #d8dce5;
font-weight: 400;
font-family: "Lato";
text-align: center;
}
.custom-modal .main-content .form-wrapper {
     padding-top:40px;
     max-width:500px;
		width:100%;
     margin-inline:auto;
}

.custom-modal .main-content .form-wrapper .form-control {
     margin-bottom:10px;
     background:#ffff;
     color:#333 !important;
	font-size:16px
}

.custom-modal .main-content .form-wrapper  textarea {
	height:100px !important
}

.custom-modal .main-content .form-wrapper .form-control::placeholder {
     color:#666 !important
}
.custom-modal .main-content .form-wrapper .flex {
     align-items:center
}
.custom-modal .main-content .form-wrapper .flex p {
     color: #d8dce5;
     font-size:12px !important
}

.custom-modal .main-content .form-wrapper [type="checkbox"] {
     border-radius:3px;
     border:#d8dce5
}

.custom-modal .main-content .form-wrapper .ry-btn {
	padding:10px;
	font-size:18px
}

.custom-modal .main-content .form-wrapper .ry-btn:hover {
	border:solid 1px #fff
}

@media(max-width:991px) {
	.custom-modal .top {
		padding-bottom:20px;
	}
	.custom-modal .main-content .form-wrapper {
		padding-top:20px
	}

	.custom-modal .main-content {
		padding-top:25px
	}
	.custom-modal .top .ry-text {
		margin-top: 20px;
		line-height:1.2
	}
}

@media(max-width:480px) {
	.custom-modal .top .ry-text {
		display:flex;
		align-items:center;
		justify-content:center
	}
	.custom-modal .top .ry-text span{
		display:flex;
		font-size:30px;
	}
	.custom-modal .sm\:max-w-lg {
		padding-bottom: 40px;
	}
	.custom-modal .main-content h3 {
		font-size: 25px;
		letter-spacing:2px
	}
	.custom-modal .main-content .ry-text span {
		line-height:1;
		letter-spacing:1px
	}
	.custom-modal .sm\:max-w-lg {
		max-width:440px;
		width:100%;
	}
}