/*
Theme Name: Foundation Child
Description: Business Name
Template: foundation-parent
Version: 1.0.0
*/


.primary-header .logo-col, .mobile-logo {background-color: #000;}

.banner-section .embed-responsive-16by9 {
    padding-bottom: 0;
    width: 100%;
    height: 45vw;
}

.banner-section .embed-responsive-16by9 iframe {
object-fit: cover;
    width: 100%;
    height: 56vw;
    position: relative;
    top: 50%;
    left: unset;
    transform: translateY(-50%);
}

.home #feature-section, .home #brands-section {display: none;}



.background-section {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.background-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(208, 223, 232, 0.65);
	z-index: -1;
}
.background-section h2 {
	color: var(--color-1);
}

.review-section {
	background-color: var(--color-4);
	background-image: url(/wp-content/uploads/2026/04/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);
}

.tops {
		display: block;
		position: relative;
		top: -125px;
		visibility: hidden;
	}

.sliderimgs .carousel {overflow: hidden;     position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sliderimgs .carousel-control {
	z-index: 9;
}
.sliderimgs .carousel-inner {
	border: none;
	box-shadow: none;
	height: 100%; position:relative;
}
.sliderimgs .carousel-inner img, .banner-inner img {
	width: 100%;height: 100%; object-fit: cover;
}
.sliderimgs .carousel.fade {
	opacity: 1;
}
.sliderimgs .carousel.fade .item {height: 100%;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: flex !important; align-items: center;
	z-index: 1;
}
.sliderimgs .carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.sliderimgs .carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}
.sliderimgs .carousel-control {
	z-index: 5;
}




@media screen and (max-width: 991px) {
     .mobile-logo img {height: 125px; width: auto;}
}
@media screen and (max-width: 767px) {
    .banner-section .content h1 {font-size: 5vw;}
       .banner-section .content .btn {
        min-width: 200px;
        font-size: 17px;
        padding: 1vw;
    }
   
    }

