/* --- Nibble Core Styles --- */
.nibble-grid {
	display: grid;
	gap: 20px
}
.single-agency .container_image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.related-recipes-slider .owl-stage-outer {
    width: 130%;
}
.global-h3 h3.et_pb_module_heading {
    padding-bottom: 0;
}
section.why-choose-us h3 {
    padding-bottom: 24px;
}
.fullwidth-section a.cta-btn {
    margin-top: 40px;
}
.nibble-grid.cols-2 {
	grid-template-columns: repeat(2, 1fr)
}

.nibble-grid.cols-3 {
	grid-template-columns: repeat(3, 1fr)
}

.nibble-grid.cols-4 {
	grid-template-columns: repeat(4, 1fr)
}

.post-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	overflow: hidden
}

.post-card .post-content {
	padding: 16px
}

.post-card .meta {
	font-size: 12px;
	color: #888;
	margin: 6px 0
}

.post-thumb img {
	width: 100%;
	height: auto;
	display: block
}

.nibble-filters {
	margin: 15px 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap
}

.nibble-filters .filter-btn {
	background: #eee;
	border: 0;
	padding: 8px 14px;
	border-radius: 6px;
	cursor: pointer
}

.nibble-filters .filter-btn.active {
	background: #111;
	color: #fff
}

#nibble-backtotop {
	display: none;
	position: fixed;
	right: 24px;
	bottom: 24px;
	padding: 10px 14px;
	border-radius: 50%;
	background: #111;
	color: #fff;
	border: 0;
	z-index: 9999;
	cursor: pointer
}

.nibble-footer {
	background: #111;
	color: #fff;
	padding: 40px 20px;
	text-align: center
}

.nibble-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 12px 20px
}

.nibble-header.sticky {
	position: sticky;
	top: 0;
	z-index: 999
}

.network-main-section {
	margin: 100px auto;
}

section.product-categories {
	padding: 100px 0px;
}


body {
	overflow-x: hidden;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: fit-content;
	margin: 0px auto;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 20px;
	padding: 4px 8px;
	bottom: -8px;
	display: flex;
}

header .menu-item a {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #385EA7;
}

span.swiper-pagination-bullet {
	background: #385EA7 !important;
	opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #B6482F !important;
}

.hb-container.container {
	margin-top: 0px;
	border-bottom: 0px;
	height: 100% !important;
}

.hb-swiper-container {
	position: relative;
}

