/* 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 <July 03, 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);
}


/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
#hp-slider .swiper-pagination-bullet {
    background-color: white;
}
/* CTA */
	/**/
/* Welcome */
	/**/

#welcome-wrap.style-1 .svg-background .cls-1 {
    fill: #ede3d5;
}

#welcome-wrap.style-1 .module-22 .ry-left img {
    border: none;
    border-radius: 0;
}

#welcome-wrap.style-1 .module-22 .ry-right .content-wrap p {
    text-align: center !important;
}
/* Services */
	/**/

#services-12 img {
    filter: brightness(0) invert(1);
}

#services-12 > div:nth-child(even),
#services-12 > div:nth-child(odd) > div > a{
    background-color: #9ecdeb;;
}

 {
    background-color: red;
}

#services-12 > div:nth-child(even) > div > p, #services-12 > div:nth-child(odd) > div > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/* Meet the Team */
	/**/

.ry-hp-team::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    background:  #ede3d5;
}

.ry-hp-team img {
    z-index: 1;
}
/* Insurance */
	/**/

#hp-insurance-1 .swiper-slide {
    background: none;
}

#hp-insurance-1 .overflow-hidden {
    padding: 0;
}
#hp-insurance-1 .swiper-slide {
    mix-blend-mode: normal;
    filter: invert(1);
    padding: 0 40px;
}

.brands-swiper-4 img {
    height: 100px
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/

.t-swiper-button-next, .t-swiper-button-prev, .brand-4-swiper-button-next, .brand-4-swiper-button-prev {
    background-color: var(--color-primary-text);
    color: #374151;
}

.module-testimonials.style-5 .top-circle {
    width: 75px;
    height: 75px;
    font-size: 75px;
}
/* Footer */
	/**/
#ry-footer-3 .footer-contents::before {
    background: var(--color-secondary-background);
    opacity: 1;
}
/*Media Queries*/
	/**/
@media (max-width:1439px){
    .module-testimonials.style-5 .photo::before {
        background: white;
    }
}
@media (max-width:1200px){
    .ry-hp-team img {
        max-width: 600px;
    }
}
@media (max-width: 1080px) {
    #welcome-wrap.style-1 {
        padding: 6.6vh 0;
    }
}

@media (max-width: 1024px) {
    #welcome-wrap.style-1 {
        padding: 0;
    }

    body[data-page-name="index"] #navigation {
        position: relative;
    }
        
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }

    #welcome-wrap.style-1 .module-22 .ry-content {
        gap: 100px;
    }
    
    #section-hp-services .-mt-24 {
        margin-top: 0;
    }

    .ry-hp-team .flex.mb-48 {
        margin-bottom: 0;
    }
    
    .ry-hp-team::after {
        height: 10%;
    }
}
/* End - HP Edits*/

div#contents ul.pagination li {
    list-style: none !important;
}

body[data-page-name="contact-us"] #footer-map {
	display: none;
}

body[data-page-name="contact-us"] #ry-footer-3 {
	padding-top: 220px;
}

.list-3 ul p {
		margin: 0;
	}
@media (min-width: 620px) {
	.list-3 ul {
		column-count: 3;
	}
}

.ry-hp-team .ry-left {
    width:40%
}

.ry-hp-team .ry-right {
    width:60%
}

	.ry-hp-team img {
		z-index:2;
		position:relative
	}
@media(max-width:1080px) {
	.ry-hp-team > .flex {
		justify-content:center;
		gap:30px;
	}
	.ry-hp-team .ry-left {
		width:50%;
	}

	.ry-hp-team .ry-right {
		width:50%;
		left:-20PX;
		position:relative
	}
	.ry-hp-team img {
		max-width: 600px;
		width:100%;
		margin-inline:auto
	}

}
@media(max-width:1024px) {
	.ry-hp-team .ry-right,
	.ry-hp-team .ry-left {
		width:100%;
	}
	.ry-hp-team .ry-right {
		left:unset
	}

	.ry-hp-team::after {
	}
}

