@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Bold.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF Demi';
    src: url('../fonts/GreycliffCF-DemiBold.woff2') format('woff2'),
        url('../fonts/GreycliffCF-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Heavy.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Light.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Medium.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Regular.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF Extra';
    src: url('../fonts/GreycliffCF-ExtraBold.woff2') format('woff2'),
        url('../fonts/GreycliffCF-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF Extra';
    src: url('../fonts/GreycliffCF-ExtraLight.woff2') format('woff2'),
        url('../fonts/GreycliffCF-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



/*home new*/
body.page-template-home-page-3-0 {
	background-color: #F3F3F4;
}
body.page-template-home-page-3-0 * {
	font-family: 'Greycliff CF';
}
.font-size-96 {	
	font-size: 96px;
	line-height: 1em;
}
.font-size-64 {	
	font-size: 64px;
	line-height: 1em;
}
.font-size-48 {	
	font-size: 48px;
	line-height: 1.2em;
}
.font-size-40 {	
	font-size: 40px;
	line-height: 1em;
}
.font-size-36 {	
	font-size: 36px;
	line-height: 1.2em;
}
.font-size-32 {	
	font-size: 32px;
	line-height: 1.5em;
}
.font-size-24 {	
	font-size: 24px;
	line-height: 1.2em;
}
.font-size-20 {	
	font-size: 20px;
}
.font-size-15 {	
	font-size: 15px;
	line-height: 1.5em;
}
.font-size-12 {	
	font-size: 12px;
	line-height: 1em;
}
.font-weight-600 {
	font-weight: 600;
}
section.hero-new {
	background: #6B358B;
	display: flex;
	align-items: center;
	justify-content: center;
	 height: 100vh;   /* fallback */
  height: 100dvh;  /* modern fix */
	position: relative;
	min-height: max-content;
	padding: 100px 40px 180px 40px;
}
section.hero-new .next-section {
	content: "";
	display: block;
	width: 35px;
	height: 146px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	
}
section.hero-new .next-section:focus, section.hero-new .next-section:active {
	outline: none!important;
	border: none!important;
}
section.hero-new .hero-new__content h1 {
	font-weight: 600;
	font-size: 96px;
}
section.hero-new .hero-new__content h2, section.intro-video h2.intro-video__title  {
	font-weight: 300;
}
section.hero-new .hero-new__content p, section.intro-video p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5em;
	margin-top: 30px;
}
section.intro-video {
	padding: 80px 100px 45px 100px;
}
.black-text {
		color: #0C060F;
}
section.intro-video {
	color: #0C060F;
}
section.intro-video p {
	font-weight: 400;
}
section.intro-video h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5em;
}
section.intro-video h6 {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
	color: #9F7CB4;
}
section.intro-video .intro-video__media {
	width: 100%;
	position: relative;
}

section.intro-video .video-box {
	position: relative;
	width: 100%;
	margin-top: 20px;
	border-radius: 10px;
	overflow: hidden;
	border-radius: 10px;
	height: max-content;
}
section.intro-video .video-box {
    position: relative;
	 width: 60%;
     margin: 0 auto; /* center it */
}
@media (max-width: 768px) {
	section.intro-video .video-box {
		width: 100%;
	}
}
section.intro-video .video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
	background: #000;
    opacity: 0.3;
}

section.intro-video .play-btn {
    border: none;
    cursor: pointer;
	width: 70px;
	height: 70px;
}
section.intro-video .play-btn svg {
	width: 100%;
	height: 100%;
}
section.intro-video .video-wrapper {
	 width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
}

section.intro-video .video-wrapper video {
	  position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
section.intro-video #audoiavailable {
	padding-top: 0;
	height: 100%;
}
section.services-cards {
		padding: 0 100px 100px 100px;
	z-index: 4;

}
.single-service {
	border-radius: 7px;
	margin: 50px 0;
}
.service-card img {
	margin-right: 60px;
}
.service-card__inner {
	  flex-grow: 1;
    padding-right: 100px;
}
.service-card__inner .service-card__inner-left {
	width: 400px;
}
.service-card__inner h3 {
	font-size: 36px;
	line-height: 1.2em;
}
.service-card__inner  h6 {
	font-weight: 400;
}
.services-cards {
	position: relative;
}

.white-text {
	color: #fff;
}
.service-card__inner-right p {
	color: #BCA4CB;
}
.video-banner {
	position: relative;
	width: calc(100% - 40px);
	height: 100vh;
	overflow: hidden;
	margin: 0px 20px 100px 20px;
	border-radius: 15px;
}

