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

.custom-headline h1 {
	text-wrap: balance;
	line-height: 1.2 !important;
}


@media (max-width: 1024px) {
    div#ry-sidebar {
        max-width: 400px;
        margin: auto;
        clear: both;
    }
}

.promotions img { min-width: 22rem; max-width:22rem;}
@media (max-width:767px) {
	.promotions img { min-width: 100%; max-width:100%;}
	.promotions-wrapper {
		display: flex;
		flex-direction: column !important;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.promotions-wrapper p, .promotions-wrapper a {
		text-align: center;
		display: block;
		width: 100%;
		max-width: 100% !important;
	}

}

.frames--grid div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-swiper .swiper-button-next, .homepage-swiper .swiper-button-prev {
    display: none;
}

.footer-contents a:hover, .footer-contents a:focus {
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
}

[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;
}

@media (max-width: 1200px) {


	.module-19.style2 .custom-headline h2 .span-1, .module-19.style2 .custom-headline h2, .module-19 .ry-generic .content-wrap p {
		text-align: center !important;
	}

	.module-19 .btn-wrap a {
		margin: 0 !important;
	}
	
	.module-19 .btn-wrap {
		display: flex !important;
		align-content: center;
		justify-content: center;
	}
	
}



/* HP Edits - Started <August 20, 2026> */

/**/
	/*fonts*/
	/*btns*/

/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    background: white;
}

mm-burger {
    color: #374151; /*text-gray-700*/
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151; /*text-gray-700*/
}

.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, #0000008f);
}
.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 {
    background: transparent;
    color: #374151;
}

.cta-icon {
    background: var(--color-primary-background);
    color: white;
    width: 50px;
    height: 50px;
}

.cta-btn:hover {
    background: var(--color-primary-background);
    color: white;
}

/* 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;
}
.slider-info {
    min-height: fit-content;
}

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

#hp-welcome-1 {
    padding-bottom: 30px;
    padding-top: 6.6vh;
}
/* Services */
	/**/
.module-19.style2 .services-frame .frame .service-img-holder img {
    background: #fcacd1;
    filter: invert(1);
    border: none !important;
}

.module-19.style2 .services-frame .frame a {
    color: #374151;
}

.module-19.style2 .services-frame .frame .service-name a:after {
    background: var(--color-primary-background);
}
/* Meet the Team */
	/**/
.ry-hp-team-8 .hp-team-style-8::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 15%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-52e0b344-94ea-48cd-b27c-c51d7fce1e17/backgrounds/NortonEC_wood_bg.jpg) center center no-repeat;
    background-size: cover;
}
/* Insurance */
	/**/
/* Brand */
	/**/
.brand-3-swiper-button-next,
.brand-3-swiper-button-prev{
  color: var(--color-secondary-background);
  background-color: var(--color-secondary-text);
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    height: 100%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-52e0b344-94ea-48cd-b27c-c51d7fce1e17/backgrounds/NortonEC_testimonials_bg.jpg) center center no-repeat;
	background-size: cover;
}

.testimonials-swiper p, .testimonials-swiper-2 p {
    color: #374151;
}

.testimonials-swiper-2 .p-4:last-child {
    padding: 0;
}

.module-testimonials.style-2 .comments-holder {
    margin-top: 90px;
}

.module-testimonials.style-2 .comments-symbol {
    font-family: 'EB Garamond';
}
/* Footer */
	/**/
#ry-footer-3::before {
    opacity: 1;
}

#ry-footer-3 .footer-contents::before {
    opacity: 0;
}

/*Media Queries*/
	/**/
@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 5%;
    }
}

@media (max-width:1279px){
    .ry-hp-team-8 .hp-team-style-8::before {
        width: 100%;
        height: 35%;
    }
    
    .ry-hp-team-8 .hp-team-style-8 img {
        position: relative;
    }
}

@media (width < 1080px) {
  #section-hp-services:before,
  .module-19.style2:before,
  .ry-services.style2::before,
    #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 (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:590px){
    .ry-hp-team-8 .hp-team-style-8::before {
        width: 100%;
        height: 10vh;
    }
}
/* End - HP Edits*/

#welcome-ads {display: flex;gap: 30px;justify-content: center;align-items:center;}
@media (width < 980px) {#welcome-ads {flex-direction:column;}}




/* FORMS PAGE*/

#upload-form {
  margin: 3em 0;
  border: 1px solid #ababab59;
  padding: 1em 2em;
  background: #fff;
  border-radius: 10px;
}
#upload-form .form-label {
  margin-bottom: 10px;
  font-size: 18px;
}
#upload-form [type="file"] {
  height: 50px;
  border: 1px solid #333;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

#upload-form .ry-btn.ry-btn-primary {
  padding: 10px;
  margin: 1em 0 0;
}

/* END FORMS PAGE*/

body[data-page-name="frames"] #hp-brands-6::before {
	display: none;
}

div#ry-footer-3 a:hover {
    color: #8c8d8e;
}

div#hp-brands-6 h6 {
    color: #ffffff;
}

div#hp-brands-6 p{
    color: #ffffff;
}


.section-instagram {
    padding: 80px 0 20px;
    background: #eceeed;
    margin-top: -2px;
}
.section-headline{
    margin-bottom: 20px;
}
.section-instagram h2 {
    text-align: center;
        font-size: 3rem;
        line-height: 1;
    color: #6e627f;
}

.section-headline .span-1 {
    display: block !important;
    font-size: 32px !important;
    line-height: 150% !important;
    margin-bottom: 10px;
    color: #06683a;
    
    letter-spacing: 1px;
}