
@import url("https://cdn-ilebfen.nitrocdn.com/dVEqmmlfWKXpnypTVPhPWgyTBHJalCwF/assets/static/optimized/rev-09a5555/use.typekit.net/hmo3hmi.css");

body {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 26px;
	font-family: "brother-1816", sans-serif !important;
	font-weight: 400;
	color: #636363;
}

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;
	background: #003f53;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "brother-1816", sans-serif !important;
}

header {
	color: #fff !important;
	padding: 30px 50px 20px;
}

header h1 {
	color: #fff !important;
	font-family: "brother-1816", sans-serif;
}

.logo {
	text-align: center;
}

.gallery-section {
	flex: 1;
	height: 100vh;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
	gap: 20px;
	padding: 20px 20px;
	overflow-y: auto;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 20px;
}

.gallery-item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.gallery-heading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	background: rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
	transition: .7s;
}

.gallery-item:hover .overlay {
	background: rgba(235, 91, 37, .8);
	opacity: 1;
}

.gallery-heading h2 {
	color: #fff;
	letter-spacing: 12.15px;
	font-size: 27px;
	line-height: 35px;
	font-weight: 800;
	text-transform: uppercase;
}

.fillter-section img {
	width: 40px;
	margin-left: 15px;
}

/*
.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    padding: 20px;
}
*/

/*
.gallery-container {
    flex: 1;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 20px;
    padding: 20px 20px;
    overflow-y: auto;
}
*/
.gallery-container {
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
	align-content: flex-start;
	height: 100vh;
	padding: 20px;
	gap: 20px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}

.gallery-container > * {
	flex: 0 0 calc(33.66% - 20px);
	height: calc(50% - 10px);
	box-sizing: border-box;
}

.fillter-section a {
	text-decoration: none;
}

.gallery-block img {
	max-width: 100%;
	width: 100%;
	border-radius: 20px;
	height: 100%;
}

.filter-box {
	margin-bottom: 20px;
}

.eee-image {
	float: left;
	display: block;
	position: relative;
}

.fillter-section {
	display: flex;
	justify-content: end;
}

.eee-image a {
	display: block;
}

/* .dropdown {
  float:left;
  margin:15px;
} */
.eee-image__dropdown {
	/*   display:none; */
	position: absolute;
	background-color: rgba(235, 91, 37, 1);
	min-width: 475px;
	overflow: hidden;
	z-index: 1;
	right: 112px !important;
	top: 120px !important;
	left: auto !important;
}

.eee-image__dropdown a {
	padding: 12px 16px;
	color: #369;
	text-decoration: none;
	display: block;
}

.eee-image__dropdown a:hover {
	background-color: #369;
	color: #fff;
}

.show {
	display: block;
}

.category h1 {
	font-size: 45px;
	font-weight: 800;
	line-height: 52px;
	margin: 0;
}

.detail-section {
	padding: 20px;
}

.main img {
	max-width: 100%;
	border-radius: 20px;
}

img {
	max-width: 100%;
}

.detail-wrapper {
	height: auto;
}

