/* 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;
}


@font-face {
    font-family: Zodiak;
    src: url(https://s3.amazonaws.com/static.organiclead.com/Site-2fb76f83-2dda-4124-af9f-0eaec35f4732/fonts/Zodiak_Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* HP Edits - Started <May 31, 2026> */

/**/
	/*fonts*/

/*btns*/

.ry-btn-primary {
    font-family: 'Zodiak';
}

/*Modal*/






/* HEADER */


#navigation .cta-btn a {
    color: #333 !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    font-size: 18px;
}

#navigation .cta-btn a {
    max-width: fit-content;
    font-family: 'Zodiak';
}

#navigation .cta-btn span {
    display: block;
    font-weight: 500;
    font-size: 14px;
}

#navigation .cta-icon {
    background: var(--color-secondary-background);
    display: flex !important;
    border: none !important;
    width: 40px;
    height: 40px;
}

#navigation .cta-btn .mr-2 {
    margin-right: 5px;
}

#navigation ul.ry-nav a {
    text-transform: initial;
    font-size: 20px;
    font-family: 'Zodiak';
}

#navigation .ry-menu {
    position: relative;
    top: -1em;
}


/* END 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, #02020270);
}
.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:nth-child(odd) {
    background: var(--color-primary-background);
}

.cta-btn:nth-child(odd):hover {
    background: transparent;
}
.slider-info {
    min-height: fit-content;
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}



/* CTA */

div#hp-cta-section .group p {
    font-family: 'Zodiak';
    font-size: 20px;
}

div#hp-cta-section .group {
    cursor: pointer;
}



	
/* Welcome */
	/**/
/* Services */
	/**/
.ry-services.style2 .ry-content .content {
    max-width: 980px;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/

#hp-brands-6 .overflow-hidden,
#hp-insurance-1 .overflow-hidden{
    padding: 0;
}

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

#hp-brands-6 .swiper-slide img,
#hp-insurance-1 .swiper-slide img{
    mix-blend-mode: normal;
    filter: invert(1);
}

.brand-4-swiper-button-next, .brand-4-swiper-button-prev,
.brand-5-swiper-button-next, .brand-5-swiper-button-prev{
  color: var(--color-secondary-background);
  background-color: var(--color-secondary-text);
}
.brands-swiper-5 img {
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: color-burn;
  height: 70px;
  margin: 0 auto;
}
.brand-5-swiper-button-next,
.brand-5-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-background);
  background-color: var(--color-secondary-text);
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
#ry-footer-3 .footer-contents::before {
    background-color: var(--color-primary-background);
    opacity: 1;
}
/*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;
    }
	
	#section-hp-team img {
	  height: 250px;
	  object-fit: cover;
	  width: 250px;
	  object-position: top center;
	}
}

@media (width < 1080px) {
  #hp-brands-1::before,
  #hp-brands-2::before,
  #hp-brands-3::before,
  #hp-brands-4::before,
  #hp-brands-5::before,
  #hp-brands-6::before {
    opacity: 1;
  }
}
@media (min-width: 1201px){
    .module-19.style2 .custom-headline h2,
    .module-19 .ry-generic .content-wrap p{
        text-align: left;
    }
}
@media (min-width: 768px) {
    .slider-info-left-bottom {
		bottom: 5%;
	}
}
@media (width < 1080px) {
  #section-hp-services:before,
  .module-19.style2:before,
  .ry-services.style2::before {
    opacity: 1;
  }
}
@media (max-width: 1080px) {
  .ry-services.style2 .each-block .photo,
  .ry-services.style2 .each-block .photo img{
    border-radius: 0;
  }
  .ry-services.style2 .each-block .photo:before {
      opacity: 0.6;
  }
}
/* End - HP Edits*/

.team-inner-page.style3 ul li {
    margin-left: 20px;
}

body[data-page-name="brands-we-carry"] #hp-brands-6::before, 
body[data-page-name="brands-we-carry"] #hp-brands-6 .custom-headline h2 {
	display:none;
}

body[data-page-name="brands-we-carry"] #hpbrands-6 .swiper-slide img {
	filter: none;
}

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

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

body[data-page-name="brands-we-carry"] #hp-brands-6 .swiper-slide img {
	filter: none;
}

#section-hp-team .btn-wrapper {
    display:flex;
    align-items:center;
    justify-content:center;
	gap:10px
}

#section-hp-team .btn-wrapper .ry-btn {
	margin-inline:unset
}

html {
    scroll-behavior: smooth;
}
:target {
	scroll-margin-top:270px
}
.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;

    opacity: 0;
}
#section-hp-team .swiper-slide {
    transition:all .3s ease
}
#section-hp-team .swiper-slide:hover {
    transform:translatey(-10px)
}

#navigation .cta-btn {
    width: auto;
    padding-inline: 20px;
    background: transparent !important;
    border: none !important;
}


#navigation  .max-w-\[360px\] {
    width:100%;
    padding-right:20PX
}

@media(max-width:1500px) {
   #navigation .cta-btn a {
    font-size:12PX !important;
       line-height:1.1 !important
} 
    #navigation .cta-btn {
    width:200px;
        height:60PX
    }
    #navigation .gap-4 {
        gap:5px
    }
}

@media(max-width:1300px) {
    #navigation .cta-btn {
    width:fit-content;
        
    }
    #navigation .cta-btn:first-child {
        padding-inline:40px
    }
    #navigation .cta-btn:first-child a{
        text-wrap:nowrap;
    }
}
@media(max-width:1199px) {
    #navigation-style-4, .ry-menu {
display:none
    }

    .snap-mobile-menu {
        display:flex !important
    }
}
@media(max-width:600px) {
    .snap-mobile-menu {
        padding-inline:10px
    }
    .snap-mobile-menu .gap-2, .snap-mobile-menu .gap-4 {
        gap:5PX
    }
    .snap-mobile-menu .snap-mobile-menu {
        padding:0;
        gap:10px
    }
    .mobile-menu-icon {
        width:35px;
        height:35px
    }
    .mobile-menu-icon  a{
        font-size:14px
    }
    .snap-mobile-menu img {
    max-height: unset;
        width:100%;
}
}