.video-banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* Make iframe behave like background cover */
.video-banner__bg video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 56.25vw; /* 16:9 ratio */
	min-height: 100vh;
	min-width: 177.77vh;
	transform: translate(-50%, -50%);
	pointer-events: none; /* optional */
}

/* Fallback image */
.video-banner__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Overlay */
.video-banner__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 2;
}

/* Content */
.video-banner__content {
	position: relative;
	z-index: 3;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 15%;
}

.our-relationship {
	margin: 80px 20px 100px 20px;
	border-radius: 15px;
	background: #60307D;
	padding: 120px;
	position: relative;
}
.our-relationship__content * {
	color: #fff;
}
.our-features {
		padding: 100px 100px 100px 100px;
	background: #ECECED;
}
.our-features .d-grid {
	    display: grid;
		gap: 20px;
		grid-template-columns: repeat(4, 1fr);
}
.single-feature {
	background: #fff;
	border-radius: 15px;
	padding: 60px 60px 40px 60px;
}
.single-feature img {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
	object-fit: contain;
}
.partner-locations {
	padding: 0 100px;
}
.pl-subtitle {
	color: #6B358B;
	font-size: 36px;
}
 .why-bongiorno {
	padding: 100px 100px 36px 100px;
	background: #ECECED;
	border-top: 1px solid #D7D7D7;
	 border-bottom: 1px solid #D7D7D7;
}
.why-bongiorno-col-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 55px;
	padding-bottom: 24px;
	padding-top: 76px;
	border-bottom: 1px solid #D7D8D9;
}
.why-bongiorno-col-3 .why-bongiorno-item {
	display: flex;
	flex-direction: column;
	align-items: start;
}
.why-bongiorno-col-3 .why-bongiorno-item img {
	max-height: 80px;
	object-fit: contain;
}
.why-bongiorno-col-3 .why-bongiorno-item, .why-bongiorno-col-2 .why-bongiorno-item {
	background-color: #fff;
	border-radius: 15px;
	padding: 30px 60px 40px 60px;
	position: relative;
}
.why-bongiorno-item .visit-website-arrow {
	position: absolute;
	right: 30px;
	top: 30px;
}
.why-bongiorno-item p {
	margin-bottom: 10px;
}
.why-bongiorno-col-3 .why-bongiorno-item:nth-child(2) {
	position: relative;
}
.why-bongiorno-col-3 .why-bongiorno-item:nth-child(2)::after {
    content: "";
    height: calc(100% + 60px);
    width: 1px;
    background-color: #D7D8D9;
    position: absolute;
    top: -35px;
    right: -27px;
}
a.visit-website {
	color:#9F7CB4;
}
p.partner-website {
	color: #6B358B;
}
.why-bongiorno-col-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 55px;
	padding-bottom: 0;
	padding-top: 24px;
}
.why-bongiorno-col-2 .why-bongiorno-item {
	align-items: center;
}
.why-bongiorno-col-2 .why-bongiorno-item-content {
	width: 60%;
	padding-left: 25px;
}
.why-bongiorno-col-2 .why-bongiorno-item > img {
	width: 40%;
	object-fit: contain;
	max-height: 120px;	
}
.why-bongiorno-col-2 .why-bongiorno-item:nth-child(1) {
	position: relative;
}
.why-bongiorno-col-2 .why-bongiorno-item:nth-child(1)::after {
    content: "";
    height: calc(100% + 60px);
    width: 1px;
    background-color: #D7D8D9;
    position: absolute;
    top: -25px;
    right: -27px;
}
.map-wrapper {
    position: relative;
	width: max-content;
    margin: 0 auto;
    margin-left: 0;
}
.map-wrapper svg {
	width: 100%;
	height: max-content;
}
@media (min-width: 1440px) {
	.map-wrapper {
   
    margin-left: calc((100% - 1188px)/2);

	}
}
.map-label {
    position: absolute;
    transform: translate(-50%, -50%);
	left: 0;
    top: 0;
    background: white;
    border-radius: 50%;
    width: 135px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 2;
}
.map-label span {
	line-height: 1em;
	text-align: center;
}
.map-label .circle-content {	
	  width: 135px;
	  min-width: 135px;
    height: 135px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: background 0.3s ease;
    position: relative;
    z-index: 2;
}
.map-label .hover-content {
	  position: absolute;
		top: 0;
    right: 0; 
		transform: translateY(0) translateX(0);
    opacity: 0;
    background: #fff;
    padding: 36px 0 36px 50px;
    border-radius: 15px 0 0 15px;
    height: 225px;
    transition: opacity 0.5s ease;
    z-index: 1;
    width: max-content;
	  display: flex;
    align-items: center;
    flex-direction: row;
	  margin-top: -45px;
    margin-right: 0;
}
.map-label .hover-content .left-content * {
	margin-bottom: 10px;
}
.map-label .circle-content * {
	 margin-bottom: 0;
	line-height: 1;
	text-align: center;
}
.map-label .hover-content .circle-content {
	background: #6B358B; 
	border: 1px solid #fff;
	flex-grow: 1;
    box-shadow: 0 0 0 20px #6B358B;
}

