/* 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 <August 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 */
	/**/
.module-welcome.style-5 .ry-flex {
    flex-direction: row-reverse;
}

.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-top: 40%;
}
.module-welcome.style-5 .ry-text p {
	color: var(--color-primary-text);
	text-align: left !important;
}
.module-welcome.style-5 .ry-text .ry-btn {
    margin-left: 0;
}
/* Services */
	/**/
#services-12 > div:nth-child(odd) > div > p, #services-12 > div:nth-child(even) > div > p {
    display: none;
}

#services-12 > div:nth-child(odd), #services-12 > div:nth-child(even) {
    background: none;
}

#services-12 svg {
    max-width: 70px;
    margin: 0 auto;
    fill: white;
}

#services-12 > div:nth-child(even) img,
#services-12 > div:nth-child(odd) img{
    width: 100%;
    height: 100%;
    max-width: 300px;
    border-radius: 20px;
    box-shadow: 0 0 7px 3px #ffffff2e;
}

#section-hp-services {
    padding-bottom: 30.6vh;
}

#services-12 > div:nth-child(odd) > div > h4, #services-12 > div:nth-child(even) > div > h4 {
    font-weight: 300;
    text-transform: uppercase;
}

/* Meet the Team */
	/**/
.homepage-team-swiper-2 {
    max-width: 60rem;
}
.homepage-team-swiper-2:before {
    content: none;
}

/* Insurance */
	/**/
#hp-insurance-1 .overflow-hidden.relative {
    background: linear-gradient(to right, transparent, #d4d3c1, #d4d3c1, transparent);
    padding: 50px;
}

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

#hp-insurance-1 .relative {
    margin-bottom: 40px;
}

#hp-insurance-1 .swiper-slide {
    background: var(--color-primary-background);
}

.brands-swiper-4 img {
    height: 100px;
    padding: 0;
}
#hp-insurance-1 .swiper-slide img {
    mix-blend-mode: normal;
    filter: brightness(0) invert(1);
}
#hp-insurance-1 {
    padding-bottom: 0;
}
.modal-privacy-policy {
    text-align: center;
}
/* Brand */
	/**/

/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2::before {
    opacity: 0;
}

.module-testimonials.style-2 .comments-symbol {
    font-family: auto;
}

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

.module-testimonials.style-2 .comments-icon {
	background-color: var(--color-secondary-background);
}

.testimonials-swiper-2 svg {
    color: var(--color-primary-background);
}

.testimonials-swiper p, .testimonials-swiper-2 p {
	color: #666;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
.group-bg .background-section, .group-bg .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
	object-position: bottom;
}

#section-hp-services,
#hp-insurance-1,
.module-testimonials.style-2{
    position: relative;
    z-index: 1;
    background-color: transparent;
}

@media (max-width:1080px){
    .module-welcome.style-5 .ry-flex {
        flex-direction: column;
    }
    .module-welcome.style-5 .ry-each.image-wrapper .photo {
        padding-top: 40%;
    }
	.module-welcome.style-5 .ry-text .ry-btn {
		margin-left: auto;
	}
	.module-welcome.style-5 .ry-text p {
		text-align: center !important;
	}
}
@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }

}
/* End - HP Edits*/







/* HP POP-UP*/

#modal-bg {
    padding: 2em 0 0;
    max-width: 700px;
    width: 90%;
    background: radial-gradient(ellipse 58% 45% at 50% 23%, #fff 0%, #faf9f6 25%, #f4f1eb 48%, #ede8de 72%, #e7dfd2 100%);
}
#modal-logo {
  margin: 0 auto 2em;
  max-width: 300px;
}
.ry-input-flex {
  flex-direction: column;
  gap: 10px 0;
}

.modal-bottom {
  background: #462d10;
  height: auto;
  padding: 1.5em 2em;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
  margin-top: 2em;
}

.close-bt {
    position: absolute;
    right: 2%;
    top: 1%;
    font-size: 25px;
    display: none;
}

.modal-overlay {
    background: hsl(0deg 0% 0% / 94%) !important;
}

#popup_form_leads {
  clear: both;
  max-width: 450px;
  margin: 1.5em auto;
}
.ry-form-wrap {
    position: static;
    transform: initial;
    max-width: 90%;
    margin: auto;
    clear: both;
}
.ry-input-flex input {
  width: 100%;
  background: #fff !important;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #6666664d;
  padding: 1.5em;
  font-size: 18px;
}
#popup_form_btn {
  padding: 0;
  min-width: 100%;
  max-width: 100%;
  width: 100% !important;
  border-radius: 10px !important;
  height: 65px;
  font-size: 20px;
  text-transform: uppercase !important;
  cursor: pointer;
}
#modal-bg .form-group {
  width: 100%;
}

.modal-heading h3 {
  font-size: 45px;
  color: #3d5f16;
  line-height: 1.1;
  font-family: Lora;
  font-weight: bold;
}
.modal-heading strong {
  display: block;
  text-transform: uppercase;
  color: #333;
  font-size: 23px;
}
.modal-text p {
  font-size: 25px;
  font-style: italic;
  font-family: lora;
  line-height: 1.5;
  margin-top: 5px;
}

.modal-bottom .ry-icon {
  background: #3d5f16;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

@media(max-width:700px) {
    .modal-heading h3 {
		font-size: 24px;
	}

	.modal-heading strong {
		font-size: 18px;
		margin-bottom: 5px;
	}

		img#modal-logo {
		max-width: 180px;
	}

	form#popup_form_leads .ry-input-flex input {
		font-size: 15px;
		height: 40px;
		border-radius: 8px;
	}

	input#popup_form_btn {
		height: 50px;
	}

	.modal-text p {
			font-size: 18px;
	}

	.modal-bottom {
			flex-direction: column;
			padding: 1em;
			gap: 1em;
			font-size: 16px;
			text-align: center;
	}

	.modal-bottom .ry-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 10px;
	}
}


/* END HP POP-UP*/