/* 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 <October 30, 2025> */

:root {
	--clr-white: #ffffff;
	--clr-black: #2f241e;
	--clr-primary: #2b2c8a;
	--clr-secondary: #72c3d6;
	
	--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-primary {
			border: 2px solid white;
			box-shadow: 0 0 7px #33333345 !important;
		}

		.ry-btn-primary:hover {
			border: 2px solid white;
		}
		.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;
		}
/*Modal*/
/* Header */
	/**/

.slider-info {
    min-height: fit-content;
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}

/* CTA */
	/**/
.cta-section.style-1 div.flex {
    background: transparent;
}
.cta-section.style-1:hover .span {
    background: transparent;
}
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}
.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}
/* Services */
	/**/
.ry-services.style2 .ry-each .photo:before {
    background: white;
    border: 20px solid var(--color-primary-background);
    border-radius: 0;
    transition: all ease .3s;
}

.ry-services.style2 .ry-each .photo img {
    z-index: 2;
    height: 50%;
    width: 50%;
    left: 25%;
    top: 25%;
    transition: all ease .3s;
}

#services-7 .each-block {
    margin-bottom: 90px;
    overflow: visible;
}

.ry-services.style2 .ry-each .title div {
    color: #374151;
    font-size: 22px !important;
    line-height: 1;
}

.ry-services.style2 .ry-each .title {
    bottom: -67px;
    width: 80%;
}

.ry-services.style2 .ry-each .each-block:hover .photo:after {
    height: 0;
}

.ry-services.style2 .ry-each .each-block:hover .photo:before {
    border: 30px solid var(--color-primary-background);
    opacity: 1;
}

.ry-services.style2 .ry-each .each-block:hover .title {
    bottom: -59px;
}
.ry-services.style2 .ry-each .each-block:hover .photo img {
    z-index: 2;
    height: 70%;
    width: 70%;
    left: 15%;
    top: 15%;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
#hp-insurance-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-4917292c-f9ae-4594-98cc-a09ca13ca990/backgrounds/VisionaryEC_insurances_bg.jpg) center center no-repeat;
	background-size: cover;
}
#hp-insurance-1 .swiper-slide {
    background: white;
}

#hp-insurance-1 .swiper-slide img {
    mix-blend-mode: normal;
}
#hp-insurance-1 .overflow-hidden {
    padding-bottom: 0;
	padding-top: 12px;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-4 .testimonials-swiper-4 .swiper-slide {
    background: transparent;
}

.module-testimonials.style-4 .testimonials-swiper-4 .swiper-slide div {
    color: #374151;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media screen and (max-width: 1080px){
    .ry-services.style2 .each-block .photo:before {
        background: white;
        height: 100%;
        border: 20px solid var(--color-primary-background);
        border-radius: 999px;
    }
    
    .ry-services.style2 .each-block .photo img {
        z-index: 2;
    }
    
    .ry-services.style2 .each-block .title div {
        color: #374151;
        line-height: 1;
    }
    
    .ry-services.style2 .each-block .title {
        bottom: -70px;
        width: 70%;
    }
}
@media (width < 1080px) {
    #section-hp-services::before, .module-19.style2::before, .ry-services.style2::before {
        opacity: 1;
    }
}
@media screen and (max-width: 1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}

@media (min-width: 1024px) {
    .cta-section.style-1 {
        width: 270px;
        margin: 0 auto;
        height: 270px;
    }
}
@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 2%;
    }
}

/* End - HP Edits*/
	
	div#navigation .bg-primary-background {
    background: #fff !important;
}
	
	body[data-page-name="contact-us"] div#footer-map {
    display: none;
}
	
	body[data-page-name="contact-us"] div#ry-footer-3 {
    padding-top: 220px;
}
	
#navigation-style-3 .cta-btn {
    background: var(--color-primary-background);
}
	
[x-data="randomBanners"] img {
    object-position:center
}

[x-data="randomBanners"] .bg-gradient-to-r {
  background:transparent
}
@media(width: 1024px) {
  #ry-pg-body :is(.navigation-3) {
	  padding-bottom: 100px;
  }
}

@media(max-width: 600px) {
  [x-data="randomBanners"] img {
	  background:#6ec6da;
	  object-position:84%
  }
}

	
	/*--- TEAM PAGE ---*/
.team-inner-page.style3 {
	padding-top:0 !important;
	margin-top:0
}
 .team-inner-page.style3 .ry-each .each-container {
    gap:30px
}
 .team-inner-page.style3 .ry-each {
    width: 100%;
    padding: 35px  0!important;
    background: #ffffff !important;
}
 .team-inner-page.style3 .btn-excerpt {
    display:none !important
}

.team-inner-page.style3 .ry-each .each-container .details .team-excerpt, .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
    padding:unset;
    width:100%
}

 .team-inner-page.style3 .ry-each .photo {
    max-width: 400px;
     width:100%;
    position: relative;
    padding-bottom: 0;
    height: 100%;
}
.team-inner-page.style3 .ry-flex.object-top .photo img {
    width:fit-content;
    height:100%;
    object-position:center;
	object-fit:contain;
	position: relative;
     border: double var(--color-secondary-background) 4px;
}
 .team-inner-page.style3 .ry-each .each-container .details .title {
    width: 100%;
    padding: 0;
}
.team-inner-page.style3 .ry-each .each-container .details .title h2{
    font-size:30px;
    font-weight:500
}

.team-inner-page.style3 .ry-each .each-container .details .title p {
    font-weight:400 !important
}


.team-inner-page.style3 {
    padding-block:60px 120px
}
[data-page-id="WebPage-4e129841-3a1d-4ba9-ae96-c897e7a118c0"] .team-inner-page.style3 {
    padding-bottom:180PX
    
}



[data-page-id="WebPage-4e129841-3a1d-4ba9-ae96-c897e7a118c0"] #footer-map ,
	[data-page-id="WebPage-4b5a46eb-3b46-49ad-886d-ade2889b623a"]  #footer-map{
    display:none
}

[data-page-id="WebPage-4b5a46eb-3b46-49ad-886d-ade2889b623a"] #contents {
    padding-bottom:200PX
    
}

[data-page-id="WebPage-4b5a46eb-3b46-49ad-886d-ade2889b623a"] #ry-footer-3::after,
[data-page-id="WebPage-4b5a46eb-3b46-49ad-886d-ade2889b623a"] #ry-footer-3 .footer-contents::before{
    top:130px;
}
@media(max-width:991px) {
    [data-page-id="WebPage-4e129841-3a1d-4ba9-ae96-c897e7a118c0"] .team-inner-page.style3 {
    padding-bottom:80PX
}
   
}