.team-inner-page.style3 .ry-each .each-container .details .title {
	width: 35%;

}

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

.team-inner-page.style3 .ry-each .each-container .details .title h5 {
	font-family: inherit;
}

@media (max-width: 991px) {
	.team-inner-page.style3 .ry-each .each-container .details .title {
		width: 100%;

	}

	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt, .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
		width: 100%;
	}
	
	/*.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
		display:none;
	}*/
}

.t-swiper-button-next, .t-swiper-button-prev, .brand-4-swiper-button-next, .brand-4-swiper-button-prev, .brand-3-swiper-button-next, .brand-3-swiper-button-prev {
    -webkit-text-stroke: 1px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    justify-items: center;
    align-items: center;
    color: var(--color-secondary-text);
    background-color: var(--color-secondary-background);
}

#navigation > .block.bg-primary-background {
  background: #fff;
  position: fixed;
  height: fit-content;
  padding-bottom: 13px
}

#navigation-style-3 .max-w-\[150px\] {
  max-width: 250px;
  width:100%;
}
.ry-menu .ry-nav li a {
  color:var(--color-secondary-background) !important
}

.ry-menu .ry-nav li > ul li a:hover{
  color: #fff !important
}
#navigation-style-3 + .ry-menu .ry-nav {
  padding-block: 5px;
  border-top: solid 1px #6666;
	
  
}
.sticky-icons li a {
  color: var(--color-secondary-background);;
  background-color: var(--color-primary-background);	
}
.sticky-icons   {
	height:fit-content !important
}

#welcome-wrap.style-1 {
  background: #fef7f1
    
}

.ry-btn-primary,.cta-btn {
  border-radius: 30px !important;
	box-shadow: rgb(50 50 93 / 0%) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.ry-btn-primary {
   color: var(--color-secondary-background) !important
}

.ry-btn-primary:hover {
	color: #fff !important
}

#navigation-style-3 {
	padding-top:10PX
}
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
	object-position:top
}

#section-hp-services::before, .module-19.style2::before, .ry-services.style2::before {
	background: #fef7f1
}

.custom-headline h2 .span-1 {
	color: var(--color-secondary-background) !important
}

#section-hp-services .bg-\[\#9ecdeb\] {
	background:var(--color-secondary-background)
}

#services-12 > div:nth-child(odd) {
	background: var(--color-primary-background) 
}

#services-12 > div:nth-child(odd) p,#services-12 > div:nth-child(odd) h4{
	color:rgb(107 114 128 / var(--tw-text-opacity, 1)) !important
}

#services-12 > div:nth-child(odd) > div > a {
    background-color: var(--color-secondary-background)
}

#services-12 > div:nth-child(even) {
	background-color: var(--color-secondary-background)
}
#services-12 > div:nth-child(even) .rounded-full  {
	background-color: var(--color-primary-background)
}
#services-12 > div:nth-child(even) .rounded-full img{
	filter:brightness(1) invert(0) !important
}

#services-12 > div:nth-child(even) i {
	color:#000
}

#welcome-wrap.style-1 .svg-background .cls-1 {
	fill:var(--color-primary-background)
}
.module-testimonials.style-5 .photo::before {
    background: linear-gradient(to top, #ffffff00, #f9f9f9);
}
.module-testimonials.style-5  {
	z-index:1
}

.module-testimonials.style-5 i {
	color:var(--color-secondary-background)
}
#hp-brands-3::before {
	filter:brightness(.95)
}
#ry-footer-3 .group i{
	background: var(--color-primary-background);
	color: var(--color-secondary-background)
}
#ry-footer-3 a:hover i{
	color: var(--color-secondary-background) !important
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    color: var(--color-secondary-background) 
}
.mm-btn--next:after, .mm-btn--prev:before {
    border-color:#00000078
}
.bg-insurance-background,
.bg-testimonials-background {
    position: relative;
}

.bg-insurance-background::before,
.bg-testimonials-background::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #7fa897 ;
    opacity: 0.5;
}