.gallery-detail a {
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 2.1px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.gallery-detail span {
	color: #fff;
	padding: 0px 5px;
	display: inline-block;
}

.gallery-detail {
	max-width: 500px;
}

.main {
	margin-right: 25px;
}

.gallery-detail h3 {
	color: #fff;
	font-family: "brother-1816", sans-serif !important;
}

.gallery-detail p {
	color: #fff;
	font-weight: 200;
}

.gallery-detail ul li {
	color: #fff;
	font-weight: 200;
	margin: 5px 0px;
}

.btn-gallery a {
	background: #eb5b25 0% 0% no-repeat padding-box;
	border-radius: 15px;
	letter-spacing: 2.1px;
	padding: 18px 30px;
	font-size: 18px;
	display: inline-block;
}

.mt-35 {
	margin-top: 35px;
}

/****gallery-third**/
.gallery-containernew {
	display: flex;
	flex-direction: row;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 20px;
	padding: 20px;
	height: 100vh;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}

.column {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 0 0 450px;
}

.column > div {
	height: calc(28vh - 30px);
}

/****gallery-third**/
.checkbox-dropdown {
	position: relative;
	user-select: none;
}

.checkbox-dropdown-list {
	list-style: none;
	margin: 0;
	padding: 10px 20px 20px;
	background: #eb5b25;
	min-width: 300px;
	position: absolute;
	top: 42px;
	border: inherit;
	border-top: none;
	left: auto;
	right: 0;
	opacity: 0;
	z-index: 9;
	transition: opacity .4s ease-in-out;
	pointer-events: none;
}

.is-active .checkbox-dropdown-list {
	opacity: 1;
	/* display the dropdown */
	pointer-events: auto;
}

.checkbox-dropdown-list li {
	display: flex;
	padding: 6px 0px;
	align-items: center;
}

.checkbox-dropdown-list li.actions {
	display: flex;
	justify-content: left;
	margin: .25em auto;
}

.checkbox-dropdown-list li label {
	display: block;
	font-weight: 200;
	transition: all .2s ease-out;
}

.checkbox-dropdown-list input {
	background: transparent !important;
}

.checkbox-dropdown-list input[type="checkbox"] {
	height: 22px;
	width: 22px;
	margin-right: 5px;
	background: transparent !important;
}

/***-6-13-2025***/
html {
	scroll-behavior: smooth;
}

.fillter-section a {
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	font-size: 16px;
}

.checkbox-dropdown .eee-image__image {
	cursor: pointer;
}

.wrapper-single {
	overflow: hidden;
}

.wrapper-single .main img {
	max-width: 100%;
	border-radius: 20px;
	max-height: 80vh;
	object-fit: cover;
	width: 100%;
}

.wp-singular {
	display: flex;
	flex-direction: column;
	height: 100vh;
	width: 100vw;
}

.checkbox-dropdown img {
	filter: brightness(92.5);
}

.checkbox-dropdown.is-active img {
	filter: invert(0) !important;
}

/***-6-13-2025***/

/* New Our Brand Page */
.pdtb-200 {
	padding: 200px 0px;
}

.pdtb-85 {
	padding: 85px 0px;
}

.pdt-85 {
	padding-top: 85px;
}

.pdb-85 {
	padding-bottom: 85px;
}

.new-area {
	background: #003f53;
}

.lifestyle h1 {
	font-size: 72px;
	font-weight: 800;
	line-height: 82px;
	color: #fff;
}

.lifestyle {
	max-width: 1010px;
	text-align: center;
}

.finish {
	max-width: 626px;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	line-height: 34px;
}

.new-design {
	background-image: url("https://www.advancedpatios.com.au/wp-content/themes/buildgo-child/assets/img/patio-grande-48.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px 30px;
	border-radius: 15px;
	position: relative;
	padding: 300px 0px;
}

.new-design.nitro-lazy {
	background-image: none !important;
}

.overlay-a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(179deg, rgba(235, 91, 37, 47%) 0%, rgba(0, 0, 0, 60%) 72%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px;
}

.lifestyle {
	position: relative;
}

.super-heading h2 {
	color: #fff;
	font-size: 52px;
	line-height: 62px;
	font-weight: 800;
}

.trust-list .icon-list:last-child hr {
	display: none;
}

.test-heading {
	color: #eb5b25;
}

.spaces {
	max-width: 550px !important;
}

.icon-area img {
	margin-right: 14px;
	max-width: 100%;
}

.full-projuct {
	width: 100%;
}

.icon-list {
	display: flex;
	align-items: center;
	gap: 15px 20px;
	padding: 0px 0px 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.trust-list {
	padding-left: 50px;
}

.full-projuct p {
	font-size: 20px;
	color: #eb5b25;
	font-weight: 500;
	line-height: 30px;
}

.full-projuct hr {
	margin: 10px 0px 0px;
	background: rgba(255, 255, 255, 100%);
}

.super-heading {
	text-align: center;
	margin-bottom: 50px;
}

.build-patios {
	background-image: url("https://www.advancedpatios.com.au/wp-content/themes/buildgo-child/assets/img/verandah-patio-grande-49.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin: 0px 30px;
	border-radius: 15px;
}

.build-patios.nitro-lazy {
	background-image: none !important;
}

.wetrust {
	max-width: 820px;
	margin: auto;
	margin-bottom: 50px;
}

.everythings {
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
}

/*.everythings p{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
}*/
.counter-item h3 {
	font-size: 120px;
	line-height: 95px;
	color: #fff;
	font-weight: 800;
}

.counter-item {
	text-align: center;
}

.detail-list {
	margin-top: 100px;
}

.border-list::after {
	position: absolute;
	width: 1px;
	/*    height: 70%;*/
	background: #fff;
	bottom: -87px;
	left: auto;
	right: auto;
	content: "";
	top: calc(100% + 17px);
}

.border-list {
	position: relative;
}

/*.detail-list strong {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: #FFFFFF;
}*/
.testimonial-area {
	background-image: url("https://cdn-ilebfen.nitrocdn.com/dVEqmmlfWKXpnypTVPhPWgyTBHJalCwF/assets/images/optimized/rev-87f67b8/www.advancedpatios.com.au/wp-content/themes/buildgo-child/assets/img/patio-allure-06.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin: 0px 30px 30px;
	border-radius: 15px;
}

.testimonial-area.nitro-lazy {
	background-image: none !important;
}

.everythings p:last-child {
	margin-bottom: 0px;
}

.patiotext p {
	font-family: "brother-1816", sans-serif !important;
	font-style: italic;
	font-weight: 200;
	font-size: 24px;
	line-height: 34px;
}

.testimonial-area .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -100px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}

.testimonial-area .testimonial-content {
	max-width: 670px;
}

.counter-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px 40px;
}

.testimonial {
	background: linear-gradient(90deg, rgba(11, 76, 95, .82) 0%, rgba(242, 101, 34, .18) 100%), url("https://cdn-ilebfen.nitrocdn.com/dVEqmmlfWKXpnypTVPhPWgyTBHJalCwF/assets/static/optimized/rev-87f67b8/images.unsplash.com/48f9edee235dff8b45e7cde5a08bb9a0.photo-1502082553048-f009c37129b9") center/cover no-repeat;
	min-height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 8px 32px rgba(0, 0, 0, .13);
}

.testimonial-content {
	text-align: center;
	color: var(--white);
	padding: 2.2rem 2rem 2rem 2rem;
	/*      background: rgba(0,0,0,0.28);*/
	border-radius: 14px;
	max-width: 650px;
	margin: 0 auto;
}

.testimonial-content h2 {
	font-size: 1.85rem;
	font-weight: 700;
	margin-bottom: 1.1rem;
	letter-spacing: .2px;
}

.testimonial-content span {
	color: var(--accent);
}

.stars {
	color: #f26522;
	font-size: 1.7rem;
	margin-bottom: .7rem;
	display: flex;
	justify-content: center;
	gap: .15rem;
	letter-spacing: .18em;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.stars svg {
	width: 1.5em;
	height: 1.5em;
	fill: #f26522;
	display: inline-block;
}

.carousel-indicators [data-bs-target] {
	background-color: #f26522;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	opacity: .5;
	margin: 0 .2rem;
	transition: opacity .18s;
}

.carousel-indicators .active {
	opacity: 1;
}

.page-id-6053 {
	width: auto;
}

.spaces p {
	font-weight: 200;
}

.detail-list p {
	font-weight: 200;
}

.everythings p {
	border-bottom: 1px solid rgba(235, 91, 37, .4);
	padding-bottom: 20px;
	font-weight: 200;
}

.everythings p:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

.everythings b, strong {
	font-weight: 700;
}

.detail-list p {
	font-weight: 200;
	max-width: 222px;
	margin: 14px auto 0;
}

.detail-list p:first-child {
	margin-top: 0;
}

@media (min-width: 320px) and (max-width: 567px) {
	.counter-list {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.pdtb-200 {
		padding: 85px 0px;
	}
	
	.pdtb-85 {
		padding: 50px 0px;
	}
	
	.pdt-85 {
		padding-top: 50px;
	}
	
	.pdb-85 {
		padding-bottom: 50px;
	}
	
	.new-design {
		padding: 85px 0px;
	}
	
	.counter-list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.trust-list {
		padding-left: 0px;
	}
	
	.lifestyle h1 {
		font-size: 42px;
		line-height: 52px;
	}
	
	.super-heading h2 {
		font-size: 32px;
		line-height: 42px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.pdtb-200 {
		padding: 85px 0px;
	}
	
	.pdtb-85 {
		padding: 50px 0px;
	}
	
	.pdt-85 {
		padding-top: 50px;
	}
	
	.pdb-85 {
		padding-bottom: 50px;
	}
	
	.new-design {
		padding: 85px 0px;
	}
	
	.counter-list {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.trust-list {
		padding-left: 0px;
	}
	
	.super-heading h2 {
		font-size: 32px;
		line-height: 42px;
	}
	
	.super-heading {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.lifestyle h1 {
		font-size: 42px;
		line-height: 52px;
	}
	
	.super-heading h2 {
		font-size: 32px;
		line-height: 42px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.pdtb-200 {
		padding: 85px 0px;
	}
	
	.pdtb-85 {
		padding: 50px 0px;
	}
	
	.pdt-85 {
		padding-top: 50px;
	}
	
	.pdb-85 {
		padding-bottom: 50px;
	}
	
	.trust-list {
		padding-left: 0px;
	}
	
	.full-projuct p {
		font-size: 15px;
		line-height: 20px;
	}
	
	.counter-item h3 {
		font-size: 100px;
		line-height: 110px;
	}
	
	.super-heading h2 {
		font-size: 42px;
		line-height: 50px;
	}
	
	.lifestyle h1 {
		font-size: 52px;
		line-height: 62px;
	}
	
	.new-design {
		padding: 85px 0px;
	}
}

/* New Our Brand Page */
.page-id-10003 strong {
	font-weight: 500;
}

@media (min-width: 1200px) {
	.whychoose-left {
		max-width: 785px;
		margin-left: auto;
	}
}

@media (min-width: 1400px) {
	.whychoose-left {
		max-width: 820px;
		margin-left: auto;
	}
}

@media (min-width: 1800px) {
	.whychoose-left {
		max-width: 850px !important;
		margin-left: auto;
	}
}
