/* 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;
}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.testimonials-swiper p,
.testimonials-swiper-2 p{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4
}

/* HP Edits - Started <February 02, 2026> */

/**/
	/*fonts*/

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

.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}

.cta-btn:first-child {
    background: #faeecd;
    color: #374151;
}
/* Hero */
	/**/

.with-gradient:before {
    opacity: 0;
}
/* CTA */
	/**/
/* Welcome */
	/**/
#hp-welcome-1 {
    padding: 10.6vh 0;
}
#hp-welcome-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    height: 80%;
    width: 20%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-fd96ccca-9731-44af-a179-accb2df9051c/images/welcome_left.png) center center no-repeat;
	background-size: contain;
}
#hp-welcome-1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5%;
    height: 80%;
    width: 20%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-fd96ccca-9731-44af-a179-accb2df9051c/images/welcome_right.png) center center no-repeat;
	background-size: contain;
}
/* Services */
	/**/

.ry-services.style2::before {
    background-color: #fefbe0;
}

.ry-services.style2 .button-wrapper {
    padding: 0;
}

#services-7 .ry-content .content {
    max-width: 1280px;
    margin-top: 60px;
}

.ry-services.style2 .button-wrapper {
	padding: 0;
}
/* Meet the Team */
	/**/
.ry-hp-team::before {
    background: var(--color-secondary-background);
    width: 30%;
    left: auto;
    right: 0;
    height: 60%;
    top: 62%;
    transform: translateY(-50%);
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
}

.ry-hp-team::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 20%;
    height: 10%;
    background: var(--color-secondary-background);
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
}
/* Insurance */
	/**/
#hp-insurance-1 .overflow-hidden {
    padding: 0;
}
#hp-insurance-1 {
    background: white;
	padding: 16.6vh 0 2.6vh;
}

#hp-insurance-1 .swiper-slide {
    background: transparent;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    opacity: 0;
}

.module-testimonials.style-2 .comments-icon {
    background-color: var(--color-secondary-background);
    width: 130px;
    height: 130px;
    top: -70px;
}

.module-testimonials.style-2 .comments-symbol {
    font-size: 130px;
    font-family: 'Playfair Display';
}

.module-testimonials.style-2 .comments-icon::before {
    width: 100px;
    height: 100px;
}

.testimonials-swiper p, .testimonials-swiper-2 p {
    color: #374151;
}
/* Footer */
	/**/
#ry-footer::before {
    background-color: var(--color-secondary-background);
}
/*Media Queries*/
	/**/
@media (min-width: 1081px) {
    .mobile-services {
        display: block;
    }
    .ry-services.style2 .ry-flex {
        display: none;
    }
    .ry-services.style2 .each-block .photo {
        position: relative;
        padding-bottom: 100%;
        border-radius: 999px;
        overflow: hidden
    }

    .ry-services.style2 .each-block .photo:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        z-index: 2;
    }

    .ry-services.style2 .each-block .photo img {
        position: absolute;
        top: 30%;
        left: 30%;
        width: 40%;
        height: 40%;
        object-fit: contain;
    }

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

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

    .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;
	        padding-bottom: 220px;
        background: var(--color-secondary-background);
        border-radius: 0 !important;
        border-top-left-radius: 155px !important;
        border-top-right-radius: 155px !important;
    }

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

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

    .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: #ccd5ad;
        border: unset;
        box-shadow: unset;
        border-radius: 50%;
    }

    .mobile-services .slick-arrow {
        display: none !important;
    }
}
@media screen and (max-width:1500px){
    #hp-welcome-1::after {
        right: 0;
    }
    
    #hp-welcome-1::before {
        left: 0;
    }
}
@media screen and (max-width:1200px){
        #hp-welcome-1::before, #hp-welcome-1::after {
        opacity: .2
    }
}
@media (max-width: 1080px) {
    .ry-services.style2 .each-block .photo:before {
        height: 100%;
        background: var(--color-secondary-background);
    }

    .ry-services.style2 .each-block .photo img {
        z-index: 2;
        height: 40%;
        width: 40%;
        left: 30%;
        top: 10%;
        object-fit: contain;
        border-radius: 0;
    }
    
    .ry-services.style2 .each-block .title div {
        color: black;
    }
@media (max-width: 1024px) {
    .ry-hp-team::before {
        top: 30%;
        height: 30%;
        width: 50%;
    }
	.module-footer .footer-top .each-details .text a{
		text-align:center !important;
		display:flex
	}
	.module-footer .footer-top .each-details .icon {
		width: fit-content !important;
	}
}
/* End - HP Edits*/
	
	#navigation {
    position: absolute;
    padding: 0 !important;
}	