section.hero.swiper-slide::before {
	content: '';
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

section.hero.swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hero {
	display: flex;
	max-height: 620px;
	height: 80vh;
}

.hero-left {
	color: #fff;
	flex: 1.1;
	padding: 40px 80px 40px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100% !important;
	width: 50%;
}

.hero-left h1 {
	color: #fff;
	font-family: Roboto;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 48px;
	leading-trim: NONE;
	line-height: 120%;
	letter-spacing: 0%;
}

.hero-left p {
	font-size: 1.1rem;
	margin-bottom: 40px;
	opacity: 0.85;
	max-width: 540px;
}

.hero-left .button {
	display: inline-block;
    background: #D66E4B;
    color: #fff;
    padding: 12px 24px;
    border: 1px solid #D66E4B;
    cursor: pointer;
    transition: background 0.2s;
    width: fit-content;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
	border-radius: 5px;
}

.hero-left .button:hover {
	background: #ffffff;
	color: #D66E4B;
}

.hero-right {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f7;
}

.hero-right img {
	width: 80%;
	max-width: 600px;
	border-radius: 50px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
}

.header-button {
	line-height: 18px !important;
}

.hb-swiper-container {
	position: relative;
	width: 100vw;
	max-width: 100vw;

	.swiper-android .swiper-slide,
	.swiper-wrapper {
		width: 100vw;
	}
}

@media (max-width: 900px) {
	.hero {
		flex-direction: column;
	}

	.hero-left,
	.hero-right {
		padding: 40px 12px;
		max-width: 100%;
	}

	.hero-right img {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 1024px) {

	.hero-left {
		width: 100%;
	}

	section.hero.swiper-slide::before {
		width: 100%;
	}


}



a.cta-btn {
border-radius: 5px;
    background: #D66E4B;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 12px 24px;
    font-style: normal;
    border: 1px solid #D66E4B;
    transition: 0.2s 
ease-in;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
	&:hover {
		background: #fff;
		color: #D66E4B;
	}
}

.distribution-network {
	border-radius: 5px;
	border: 1px solid #AAC4DB;
}

.distribution-network h3 {
	padding: 20px;
    background: #385ea7;
    text-align: center;
    color: white;
}

.distribution-network ul {
	padding: 20px;
}

.multiple-network ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.distribution-network.one-network {
	grid-column: 10/13;
}

.distribution-network.vic.one-network {
	grid-row: 2/2;
}

.distribution-network.one-network.qld {
	grid-row: 1/1;
}

.multiple-network ul li {
	flex: 1 0 44%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #aac4db;
	padding: 46px;
	max-width: 400px;
	width: 50%;
}
h3.network-main-title {
    color: var(--UI-Design-HAC-Grey, #2D2D2D);
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
	padding-bottom: 24px;
}
.distribution-network.multiple-network {
	grid-column: 1 / 10;
	grid-row: span 2;
}

section.our-disctribution-network {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}

.multiple-network ul li:first-child {
	border-top: 0;
	border-left: 0;
}

.multiple-network ul li:nth-child(2) {
	border-top: 0;
	border-right: 0;
}

.multiple-network ul li:last-child {
	border-bottom: 0;
	border-right: 0;
}

.multiple-network ul li:nth-last-child(2) {
	border-bottom: 0;
	border-left: 0;
}

.distribution-network.one-network ul {
	min-height: 177px;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* Product Categories */
.card {
	position: relative;
	max-width: 410px;
	min-height: 350px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
	width: 33%;
}

.card-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-height: 60px;
	overflow: hidden;
	transition: max-height 0.2s ease-in;
}

.card:hover .card-overlay {
	max-height: 100%;
	height: 100%;
}

.product-categories-holder {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.card-overlay h3 {
	color: #fff;
	text-align: center;
	font-family: 'Roboto';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 10px;
}

.additional-content {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
}

.card:hover .additional-content {
	opacity: 1;
	visibility: visible;
	max-height: 200px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

a.explore-btn {
	background: #D66E4B;
	color: #fff;
	padding: 12px 24px;
	min-width: 50%;
	margin: 0px auto;
	border: 1px solid #D66E4B;
	border-radius: 5px;
	transition: background 0.2s ease-in;
	font-family: 'Roboto';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}

a.explore-btn:hover {
	background: #fff;
	color: #D66E4B;
}



/* left image right content */

section.fullwidth-section {
	min-height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: 50%;
	background-repeat: no-repeat;
	position: relative;



	.image-container {
		width: 50%;
		position: absolute;
		height: 100%;
		top: 0;
		background-size: cover;
		background-position: center;
	}

	&.left-image-right-content {
		background-position: left;

		.image-container {
			left: 0;
		}
	}

	&.left-content-right-image {
		background-position: right;

		.image-container {
			right: 0;
		}
	}

	h3 {
		color: #2d2d2d;
		font-family: 'Roboto';
		font-size: 32px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 0.64px;
	}

	p {
		
		
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}


	.content-right-half {
		width: 50%;
		margin-left: auto;
		padding: 0px 40px;
	}

	.content-left-half {
		width: 50%;
		margin-right: auto;
		padding: 0px 40px;
	}
}


/* why choose us */

.why-choose-us {
	background: #f3f7fa;
	padding: 100px 0;
	text-align: center;
/* 	margin: 80px auto; */
	position: relative;


	h2 {
		margin-bottom: 30px;
		font-size: 2rem;
		font-weight: 600;
		color: #222;
	}

	.features-row {
		gap: 20px;
        justify-content: center;
        margin: 0px auto;
        height: 100%;
        align-items: stretch;
        grid-template-columns: repeat(4, 1fr);
        display: grid;
	}

	.container {
		z-index: 1;
	}

	.feature-card {
		background: #fff;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(60, 64, 67, 0.08);
		text-align: left;
		transition: box-shadow 0.2s;
		display: flex;
		width: 100%;
		padding: 31px 24px;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;

		&:hover {
			box-shadow: 0 4px 16px rgba(60, 64, 67, 0.16);
		}

		h3 {
			font-size: 1.12rem;
			font-weight: bold;
			margin: 0 0 8px 0;
			color: #222;
		}

		p {
			
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 20px;
		}

		.feature-icon {
			height: 40px;
			width: 40px;
			color: #fff;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 1.7rem;
			margin-bottom: 14px;
		}
	}

	svg {
		opacity: 0.4;
		mix-blend-mode: color-dodge;
		max-width: 650px;
		height: 100%;
		position: absolute;
		right: 0;
		bottom: 0;
	}

}


/* Full width banner */

section.full-width-banner {
	display: flex;
	min-height: 373px;
	padding: 48px;
	margin-top: 80px;
	position: relative;

	h2 {
		color: #fff;
		text-align: center;
		font-family: 'Roboto';
		font-size: 32px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 0.64px;
	}

	p {
		color: #fff;
		text-align: center;
		font-family: 'Roboto';
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}

	.container {
		text-align: center;
		z-index: 1;
	}

	

	svg {
		position: absolute;
		z-index: 0;
		opacity: 0.4;
		mix-blend-mode: multiply;
		top: 0;
		right: 0;
	}
	.cta-buttons {
		display: flex;
		justify-content: center;
		gap: 20px;
		flex-wrap: wrap;
	}
}



/* Brands we choose */
section.brands-we-supply {
	background: #EEF3F8;
	padding: 100px 20px;

	.brands-row {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.brand-logo a {
		min-width: 232px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		max-height: 115px;
		padding: 15px;
		border: 1px solid #AAC4DB;
		overflow: hidden;
		img {
		    max-height: 115px;
			object-fit: contain;
		}
	}

	h3 {
		color: #2d2d2d;
		text-align: center;
		font-family: 'Roboto';
		font-size: 32px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 0.64px;
		padding-bottom: 24px !important;
	}
}



footer {

	.et_pb_menu__menu>nav>ul {
		flex-direction: column;
	}

	.et_pb_menu .et_pb_menu__menu>nav>ul>li {
		padding: 0;
	}

	.et_pb_menu__wrap {
		justify-content: flex-start !important;
	}

	.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
		margin: 0px;
	}

	h5.et_pb_module_heading {
		padding: 0;
	}

}


  /* accordion */
.accordion-panel-nested {
    padding: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out; 

}
.faq-container {
    max-width: 1064px;
    width: 100%;
    margin: 0 auto;
}

.search-bar {
    margin-bottom: 20px;
    position: relative;
}

.search-bar input {
   width: 100%;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: rgba(170, 196, 219, 0.25);
}
.search-bar input::placeholder {
    color: rgba(45, 45, 45, 1);
    font-size: 16px;
    font-weight: 400;
}
.search-bar::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 31%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/uploads/2025/11/Search.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.accordion-nested {
    padding: 0px 20px 10px 20px;
    border: solid 1px rgba(241, 241, 239, 1);
    border-radius: 0 0 5px 5px;
}
.accordion-header {
        background-color: rgba(241, 241, 239, 1);
    border: none;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s;
    border-radius: 5px;
    /* margin-bottom: 40px; */
    border: 0;
    position: relative;
		color: #2D2D2D;
}
.accordion-header-nested.active {
    color: #000;
}
.accordion-panel {
    margin-bottom: 40px;
}
.accordion-item:first-child .accordion-header {
    border-top: none;
}

.accordion-header:hover {
    background-color: #eeeeee;
}

.accordion-panel {
    background-color: #ffffff;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-panel.active {
    padding: 0; 
}

.icon-main-arrow {
    width: 10px;
    height: 10px;
    border-left: 3px solid rgba(0, 0, 0, 1);
    border-bottom: 3px solid rgba(0, 0, 0, 1);
    transform: rotate(-45deg);
    transition: transform 0.3s;
    position: absolute;
    right: 21px;
    top: 50%;
}

.accordion-header.active .icon-main-arrow {
    transform: rotate(135deg); 
}

.accordion-nested {
    padding: 0px 20px 10px 20px;
}

.accordion-item-nested {
        border-bottom: 1px solid rgba(142, 142, 147, 1);
}
.accordion-item-nested:last-child {
    border-bottom: none;
}
.accordion-header-nested {
    background-color: #ffffff;
    border: none;
    width: 100%;
    text-align: left;
    padding: 20px 0px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    position: relative;
}
button.accordion-header:before {
    content: url(/wp-content/uploads/2025/11/tabler_chevron-up.svg);
    right: 16px;
    left: auto;
    position: ABSOLUTE;
    top: 30%;
	transform: rotate(180deg);
}
button.accordion-header-nested:before {
    content: url(/wp-content/uploads/2025/11/material-symbols_add-rounded.svg);
    right: -7px;
    left: auto;
    position: ABSOLUTE;
    top: 36%;
}
button.accordion-header-nested.active:before {
	 content: url(/wp-content/uploads/2025/11/ic_round-minus.svg);
}
button.accordion-header.active::before {
    transform: rotate(359deg);
}
.accordion-header-nested:hover {
    color: #000;
}
.accordion-item-nested p {
    font-size: 16px;
    color: rgba(142, 142, 147, 1);
    font-weight: 400;
	padding-bottom: 24px !important;
}
.accordion-panel-nested {
    border: none;
    width: 100%;
    text-align: left;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

.accordion-panel.active,
.accordion-panel-nested.active {
        max-height: 100%;
}
.fit-content {
    max-height: fit-content;
}
.icon-plus-minus {
        font-size: 22px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    transition: transform 0.3s;
    position: relative;
    right: 1px;
    float: right;
}

.icon-plus-minus::before {
    content: '+';
}
.accordion-header-nested.active .icon-plus-minus::before {
    content: 'âˆ’'; 
}
.hidden {
    display: none;
}
/* accordion */


.home {
	.short_code_section {
		padding: 100px 0px;
	}
}