.map-label  .hover-content .circle-content * {
	color: #fff;
}
.map-label.active .hover-content {
    opacity: 1;
	
}
.map-label.active {
	z-index: 3;
}
.map-label.active .hover-content  {
	padding: 36px 56px 36px 51px;
	border-radius: 15px 150px 150px 15px;
	background: #fff;
	flex-direction: row;
	 height: 225px;
	width: max-content;
	max-width: 455px;
	gap: 40px;
	margin-top: -45px;
    margin-right: -57px;
}
.map-label.active > .circle-content {
	display: none;
}
.hover-content p.font-size-20 {
	line-height: 1.2em;
}
.our-relationship::before {
	content:"";
	background-image: url("https://bongiorno.com.au/wp-content/themes/bongiorno/assets/images/ourrela-left.png");
	background-position: bottom left;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	z-index: 1;
}
.our-relationship::after {
	content:"";
	background-image: url("https://bongiorno.com.au/wp-content/themes/bongiorno/assets/images/ourrela-right.png");
	background-position: bottom right;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	z-index: 1;
}
.our-relationship__content {
	z-index: 2;
	position: relative;
}
.our-relationship__content p a {
	text-decoration: underline;
}
.homepage-30-header .outlined-btn {
	color: #6B358B;
	border: 2px solid #6B358B;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
	margin: 0 10px;
	cursor: pointer;
}
.homepage-30-header img {
	height: 50px;
	width: auto;
	margin-right: 60px;
}
.homepage-30-header {
	background: #fff;
	padding: 21px 52px 36px 21px;
	border-radius: 0 15px 15px 15px;
    position: fixed;   
    height: 92px;
    z-index: 99;
    display: flex !important;
	flex-direction: row;
    width: max-content;
    border: none;
    margin-top: 17px;
    margin-left: 100px;
}
.homepage-30-footer {
	background: #ECECED;
	padding: 18px 100px 27px 100px;
}
.homepage-30-footer p {
	margin-bottom: 0;
}
.homepage-30-footer .col-md-6, .homepage-30-footer .col-md-3 {
	padding: 0;
}
footer .social-link {
		text-align: right;
	}
/* =========================
   GLOBAL FIX FOR STICKY
========================= */
.intro-video,
.services-cards {
    overflow: visible;
}


/* =========================
   VIDEO STICKY OVERLAP
========================= */
.video-box {
    position: sticky;
    top: 0;
    z-index: 10;
}

.intro-video .row {
    position: relative;
    z-index: 1;
}


.services-cards {
    position: relative;
}


/* Others will animate */
.single-service {
    position: relative;
    will-change: transform;
	padding: 0;
}
.single-service:nth-child(1) { z-index: 1; }
.single-service:nth-child(2) { z-index: 2; }
.single-service:nth-child(3) { z-index: 3; }
.single-service:nth-child(4) { z-index: 4; }
.single-service:nth-child(5) { z-index: 5; }
.single-service:nth-child(6) { z-index: 6; }
.intro-video {
  position: relative;
}

/* TEXT (sticky layer) */
.intro-video .row {
  position: relative;
  z-index: 1;
}

/* VIDEO */
.intro-video__media {
  position: relative;
  z-index: 3;
  will-change: transform;
}
/* VIDEO BANNER */
.video-banner {
  position: relative;
  height: 95vh;
  overflow: hidden;
}
@media (max-width: 992px) {
	.video-banner {
	height: 95vw;
		min-height: max-content;
	}
}
.video-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.video-banner__bg iframe,
.video-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.video-banner__content {
  position: relative;
  z-index: 3;
}

/* NEXT SECTION */
.our-relationship {
  position: relative;
  z-index: 5;
/*   margin-top: -70vh; */
 
}

