/*
Theme Name: Foundation Child
Description: Business Name
Template: foundation-parent
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {font-family: "Roboto", sans-serif;}
h1, h2, h3 { font-family: "Fraunces", serif;}
 
.feature-section .feature .num-row { font-size: 34px;font-family: "Fraunces", serif;}
.feature-section .feature {font-size: 26px;}

.primary-footer.heading-underline h2 {text-transform: uppercase;}

.image-col .image:nth-last-child(1) img { 
	object-fit: cover;
    object-position: center;
	height:26vw; 
width:100%; 
}


.review-section {
	background-color: var(--color-3);
	background-image: url(/wp-content/uploads/2025/06/az-subtle.png);
	text-align: center;
    padding: 100px 0;
}
.review-section h2 {
	color: var(--color-1);
	margin-bottom: 50px;
}
.review-section .reviews .heading {
	font-style: italic;
}
.review-section .owl-carousel {
	max-width: calc(100% - 150px);
	margin: 0 auto;
}
.review-section .owl-carousel .owl-nav {
	font-size: 42px;
	color: var(--color-1);
}
.review-section .owl-carousel .owl-nav button.owl-prev,
.review-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.review-section .owl-carousel .owl-nav button.owl-prev {
	left: -75px;
}
.review-section .owl-carousel .owl-nav button.owl-next {
	right: -75px;
}
.review-section .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	column-gap: .5em;
	margin-top: 20px;
}
.review-section .owl-carousel .owl-dots .owl-dot {
	border: 1px solid var(--color-1);
	border-radius: 50%;
	width: 14px;
	height: 14px;
}
.review-section .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-1);
}


	a.tops {
		display: block;
		position: relative;
		top: -125px;
		visibility: hidden;
	}
.home .brands-section {display:none;}
.gallery-section .image-col .image img {
	width: 100%;
}





@media screen and (min-width: 1400px) {
    .feature-section-inner { width: 1800px; max-width: 100%; }
}


@media screen and (max-width:991px){
	.mobile-logo img {width:300px;}
}


@media screen and (max-width: 767px) {
    .banner-section .content h1 { font-size: 35px;}    
}


@media screen and (max-width: 600px) {
    .banner-section .content h1 {
			font-size: 20px; margin-bottom: 10px;}
    .banner-section .content .btn {font-size: 12px; padding: 10px; margin: 0 auto 5px auto !important;}
    .banner-section .content p {margin: 0;}
}


@media screen and (max-width: 449px) {
	.review-section .owl-carousel {
		max-width: 100%;
	}
	.review-section .owl-carousel .owl-nav {
		display: none;
	}
}