@media (max-width: 1280px) {
	.font-size-96 {	
		font-size: 72px;
	}
	.font-size-64 {	
		font-size: 48px;
	}
	.font-size-48 {	
		font-size: 36px;
	}
	.font-size-40 {	
		font-size: 30px;
	}
	.font-size-36 {	
		font-size: 27px;
	}
	.font-size-32 {	
		font-size: 24px;
	}
	.font-size-24 {	
		font-size: 18px;
	}
	.font-size-20 {	
		font-size: 15px;
	}
	.font-size-15 {	
		font-size: 12px;
	}
	.font-size-12 {	
		font-size: 10px;
	}
	.our-features {
		padding: 50px;
	}
	.our-features .d-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.single-feature {
		border-radius: 10px;
		padding: 30px 30px 20px 30px;
	}
	section.hero-new .hero-new__content h1 {
	font-size: 64px;
	}
	section.hero-new .hero-new__content p, section.intro-video p {
		font-size: 15px;
	}
	section.intro-video h2 {
		font-size: 24px;
	}
	section.intro-video h3 {
		font-size: 18px;
	}
	section.intro-video .play-btn {
		width: 40px;
		height: 40px;
	}
	section.intro-video h6 {
		font-size: 12px;
	}
	.service-card__inner h3 {
		font-size: 27px;
	}
		.pl-subtitle {
		font-size: 27px;
	}
	.service-card img {
		margin-right: 20px;
		width: 30%;
	}
	.our-relationship {
    margin: 0 20px 50px 20px;
		padding: 50px;
	}
	.why-bongiorno {
    padding: 50px 50px 36px 50px;
	}
	.why-bongiorno-col-3 {
		padding-top: 40px;
		gap: 30px;
	}
	.why-bongiorno-col-2 {
		gap: 30px;
	}
	.why-bongiorno-col-3 .why-bongiorno-item, .why-bongiorno-col-2 .why-bongiorno-item {
		border-radius: 10px;
		padding: 15px 30px 20px 30px;
	}
	.why-bongiorno-col-3 .why-bongiorno-item:nth-child(2)::after {
		right: -17px;
	}
	.why-bongiorno-col-2 .why-bongiorno-item:nth-child(1)::after {
		right: -17px;
	}
	.why-bongiorno-item img {
		width: 100%;
		height: auto;
	}
	.partner-locations {
    padding: 0 50px;
}
	section.services-cards {
		padding: 0px 50px 50px;
	}
	section.intro-video {
    padding: 40px 50px 25px 50px;
}
	.video-banner__content {
		padding: 0 50px;
	}
	.map-wrapper {
		width: 800px;
		margin-left: calc((100% - 929px)/2);
	}
	.map-label {
		width: 102px;
		height: 102px;
	}
	.map-label .circle-content {	
		  width: 102px;
		  min-width: 102px;
		height: 102px;
	}
	.map-label .hover-content {
		height: 192px;
	}
	.map-label.active .hover-content {
		padding: 18px 36px 18px 25px;
		height: 192px;
		max-width: 355px;
	}
	.homepage-30-footer {
		background: #ECECED;
		padding: 18px 50px 27px 50px;
	}
}
@media (max-width: 900px) {
	.map-wrapper {
		width: 600px;
		margin: 20px 0;
	}
	.map-label {
		width: 76.5px;
		height: 76.5px;
	}
	.map-label .circle-content {	
		  width: 76.5px;
		  min-width: 76.5px;
		height: 76.5px;
	}
	.map-label .hover-content {
		height: 166.5px;
	}
	.map-label.active .hover-content {
		padding: 18px 36px 18px 25px;
		height: 166.5px;
		max-width: 255px;
		gap: 20px;
	}
	.circle-content .font-size-20 {
		font-size: 12px;
	}
	.single-service {
		padding: 0;
	}
	.service-card.d-flex.align-items-center {
/* 		height: 120px; */
		padding: 30px;
		background-image: url("https://bongiorno.com.au/wp-content/themes/bongiorno/assets/images/service-img.png");
		background-repeat: no-repeat;
		background-position: center left;
	}
	.service-card img {
        display: none;
    }
	.service-card__inner {
		padding-right: 0;
	}
	.homepage-30-header {
		margin-left: 17px;
	}
}
@media (max-width: 768px) {
	.font-size-96 {	
		font-size: 45px;
	}
	.font-size-64 {	
		font-size: 40px;
	}
	.font-size-48 {	
		font-size: 27px;
	}
	.font-size-40 {	
		font-size: 24px;
	}
	.font-size-36 {	
		font-size: 20px;
	}
	.font-size-32 {	
		font-size: 18px;
	}
	.font-size-24 {	
		font-size: 14px;
	}
	.font-size-20 {	
		font-size: 12px;
	}
	.font-size-15 {	
		font-size: 10px;
	}
	.font-size-12 {	
		font-size: 10px;
	}
	section.hero-new .hero-new__content h1 {
	font-size: 48px;
	}
	section.hero-new .hero-new__content h2 {
	     font-size: 25px;
	}
	section.hero-new .hero-new__content p, section.intro-video p {
		font-size: 12px;
	}
	section.intro-video h3 {
		font-size: 14x;
	}
	section.intro-video h6 {
		font-size: 10px;
	}
	section.intro-video h2 {
		font-size: 18x;
	}
	.service-card__inner h3 {
		font-size: 20px;
	}
		.pl-subtitle {
		font-size: 20px;
	}
	.why-bongiorno-col-3, .why-bongiorno-col-2 {
    	display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.why-bongiorno-col-3 .why-bongiorno-item:nth-child(2)::after {
		display: none;
	}
	.why-bongiorno-col-2 .why-bongiorno-item:nth-child(1)::after {
		display: none;
	}
	.why-bongiorno-col-3 .why-bongiorno-item {
		flex-direction: row;
		align-items: center;
	}
	.why-bongiorno-col-3 .why-bongiorno-item-content {
		width: 60%;
		padding-left: 25px;
	}
	.why-bongiorno-col-3 .why-bongiorno-item > img {
		width: 40%;
		object-fit: contain;
		max-height: 120px;	
	}
	.homepage-30-header {
		padding: 15px;
		height: max-content;
	}
	.homepage-30-header img {
		height: 40px;
		width: auto;
		margin-right: 20px;
	}
	
	.homepage-30-header .outlined-btn {
		padding: 5px 10px;
		font-size: 14px;
		margin: 0 5px;
	}
	.hide-mobile {
		display: none;
	}
	.map-label .hover-content .circle-content {

    box-shadow: 0 0 0 10px #6B358B;
	}
	.map-label .hover-content .left-content * {
		margin-bottom: 5px;
	}
	.map-label.active .hover-content {
        padding: 10px 26px 10px 15px;
        height: 146.5px;
        max-width: 200px;
		margin-top: -35px;
    margin-right: -20px;
    }
	 .text-center-mb {
		text-align: center!important;
	}
}
@media (max-width: 600px) {
	.partner-locations {
		overflow: hidden;
	}
	.map-wrapper {
		margin-left: -50px;
        width: 400px;
    }
	.homepage-30-header .buttons {
		display: flex;
		flex-direction: row;
		gap: 8px;
	}
	.homepage-30-header {
		flex-direction: column;
        gap: 10px;		
	}
	.service-card__inner {
		width: 100%;
		flex-direction: column !important;
	}
	.service-card__inner .service-card__inner-left {
		width: 100%;
	}
/* 	.service-card.d-flex.align-items-center {
        height: max-content;
	} */
	.our-relationship .acf-gallery.d-flex {
		flex-direction: column!important;
	}
	.our-relationship::before, .our-relationship::after {
		display: none;
	}
	.single-feature {
        border-radius: 10px;
    }
	.single-feature img {
    	width: 30px;
		height: 30px;
	}
	.circle-content .font-size-20, .circle-content .font-size-12, .left-content .font-size-20, .left-content .font-size-15  {
        font-size: 6px!important;
    }
	.map-label.active .hover-content {
        height: 125px;
	}
	section.hero-new {
		padding: 120px 20px 100px 20px;
	}
	section.intro-video {
        padding: 40px 20px 25px 20px;
    }
	section.services-cards {
        padding: 0 20px 50px 20px; 
    }
	section.services-cards  .row {
		width: 100%;
		margin: 0 auto;
	}
	.video-banner__content {
        padding: 0 20px;
    }
	.our-relationship {
        padding: 20px;
    }
	.partner-locations {
        padding: 0 20px;
    }
	.our-features {
        padding: 40px 20px;
    }
	    .why-bongiorno {
        padding: 40px 20px 36px 20px;
    }
	.homepage-30-footer {
        padding: 18px 20px 27px 20px;
    }
	section.hero-new .next-section {
		height: 100px;
	}
	section.hero-new .next-section img {
		object-fit: contain;
		height: 100px;
	}
	.map-label {
        width: 50px;
        height: 50px;
    }
	.map-label .circle-content {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
	.map-label.active .hover-content {
        height: 80px;
		padding: 10px 16px 10px 15px;
		max-width: 180px;
    }
	.why-bongiorno-item .visit-website-arrow {
		right: 15px;
		top: 15px;
	}
}
@media (max-width: 767px) {
  .intro-video__media {
    margin-top: 20px; 
  }
}
#feedback .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    background: transparent !important;
}