.single-post .entry-content p {
    margin-bottom: 1.2rem !important;
}
.single-post .entry-content p:last-child {
    margin-bottom: 0 !important;
}
body :where(.editor-styles-wrapper), body :where(.editor-styles-wrapper) p {
	margin-block-start: 1.2rem !important;
}
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.absolute-fill {
	position: absolute;
	inset:0;
	object-fit: cover;
	width:100%;
	height:100%;
	
	img {
		position: absolute;
		inset:0;
		object-fit: cover;
		width:100% !important;
		height:100% !important;
	}
}

.force-full {
	margin-right: calc(var(--wp--style--root--padding-right)* -1) !important;
    margin-left: calc(var(--wp--style--root--padding-left)* -1) !important;
	width: auto;
}

.relative {
	position: relative;
}

@media screen and (max-width: 781px) {
    .banner-container {
        padding: 4rem 0;
    }
}

.animate-hero {
	padding: calc(var(--wp--style--root--padding-left)* var(--viewport-y)) calc(var(--wp--style--root--padding-left)* var(--viewport-y));
    width: 100vw;
    overflow: hidden;
    position: relative;
	transition: padding 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	will-change: padding;
	display: flex;
	flex-direction: column;
}
.hero-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 !important;
	flex-grow: 1;
	border-radius: calc(1rem * var(--viewport-y));
	transition: border-radius 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	will-change: border-radius;
}
.hero-content {
	
}
.hero-background-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height:100%;
	margin-right: calc(var(--wp--style--root--padding-right)* -1) !important;
    margin-left: calc(var(--wp--style--root--padding-left)* -1) !important;
    width: auto;
}

.hero-background-image img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height:100% !important;
	object-fit:cover;
}
/*
.icon-wrapper {
	position: relative;
	width: 100%;
}

.icon-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 80%;
}

.icon-wrapper > img {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80% !important;
    height: 80% !important;
    object-fit: contain;
    object-position: center;
}

.icon-wrapper.is-large > img {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}*/
footer h4 {
	font-weight:500;
	margin-bottom:40px !important;
	letter-spacing:-2px;
}
.light-paragraph p {
    /*font-weight: 200 !important;*/
    letter-spacing: -0.1px !important;
}
.footer-address-column p {
	line-height:1.7;
	font-size: clamp(14px, calc(0.875rem + ((1vw - 4.3px) * 0.4027)), 20px);
  	min-height: 0vw;
	font-weight:300;
	letter-spacing: 0px !important;
}
footer p {
	letter-spacing: 0px !important;
}
footer .wp-block-navigation a {
	font-size: clamp(16px, calc(1rem + ((1vw - 4.3px) * 0.2685)), 20px);
  	min-height: 0vw;
	line-height:1.1;
	font-weight:300;
    transition: ease color 0.3s;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
    text-decoration: none;
    color: #BAFEB2;
}
.footer-address-column a:hover{
    color: #BAFEB2;
    text-decoration: underline;
}
.footer-logo {
    max-width: 57% !important;
}
.gform_wrapper.gravity-theme textarea {
	font-family: Switzer !important;
}
.contact-us-right h4 {
	font-weight: 400;
}
h2.gform_submission_error.hide_summary {
    font-size: 1rem !important;
}
.contact-us-left, .home-intro-right-col {
	align-self: stretch !important;
}
.has-modal-open .wp-block-navigation__responsive-close {
    max-width: 100% !important;
}
.news-events-grid h6 {
    font-size: 24px !important;
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important;
    font-weight: 400 !important;
}
.news-events-grid .wp-block-post-excerpt p {
    font-size: 18px !important;
    line-height: 1.3 !important;
}
.news-events-grid  .wp-block-post {
    background: #fff !important;
    border-radius: 20px;
    position: relative;
}
.news-events-grid .news-grid-stack {
    padding: 10px 20px 30px 20px;
}
.news-events-grid .taxonomy-category.wp-block-post-terms {
    position: absolute;
    top: 15px;
    z-index: 1;
    border-radius: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 12px;
    left: 15px;
    color: #396E3A;
}
.news-events-grid .taxonomy-category.wp-block-post-terms a {
    color: #396E3A !important;
    font-weight: 500;
    letter-spacing: 0px !important;
}
.news-events-grid .category-news .taxonomy-category.wp-block-post-terms {
    background: #fff;
}
.news-events-grid .category-event .taxonomy-category.wp-block-post-terms {
    background: #7AE66C;
}
.full-banner-image, .full-banner-image img {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-width: 100vw;
    object-fit: cover;
}
.inner-banner-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.inner-banner-section {
    background: #fff !important;
}
.news-events-grid .wp-block-post-featured-image img {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.news-events-grid .wp-block-post-featured-image {
    margin-bottom: 1.5rem !important;
}
.wp-block-post-date {
    text-transform: uppercase;
    font-size: 12px !important;
    color: #396E3A !important;
}
.taxonomy-category a:hover {
    text-decoration: none;
}
.news-events-grid h6 a:hover {
    text-decoration: none;
}
h3.has-small-font-size {
    font-size: clamp(27px, calc(1.6875rem + ((1vw - 4.3px) * 3.557)), 80px) !important;
    min-height: 0vw;
    letter-spacing: -2px !important;
}
.color-box {
    border-radius: 20px;
    padding: 3rem 4rem;
}
.product-box-content {
    min-height: 16rem;
    padding-right: 0.5rem;
    /*padding-bottom: 3rem;*/
}
.product-box-content.box-content-large {
    min-height: 18rem;
    padding-right: 0.5rem;
    /*padding-bottom: 3rem;*/
}
.product-box-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 3rem;
    /*margin-bottom: -3rem !important;*/
}
/*.gradient .product-box-column {
    margin-bottom: 0rem !important;
}*/
.product-head {
    width: 100%;
}
.product-box-icon {
    min-height: 14rem;
    justify-content: center;
}
.contact-intro-left-col p.has-large-font-size strong, .contact-intro-left-col p strong {
    font-weight: 400 !important;
}
.contact-intro-left-col p a {
    text-decoration: none !important;
    transition: ease color 0.3s;
}
.contact-intro-left-col p a:hover {
    color: #BAFEB2 !important;
}
.contact-phone strong, .contact-email strong {
    padding-right: 10px;
}
/*.product-left ul li {
    font-weight: 200 !important;
}*/
.contact-us-right .gform_wrapper.gravity-theme .gfield textarea.large {
        resize: none;
    }

@media screen and (min-width:1601px) {
	.left-content-stack {
    	padding-right: 16rem !important;
	}
	.right-content-stack {
    	padding-left: 12.5rem !important;
    	padding-right: 5rem !important;
	}
	.contact-us-right .gform_wrapper.gravity-theme .gfield textarea.large {
    	height: 250px !important;
	}
	.left-content-stack p {
		padding-right: 2rem;
	}
	.right-content-stack p {
		padding-right: 2rem !important;
	}
	footer .gform_footer.top_label {
		padding: 0px !important;
		margin: 0px !important;
		margin-bottom: -25px !important;
	}
	footer .gform_validation_error .gform_footer.top_label {
		padding: 40px 0px !important;
		margin-bottom: 0px !important;
	}
	.grey-section-spacer {
    	height: 15rem !important;
	}
	.product-section {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .product-box-icon img {
        width: 80%;
    }
}

@media screen and (max-width:1600px) {
	h1 {
		font-size: clamp(40px, calc(2.5rem + ((1vw - 4.3px) * 4.7009)), 95px) !important;
  		min-height: 0vw;
	}
	footer .gform_body {
    	padding: 7px 10px 7px 20px !important;
    	margin-right: 5% !important;
	}
	.gform_button.button, .gform-button {
    	padding: 8px 22px !important;
        font-size: clamp(16px, calc(1rem + ((1vw - 4.3px) * 0.1709)), 18px) !important;
  		min-height: 0vw;
	}
	body, p, .product-left ul li, .product-right ul li {
    	font-size: clamp(16px, calc(1rem + ((1vw - 4.3px) * 0.1709)), 18px) !important;
  		min-height: 0vw;
  		letter-spacing: -0.3px !important;
        line-height: 1.4 !important;
	}
	.gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme textarea {
		font-size: clamp(16px, calc(1rem + ((1vw - 4.3px) * 0.2685)), 20px) !important;
  		min-height: 0vw;
	}
	.contact-section .gform_wrapper.gravity-theme input[type=text], 
	.contact-section .gform_wrapper.gravity-theme input[type=email],
	.contact-section .gform_wrapper.gravity-theme textarea {
       padding: 15px 20px !important;
	}
	footer .gform_wrapper.gravity-theme input[type=email] {
    	padding: 12px 10px !important;
    }
    h4 {
        font-size: clamp(32px, calc(2rem + ((1vw - 4.3px) * 1.3675)), 48px);
        min-height: 0vw;
        letter-spacing: -1px !important;
        line-height: 1.2 !important;
    }
    footer h4 {
    	/*font-size: clamp(32px, calc(2rem + ((1vw - 4.3px) * 1.5385)), 50px) !important;
    	min-height: 0vw;*/
        line-height: 1.1 !important;
    }
    .counter-section .wp-block-columns {
    	gap: 6rem !important;
    }
    h2.wp-block-heading.has-large-font-size {
    	font-size: clamp(115px, calc(7.1875rem + ((1vw - 4.3px) * 2.1368)), 140px) !important;
  		min-height: 0vw;
	}
    h1.wp-block-heading.has-large-font-size {
        font-size: clamp(115px, calc(7.1875rem + ((1vw - 4.3px) * 2.1368)), 140px) !important;
        min-height: 0vw;
    }
	.counter-section p {
    	max-width: 70% !important;
    }
    .counter-columns {
    	max-width: 1200px !important;
	}
	.m-section {
    	padding-top: clamp(80px, calc(5rem + ((1vw - 4.3px) * 3.4188)), 120px) !important;
    	padding-bottom: clamp(80px, calc(5rem + ((1vw - 4.3px) * 3.4188)), 120px) !important;
    	min-height: 0vw;
	}
	.product-section {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .product-left, .product-right {
    	padding-left: 2.5rem !important;
    	padding-right: 2rem !important;
    	padding-top: 2rem !important;
    }
    h3 {
    	font-size: clamp(32px, calc(2rem + ((1vw - 4.3px) * 3.2479)), 70px) !important;
        min-height: 0vw;
    }
    h3.has-small-font-size {
        font-size: clamp(27px, calc(1.6875rem + ((1vw - 4.3px) * 2.8205)), 60px) !important;
        min-height: 0vw;
    }
    .product-icon-image img {
    	max-width: 80%;
    }
    .product-icon-image {
    	align-self: end;
    	display: flex;
    	justify-content: flex-end;
	}
	.product-left h3, .product-right h3 {
    	margin-top: -40px !important;
	}
	h6 {
		font-size: clamp(32px, calc(2rem + ((1vw - 4.3px) * 0.1709)), 34px);
  		min-height: 0vw;
	}
	.product-left h6, .product-right h6 {
		font-size: clamp(18px, calc(1.125rem + ((1vw - 4.3px) * 0.1709)), 20px) !important;
	}
	.product-list-stack {
		padding-left: 5rem !important;
	}
	.wp-element-button {
		font-size: clamp(16px, calc(1rem + ((1vw - 4.3px) * 0.1709)), 18px) !important;
		padding: 6px 22px !important;
	}
	.product-list-stack {
    	padding-top: 1.5rem !important;
	}
	.home-intro-left-col h6 {
        padding-right: 16rem !important;
        letter-spacing: 0.5px !important;
    }
    .home-black-text {
    	padding-right: 5rem !important;
	}
	/*h2 {
		font-size: clamp(36px, calc(2.25rem + ((1vw - 4.3px) * 4.6154)), 90px) !important;
		min-height: 0vw;
	}*/
	.contact-us-right .gform_wrapper.gravity-theme .gfield textarea.large {
    	height: 215px !important;
	}
	.sticky-wrapper {
		padding: 1rem 2.7rem !important;
	}
	.wp-block-site-logo img {
		width: 140px;
	}
	.footer-address-column p {
		font-size: clamp(14px, calc(0.875rem + ((1vw - 4.3px) * 0.2564)), 17px) !important;
		min-height: 0vw;
	}
	footer .wp-block-navigation a {
		font-size: clamp(16px, calc(1rem + ((1vw - 4.3px) * 0.0855)), 17px);
  		min-height: 0vw;
  	}
  	.footer-logo {
    	max-width: 58% !important;
	}
	.header-icons .open-search-btn svg {
		width: 26px !important;
	}
	.header-icons .wp-block-image img {
       width: 27px !important;
	}
	.main-navigation .wp-block-navigation__responsive-container-open {
		background: url('https://overseer.org.nz/wp-content/uploads/2024/10/menu-icon-small.svg') !important;
		width: 27px !important;
		height: 23px !important;
		background-repeat: no-repeat !important;
	}
	.header-icons {
    	gap: 1.3rem !important;
	}
	.right-index {
		right: 3rem !important;
	}
	.contact-stack {
		padding-bottom: 6rem !important;
	}
	.product-left h3, .product-right h3 {
		min-height: 11rem !important;
        letter-spacing: -1px !important;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a {
		font-size: 32px !important;
	}
	.wp-block-navigation__responsive-container-content .bottom-menu-area .wp-element-button {
		font-size: 32px !important;
		padding: 0 3.3rem !important;
	}
	.wp-block-navigation__responsive-container-content .bottom-menu-area .bottom-menu-text .wp-element-button {
		font-size: 16px !important;
		padding-bottom: 10px !!important;
	}
	.home-intro-left-col h6 {
		padding-bottom: 0.5rem !important;
	}
	.wp-block-navigation__responsive-container-close {
		right: 3.2rem !important;
		top: 18px !important;
	}
    .mac-os .wp-block-navigation__responsive-container-close {
        right: 2.2rem !important;
    }
	.wp-block-navigation__responsive-close {
		padding-top: 1rem !important;
	}
	.wp-block-navigation__responsive-container-content .wp-block-spacer {
		height: 60px !important;
		flex-basis: 60px !important;
	}
	.admin-bar .wp-block-navigation__responsive-container-close {
    	top: 50px !important;
	}
	footer .gform_footer.top_label {
		padding: 0px !important;
		margin: 0px !important;
		margin-bottom: -15px !important;
	}
	footer .gform_validation_error .gform_footer.top_label {
		padding: 35px 0px !important;
		margin-bottom: 0px !important;
	}
	footer .gform_wrapper .gfield_description.validation_message {
    	font-size: clamp(14px, calc(0.875rem + ((1vw - 4.3px) * 0.2564)), 17px) !important;
		min-height: 0vw;
		top: 70px !important;
    }
    .bottom-shape {
    	padding-bottom: clamp(200px, calc(12.5rem + ((1vw - 4.3px) * 11.1111)), 330px) !important;
       	min-height: 0vw;
     }
     .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation {
        padding-left: 3.3rem !important;
     }
     .grey-section h2 {
    	padding-bottom: 0rem !important;
    }
    .counter-columns .wp-block-spacer {
    	height: 75px !important;
        flex-basis: 75px !important;
    }
    .counter-section .first-colmn p {
    	max-width: 60% !important;
    }
    footer .gform_button.button, footer .gform-button {
    	padding: 10px 30px !important;
    }
    .product-right .wp-block-spacer {
        height: 0px !important;
        flex-basis: 0px !important;
    }
    .product-right .product-list-stack, .product-left .product-list-stack {
        margin-bottom: 4rem !important;
    }
    .icon-image img {
        max-width: 80% !important;
    }
    .icon-image {
        display: flex;
        justify-content: flex-end;
        text-align: right;
    }
    .green-box {
        padding: 3rem !important;
    }
    .image-box {
        padding: 3rem 3rem 5rem 3rem !important;
    }
    .image-box .wp-block-spacer {
        height: 24rem !important;
    }
    .what-we-do-products .wp-block-column.product-left, .what-we-do-products .wp-block-column.product-right {
        padding-bottom: 0.5rem !important;
    }
    .counter-black-section p {
        max-width: 85% !important;
    }
    .news-events-grid h6 {
        font-size: 19px !important;
        letter-spacing: -0.5px !important;
        margin-bottom: 0.75rem !important;
    }
    .news-events-grid .wp-block-post-excerpt p {
        font-size: 15px !important;
    }
    .news-grid-stack .wp-block-post-date {
        font-size: 10px !important;
    }
    .news-events-grid .news-grid-stack {
        padding: 0px 25px 25px 25px !important;
    }
    .news-events-grid .taxonomy-category.wp-block-post-terms {
        font-size: 10px !important;
    }
    .category-filter-list {
        font-size: 10px !important;
    }
    .news-events-grid .taxonomy-category.wp-block-post-terms {
        top: 10px !important;
        left: 10px !important;
    }
    .about-green-box {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .about-green-box h6 {
        max-width: 33rem;
    }
    .color-box {
        padding: 2.5rem 3rem !important;
    }
    .wp-block-group.product-intro-stack {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .product-box-icon img {
        width: 60%;
    }
    .product-box-icon {
        text-align: center;
    }
    .gm-mtb {
        margin-top: clamp(100px, calc(6.25rem + ((1vw - 4.3px) * 3.4188)), 140px) !important;
        margin-bottom: clamp(100px, calc(6.25rem + ((1vw - 4.3px) * 3.4188)), 140px) !important;
    }
    h2.wp-block-heading.large-green-text {
        font-size: clamp(100px, calc(6.25rem + ((1vw - 4.3px) * 6.8376)), 180px) !important;
        min-height: 0vw;
    }
    /*.benchmark-image {
        margin-top: -50px;
        margin-bottom: -50px;
        z-index: 1;
    }*/
    .product-image-box .wp-block-spacer {
        height: 28rem !important;
    }
    .product-top-image img {
        max-width: 80%;
    }
    .product-top-image {
        display: flex;
        justify-content: flex-end;
    }
    .down-arrow {
        max-width: 13px !important;
    }
    .about-intro-main-col {
        min-width: 43rem;
    }
    .product-box-content {
        min-height: 12rem;
    }
    .product-box-content.box-content-large {
        min-height: 14rem;
    }
    .product-toggle .toggle-item a {
        padding: 15px 40px !important;
        font-size: clamp(20px, calc(1.25rem + ((1vw - 4.3px) * 0.1709)), 22px) !important;
        min-height: 0vw;
    }
    .product-toggle {
        padding: 12px 16px !important;
    }
} 

@media screen and (max-width: 1500px) and (min-width: 782px) {
    .home-intro-left-col h6 {
        padding-right: 14rem !important;
    }
    .product-list-stack {
        padding-left: 3.5rem !important;
    }
    .left-content-stack {
    	padding-right: 11rem !important;
	}
	.right-content-stack {
    	padding-left: 8rem !important;
    }
    .home-black-text {
        padding-right: 2rem !important;
    }
    .footer-logo {
    	max-width: 62% !important;
    }
    .about-intro-main-col {
        min-width: 42rem;
    }
    .what-we-do-intro-main-col {
        flex-basis: 80% !important;
    }
}

@media screen and (max-width: 1400px) and (min-width: 782px) {
    .home-intro-left-col h6 {
        padding-right: 12rem !important;
        font-size: 32px !important;
    }
    .left-content-stack {
    	padding-right: 9rem !important;
	}
    .right-content-stack {
        padding-right: 2rem !important;
        padding-left: 7rem !important;
    }
    p.home-banner-head {
        font-size: 15.5vw !important;
    }
    .home-intro-left-col h6 {
        padding-bottom: 0rem !important;
    }
    .bottom-shape {
    	padding-bottom: clamp(200px, calc(12.5rem + ((1vw - 4.3px) * 8.547)), 300px) !important;
       	min-height: 0vw;
     }
     .home-black-text {
        padding-left: 3rem !important;
    }
    .product-section {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .product-list-stack {
        padding-left: 2.5rem !important;
    }
    .footer-logo {
        max-width: 65% !important;
    }
    .product-left h3, .product-right h3 {
        min-height: 10rem !important;
    }
    .what-we-do-intro-main-col {
        flex-basis: 100% !important;
    }
    .product-image-box .wp-block-columns {
        gap: 3rem !important;
    }
}

@media screen and (max-width: 1300px) and (min-width: 782px) {
    .home-intro-left-col h6 {
        padding-right: 11rem !important;
        font-size: 30px !important;
    }
    .home-black-text {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .right-content-stack {
        padding-right: 1rem !important;
        padding-left: 6rem !important;
    }
    .left-content-stack {
    	padding-right: 7rem !important;
	}
	.product-list-stack {
        padding-left: 2rem !important;
    }
    .footer-left-col {
    	padding-right: 0rem !important;
	}
	.counter-section p {
        max-width: 80% !important;
    }
    .counter-section .first-colmn p {
        max-width: 65% !important;
    }
    .footer-logo {
        max-width: 70% !important;
    }
    .bottom-shape {
        padding-bottom: clamp(200px, calc(12.5rem + ((1vw - 4.3px) * 5.7471)), 250px) !important;
        min-height: 0vw;
     }
     .home-intro-left-col {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .what-we-do-intro-main-col {
        flex-basis: 100% !important;
    }
    .counter-black-section h2.wp-block-heading.has-large-font-size {
        font-size: clamp(115px, calc(7.1875rem + ((1vw - 4.3px) * 0.4274)), 120px) !important;
        min-height: 0vw;
    }
    .counter-black-section p {
        max-width: 100% !important;
    }
    .about-green-box h6 {
        font-size: 31px !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 782px) {
    p.home-banner-head {
        font-size: 14.5vw !important;
    }
    /*h1 {
    	font-size: clamp(40px, calc(2.5rem + ((1vw - 4.3px) * 4.2088)), 65px) !important;
        min-height: 0vw;
    }
    h2 {
    	font-size: clamp(36px, calc(2.25rem + ((1vw - 4.3px) * 3.1987)), 55px) !important;
  		min-height: 0vw;
    }*/
    .product-left, .product-right {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
        padding-top: 1.5rem !important;
        padding-bottom: 4rem !important;
    }
    h3 {
    	font-size: clamp(32px, calc(2rem + ((1vw - 4.3px) * 1.3468)), 40px) !important;
  		min-height: 0vw;
    }
    h6 {
    	font-size: clamp(20px, calc(1.25rem + ((1vw - 4.3px) * 0.8418)), 25px) !important;
  		min-height: 0vw;
    }
    .product-icon-image img {
        max-width: 55% !important;
    }
    .wp-element-button {
    	font-size: 16px !important;
    }
    .left-content-stack {
        padding-right: 7rem !important;
    }
    .left-index {
    	right: 6rem !important;
    }
    .right-content-stack {
        padding-right: 1rem !important;
        padding-left: 5rem !important;
    }
    .right-index {
        right: 2rem !important;
    }
    .product-left h3, .product-right h3 {
        min-height: 6rem !important;
    }
    .product-left h3, .product-right h3 {
        margin-top: -25px !important;
    }
    .home-black-text {
        padding-right: 0rem !important;
    }
    body, p, .product-left ul li, .product-right ul li {
    	font-size: 14px !important;
    }
    .product-section {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .product-list-stack {
        padding-left: 1rem !important;
    }
    .product-left .product-list-stack .wp-block-spacer {
        height: 35px !important;
        flex-basis: 35px !important;
    }
    .product-right .product-list-stack .wp-block-spacer {
        height: 0px !important;
        flex-basis: 0px !important;
    }
    h2.wp-block-heading.has-large-font-size {
    	font-size: clamp(80px, calc(5rem + ((1vw - 4.3px) * 3.367)), 100px) !important;
 		min-height: 0vw !important;
    }
    .counter-columns .wp-block-spacer {
    	height: 50px !important;
        flex-basis: 50px !important;
    }
    .counter-section p {
        max-width: 82% !important;
    }
    .counter-section .first-colmn p {
    	max-width: 70% !important;
    }
    .contact-stack {
    	padding-left: 10rem !important;
        padding-top: 5rem !important;
        padding-bottom: 4rem !important;    
    }
    footer h4 {
    	font-size: clamp(32px, calc(2rem + ((1vw - 4.3px) * 0.6734)), 36px) !important;
  		min-height: 0vw;
    }
    .footer-address-column p {
    	font-size: 13px !important;
    }
    footer .wp-block-navigation a {
    	font-size: 14px !important;
    }
    .footer-logo {
        max-width: 73% !important;
    }
    .gform_button.button, .gform-button {
    	font-size: 16px !important;
    }
    .gform_wrapper.gravity-theme input[type=text], 
    .gform_wrapper.gravity-theme input[type=email], 
    .gform_wrapper.gravity-theme textarea {
    	font-size: 14px !important;
    }
    footer .gform_wrapper.gravity-theme input[type=email] {
        padding: 14px 5px !important;
    }
    footer .gform_wrapper .gfield_description.validation_message {
    	font-size: 14px !important;
    }
    .bottom-shape {
    	padding-bottom: 180px !important;
       	min-height: 0vw;
     }
     .product-left h3, .product-right h3 {
     	letter-spacing: 0px !important;
     }
     .product-left-btn .wp-element-button, .product-right-btn .wp-element-button {
        bottom: 4rem !important;
     }
     .counter-black-section h2.wp-block-heading.has-large-font-size {
        font-size: clamp(80px, calc(5rem + ((1vw - 4.3px) * 3.367)), 100px) !important;
        min-height: 0vw !important;
    }
    .green-box {
        padding: 2rem !important;
    }
    .image-box {
        padding: 2rem 2rem 4rem 2rem !important;
    }
    .icon-image img {
        max-width: 65% !important;
    }
    h4 {
        font-size: clamp(32px, calc(2rem + ((1vw - 4.3px) * 0.3367)), 34px) !important;
        min-height: 0vw;
    }
    h1.wp-block-heading.has-large-font-size {
        font-size: clamp(80px, calc(5rem + ((1vw - 4.3px) * 3.367)), 100px) !important;
        min-height: 0vw !important;
    }
    .news-events-grid .item-list {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
    body h2.has-medium-font-size {
        font-size: clamp(40px, calc(2.5rem + ((1vw - 4.3px) * 10.101)), 100px) !important;
        min-height: 0vw;
    }
    .about-intro-main-col {
        min-width: 33rem;
    }
    .about-green-box h6 {
        font-size: 27px !important;
    }
    .product-head h2.has-medium-font-size {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 781px) {
	.wp-block-navigation__responsive-container .wp-block-navigation__responsive-close {
    	width: 100% !important;
    	margin-left: 0% !important;
    	/*background: #FBFAED !important;*/
    	height: 100%;
	}
	.sticky-wrapper {
        padding: 1rem 2rem !important;
    }
    .wp-block-navigation__responsive-container-close {
        right: 1.7rem !important;
    }
    .banner-content .home-banner-head {
    	font-size: 20vw !important;
    	letter-spacing: -2px !important;
    	margin-left: 0px !important;
    }
    h1 {
    	letter-spacing: -1px !important;
    }
    h2 {
        letter-spacing: 0px !important;
    }
    .home-black-text {
    	padding-left: 0px !important;
    }
    .grey-section h2 {
    	letter-spacing: 0px !important;
    	padding-bottom: 1rem !important;
    }
    .bottom-shape {
    	padding-bottom: clamp(80px, calc(5rem + ((1vw - 4.3px) * 51.4286)), 260px) !important;
    }
    .product-left ul li, .product-right ul li {
    	margin-bottom: 0px !important;
    }
    .contact-section .contact-stack .gform_wrapper.gravity-theme .gform_fields {
    	grid-row-gap: 15px !important;
	}
	.contact-section .gform_wrapper.gravity-theme .gform_footer {
    	margin-top: 6px !important;
	}
	footer .wp-block-navigation a {
		line-height: 0.9 !important;
	}
	.footer-section {
        padding-top: 3.5rem !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    footer h4 {
    	letter-spacing: -1px !important;
    }
    .product-right .product-list-stack, .product-left .product-list-stack {
        margin-bottom: 0px !important;
    }
    .contact-section .gform_button.button, .contact-section .gform-button {
        padding: 12px 22px !important;
    }
    .wp-element-button {
        padding: 10px 24px !important;
    }
    .header-icons {
        gap: 1rem !important;
    }
    .admin-bar .fullscreen-search-close {
        right: 30px !important;
    }
    .fullscreen-search-close {
        right: 30px !important;
    }
    .icon-image img {
        max-width: 45% !important;
    }
    .green-box h4, .image-box h4 {
        font-size: 24px !important;
    }
    .image-box .wp-block-spacer {
        height: 6rem !important;
    }
    /*.green-box .wp-block-spacer {
        height: 0.7rem !important;
        flex-basis: 0.7rem !important;
    }*/
    .green-box .wp-block-spacer {
        height: 0rem !important;
        flex-basis: 0rem !important;
    }
    .green-box {
        padding: 4rem 2.5rem !important;
    }
    .green-box.light-green-box .wp-block-spacer {
        height: 0rem !important;
        flex-basis: 0rem !important;
    }
    .image-box {
        padding: 4rem 2.5rem 4rem 2.5rem !important;
    }
    .what-we-do-intro-main-col h4 {
        text-align: left !important;
    }
    .icon-image {
        display: flex;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 3.5rem !important;
    }
    .icon-text-stretch {
        justify-content: left;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .image-globe-row {
        justify-content: flex-start;
    }
    .model-section .wp-block-spacer {
        height: 2rem !important;
    }
    .what-we-do-products .wp-block-column.product-left, .what-we-do-products .wp-block-column.product-right {
        padding-bottom: 3rem !important;
    }
    .what-we-do-products .white-button {
        justify-content: flex-start !important;
        margin-top: 1rem !important;
    }
    .product-left, .product-right {
        border-radius: 10px !important;
    }
    .l-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    /*.full-width-image img {
        border-radius: 10px !important;
    }*/
    h1.has-large-font-size {
        letter-spacing: -3px !important;
    }
    .knowledge-section {
        margin-top: 2rem !important;
    }
    .news-events-grid .item-list {
        grid-template-columns: 1fr 1fr !important;
    }
    .inner-banner-container h1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .resources-content-stack {
        padding: 2rem 2rem 1rem !important;
        gap: 1.5rem !important;
    }
    .about-green-box h6 {
        font-size: 20px !important;
        line-height: 1.3;
        letter-spacing: 0px !important;
    }
    .about-green-box {
        padding: 4rem 3rem !important;
    }
    .color-box {
        padding: 2rem 2rem !important;
        gap: 1em !important;
        border-radius: 10px !important;
        margin-bottom: 15px;
    }
    .product-box-icon {
        min-height: auto;
    }
    .product-box-content {
        min-height: auto;
    }
    .wp-block-group.product-intro-stack {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
    }
    .product-box-icon img {
        width: 40%;
    }
    body h2.has-medium-font-size {
        font-size: clamp(40px, calc(2.5rem + ((1vw - 4.3px) * 1.7094)), 60px) !important;
    }
    .product-top-image img {
        max-width: 60%;
    }
    .gm-mb {
        margin-bottom: 80px !important;
    }
    .product-toggle {
        flex-direction: column;
        border-radius: 20px !important;
        margin-top: 50px;
    }
    .contact-intro-left-col {
        padding-top: 4rem !important;
        padding-bottom: 5.5rem !important;
    }
    .footer-mobile-logo {
        margin-top: 30px !important;
    }
    .knowledge-section .wp-block-columns.last-counter h2 {
        margin-left: -8px !important;
    }
    .about-intro-main-col {
        min-width: auto !important;
    }
    .gap-mob-none {
        gap: 0px !important;
    }
    .spacer-mob-none {
        height: 0px !important;
        flex-basis: 0px !important;
    }
    .about-spacer {
        height: 1.5rem !important;
    }
    .product-banner-head {
        margin-bottom: 200px !important;
    }
    .product-box-content {
        min-height: auto !important;
        padding-bottom: 0px !important;
    }
    .product-box-content.box-content-large {
        min-height: auto !important;
        padding-bottom: 0px !important;
    }
    /*.product-box-column {
        margin-bottom: 0px !important;
    }*/
    .product-box-content.box-content-large {
        padding-right: 0px !important;
    }
    .product-box-content{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .product-image-box {
        padding-left: 2.2rem !important;
        padding-right: 2.2rem !important;
        padding-bottom: 3rem !important;
    }
    .gm-mtb {
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }
}

@media screen and (max-width: 640px) {
    .contact-section .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1 !important;
    }
}


@media screen and (max-width: 600px) {
   .banner-content .home-banner-head {
    	font-size: 25vw !important;
    }
    footer h4 {
    	font-size: 28px !important;
    }
    .counter-black-section h2.wp-block-heading.has-large-font-size {
        font-size: 70px !important;
    }
    .counter-black-section p {
        max-width: 100% !important;
        font-size: 14px !important;
    }
    .knowledge-section {
        gap: 4rem !important;
    }
    .news-events-grid .item-list {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        margin-bottom: 2rem !important;
    }
    h1.wp-block-heading.has-large-font-size.banner-big-title {
        font-size: clamp(100px, calc(6.25rem + ((1vw - 4.3px) * 1.7094)), 120px) !important;
        min-height: 0vw !important;
    }
    h1.wp-block-heading.has-large-font-size {
        font-size:90px !important;
    }
    h1.wp-block-heading.has-large-font-size.banner-big-title {
         font-size:90px !important;
    }
    .about-green-box {
         padding: 4rem 2.2rem !important;
    }
}

@media screen and (max-width: 400px) {
   .product-section .product-left, .product-section .product-right {
        padding: 3.4rem 1.75rem 3.4rem 1.75rem !important;
    }
    .counter-section .counter-columns .first-colmn p {
        max-width: 67% !important;
    }
    .counter-section .counter-columns .last-column p {
    	max-width: 90% !important;
    }
    .footer-menus {
    	gap: 1.3rem !important;
    	justify-content: flex-start !important;
    }
    footer .gform-button {
    	padding: 10px !important;
    	width: 170px !important;
    }
    footer .gform_wrapper .gform_body {
    	padding-left: 10px !important;
    }
    h1.wp-block-heading.has-large-font-size {
        font-size:80px !important;
    }
    h1.wp-block-heading.has-large-font-size.banner-big-title {
         font-size:80px !important;
    }
    .sticky-wrapper {
        padding: 1rem 1.75rem !important;
    }
    .header-icons {
        gap: 0.75rem !important;
    }
    .product-toggle .toggle-item a {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .grey-section h2 {
        font-size: 32px !important;
    }
    .home-intro-left-col h6.wp-block-heading {
        font-size: 17px !important;
    }
    .about-green-box {
         padding: 4rem 2rem !important;
    }
}

@media screen and (min-width: 1921px) {
    .banner-content .home-banner-head {
        font-size: 315px !important;
        margin-left: 0px !important;
    }
}
.home-banner-head {
    /*font-size: clamp(115px, calc(7.1875rem + ((1vw - 4.3px) * 13.4228)), 315px);*/
    font-size: 16vw !important;
    min-height: 0vw;
    font-weight: 300;
    letter-spacing: -11px !important;
    margin-left: -2vw !important;
    line-height: 1 !important;
}
/*
.home-banner-head {
  font-size: clamp(75px, calc(4.6875rem + ((1vw - 4.3px) * 11.745)), 250px);
  min-height: 0vw;
}*/

.gform_button.button, .gform-button {
    background: none !important;
    border-radius: 40px;
    padding: 15px 30px;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 4.3px) * 0.2685)), 22px);
    min-height: 0vw;
}
.contact-section .gform_button.button, .contact-section .gform-button {
    padding: 10px 24px;
    border: solid 2px #000;
    color: #2C2C2C !important;
}
.wp-element-button {
    background: none !important;
    border-radius: 40px;
    padding: 8px 24px;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 4.3px) * 0.2685)), 22px);
    min-height: 0vw;
    border: 2px solid #2C2C2C;
    color: #2C2C2C;
    font-weight: 300 !important;
}
.wp-element-button:hover, .gform_button.button:hover, .gform-button:hover {
    background: #2C2C2C !important;
    color: #F5F5DF !important;
    cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: none !important;
    border: none !important;
    padding: 0px !important;
    color: #9d1c00 !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 2px solid #2C2C2C;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0px !important;
}
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme textarea {
    background: none !important;
    border: 2px solid #2C2C2C;
    border-radius: 40px;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 4.3px) * 0.2685)), 22px);
    min-height: 0vw;
    padding: 18px 27px;
    color: #2C2C2C;
}
:where(.wp-site-blocks *:focus) {
    outline: none !important;
}
.gform_wrapper.gravity-theme input::-webkit-input-placeholder, 
.gform_wrapper.gravity-theme textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #2C2C2C;
}
.gform_wrapper.gravity-theme input::-moz-placeholder,
.gform_wrapper.gravity-theme textarea::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    color: #2C2C2C;
}
.gform_wrapper.gravity-theme input:-ms-input-placeholder,
.gform_wrapper.gravity-theme textarea:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
    color: #2C2C2C;
}
.gform_wrapper.gravity-theme input:-moz-placeholder,
.gform_wrapper.gravity-theme textarea:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #2C2C2C;
}
.contact-section .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.contact-section .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 26px !important;
}
.home-intro-right-col .wp-block-image, .contact-us-left .wp-block-image{
  width: 100%;
  height: 100%;
}
.home-intro-right-col img, .contact-us-left img{
  width: 100%;
  height: 100%;
}
.home-intro-left-col {
  padding-top: 8.25rem;
  padding-bottom: 6.25em;
}

.green-button .wp-element-button {
  color: #7AE66C !important;
  border-color: #7AE66C !important;
}
.green-button .wp-element-button:hover {
  background: #7AE66C !important;
  border-color: #7AE66C !important;
  color: #2c2c2c !important;
}
.white-button .wp-element-button {
  color: #fff !important;
  border-color: #fff !important;
}
.white-button .wp-element-button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #2c2c2c !important;
}
.product-left-btn .wp-element-button {
  color: #2C2C2C !important;
  background: #7AE66C !important;
  border-color: #7AE66C !important;
}
.product-left-btn .wp-element-button:hover {
  background: #2C2C2C !important;
  border-color: #7AE66C !important;
  color: #7AE66C !important;
}
.product-right-btn .wp-element-button {
  color: #fff !important;
  background: #6248FF !important;
  border-color: #6248FF !important;
}
.product-right-btn .wp-element-button:hover {
  background: #fff !important;
  border-color: #6248FF !important;
  color: #6248FF !important;
}
.product-right h2 {
  font-size: clamp(32px, calc(2rem + ((1vw - 4.3px) * 3.8926)), 90px);
  min-height: 0vw;
}
.product-right h2 sup {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.6472)), 30px);
    min-height: 0vw;
    letter-spacing: 0 !important;
}
.gform_heading {
    display: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
    inset-inline-start: 0px;
    padding-left: 0px;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding-inline-start: 35px;
    padding-left: 35px;
}
footer .gform_wrapper.gravity-theme p {
    display: none !important;
}
footer .gform_wrapper.gravity-theme input[type=email] {
  border: none;
  padding: 15px 10px;
  color: #A4A4A4;
}
footer .gform_wrapper.gravity-theme input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #A4A4A4;
}
footer .gform_wrapper.gravity-theme input::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    color: #A4A4A4;
}
footer .gform_wrapper.gravity-theme input:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
    color: #A4A4A4;
}
footer .gform_wrapper.gravity-theme input:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #A4A4A4;
}
footer .gform_body {
    border: 2px solid #A4A4A4;
    border-radius: 40px;
    padding: 10px 10px 10px 20px;
    margin-top: 15px;
    margin-right: 12%;
    position: relative;
}
footer .gform-button {
  border: 2px solid #7AE66C !important;
  color: #7AE66C;
}
footer .gform-button:hover {
  color: #2c2c2c !important;
  background: #7AE66C !important;
}
footer .gform_wrapper.gravity-theme #field_submit, footer .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: flex-end;
}
footer .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: none;
}
footer .gfield_description.validation_message {
    position: absolute;
    top: 85px;
    line-height: 1.2 !important;
    left: 0;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 4.3px) * 0.4027)), 20px) !important;
    min-height: 0vw;
}
footer .gform_validation_errors {
  display: none;
}
footer nav ul li.wp-block-navigation-link {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 4.3px) * 0.2685)), 22px) !important;
    min-height: 0vw;
}
.admin-bar .sticky-wrapper {
    top: 32px;
}
.sticky-wrapper {
    position: fixed;
    top: 0;
    left: 0%;
    z-index: 2;
    width: 100% !important;
    background: #fff;
}
.main-navigation .wp-block-navigation__responsive-container-open svg {
    display: none;
}
.main-navigation .wp-block-navigation__responsive-container-open {
    width: 35px;
    height: 30px;
    background: url(https://overseer.org.nz/wp-content/uploads/2024/10/menu-icon.svg);
}
.l-section {
    padding-top: clamp(80px, calc(5rem + ((1vw - 3.75px) * 11.6505)), 260px);
    padding-bottom: clamp(80px, calc(5rem + ((1vw - 3.75px) * 11.6505)), 260px);
    min-height: 0vw;
}
.m-section {
  padding-top: clamp(80px, calc(5rem + ((1vw - 3.75px) * 6.4725)), 180px);
  padding-bottom: clamp(80px, calc(5rem + ((1vw - 3.75px) * 6.4725)), 180px);
  min-height: 0vw;
}
.s-section {
  padding-top: clamp(60px, calc(3.75rem + ((1vw - 4.3px) * 1.3423)), 80px);
  padding-bottom: clamp(60px, calc(3.75rem + ((1vw - 4.3px) * 1.3423)), 80px);
  min-height: 0vw;
}
.wp-block-navigation__responsive-container.is-menu-open{
    background: rgba(44, 44, 44, .4) !important;
}
.main-navigation ul li a {
    font-weight: 300;
}
/*@media screen and (max-width: 1800px) {
    .home-banner-head{
        font-size: clamp(115px, calc(7.1875rem + ((1vw - 4.3px) * 9.854)), 250px);
        min-height: 0vw;
    }
}
@media screen and (max-width: 1100px) {
    .home-banner-head{
        font-size: clamp(115px, calc(7.1875rem + ((1vw - 4.3px) * 2.2388)), 130px);
        min-height: 0vw;
    }
}*/
/* What we do css start*/
.radius-col {
    border-radius: 20px;
}
.border-image img, .image-box{
    border-radius: 20px;
}
.better-section p, .model-section p {
    margin-bottom: 1.5rem !important;
    letter-spacing: -0.5px !important;
}
.better-section p:last-child, .model-section p:last-child{
    margin-bottom: 0 !important;
}
.full-width-image{
    width: 100%;
    height: 100%;
}
.full-width-image img {
    width: 100%;
    height: 100%;
}
.icon-text-stretch {
    width: 100%;
    justify-content: space-between;
}
.space-between{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.number-listing ol li strong {
    width: 100%;
    display: block;
}
::marker {
    font-weight: 700 !important;
    margin-right: 10px;
}
.counter-black-section h2.wp-block-heading.has-large-font-size{
    line-height: 0.7 !important;
}
.counter-black-section p {
    max-width: 75%;
}
.knowledge-section .wp-block-columns {
    width: 100%;
}
.knowledge-section .wp-block-columns.last-counter h2{
    margin-left: -18px;
}
.what-we-do-products .product-left, .what-we-do-products .product-right{
    padding-bottom: 2rem !important;
}
.gradient .wp-block-column {
    background: linear-gradient(0deg, #424242 0%, #2C2C2C 100%);
}
/* What we do css end*/
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.news-events-grid .taxonomy-category.wp-block-post-terms a {
    pointer-events: none;
}
.fertiliser-section figure img {
    object-fit: cover;
}
@media screen and (min-width: 1601px) {
   .header-icons .open-search-btn svg {
        width: 28px !important;
   }
   .header-icons .wp-block-image img {
        width: 29px !important;
    }
    .main-navigation .wp-block-navigation__responsive-container-open {
        background: url(https://overseer.org.nz/wp-content/uploads/menu-icon-new.svg) !important;
        width: 30px !important;
        height: 25px !important;
        background-repeat: no-repeat !important;
    }
    .header-icons .wp-block-image {
        margin-top: -5px;
    }
}
@media screen and (max-width: 1600px) {
    .home-banner-head {
        font-size: 15.9vw !important;
    }
}
@media screen and (max-width: 1024px) {
    .home-banner-head{
        font-size: 15vw !important;
        letter-spacing: -5px !important;
    }
}
@media screen and (min-width: 782px) {
   .home-intro-right-col {
      margin-left: -6rem !important;
   }
   .home-intro-left-col h6 {
      padding-right: 22rem;
      padding-bottom: 2rem;
   }
   .bottom-shape {
        padding-bottom: clamp(200px, calc(12.5rem + ((1vw - 4.3px) * 13.4228)), 400px);
        min-height: 0vw;
        background-size: 73% !important;
        background-position: 100% 103% !important;
    }
    .product-section {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .mob-none{
        display: block;
    } 
    .desk-none{
        display: none;
    }
    .product-left-btn .wp-element-button , .product-right-btn .wp-element-button{
        position: absolute;
        bottom: 6rem;
        height: auto;
        width: auto;
    }
    .product-list-stack {
        margin-bottom: 5.5rem !important;
    }
    .contact-intro{
        padding-right: 0 !important;
    }
}




/*Menu CSS*/
.wp-block-navigation__responsive-container.is-menu-open {
    animation: none;
    padding-top: 100px;
    transition: all 0.3s ease;
    transition-duration: 1000ms, 1000ms, 0s;
    background: rgba(44, 44, 44, .4) !important;
    padding: 0px !important;
}
.wp-block-navigation__responsive-container-close {
    position: fixed;
    right: 4.6rem;
    z-index: 2;
    top: 24px;
}
.mac-os .wp-block-navigation__responsive-container-close {
    right: 3.6rem;
}
.admin-bar .wp-block-navigation__responsive-container-close {
    top: 56px;
    right: 4.7rem;
}
.wp-block-navigation__responsive-close {
    width: 50%;
    margin-left: 50% !important;
    background: linear-gradient(180deg, rgba(251,251,237,1) 70%, rgba(255,255,255,1) 30%) !important;
    padding-top: 4rem;
    height: 100%;
}
.bottom-menu-area {
    background: #FFFFFF;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
    gap: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation {
    padding-left: 4.3rem;
}
.wp-block-navigation__responsive-container-close {
    background: url(https://overseer.org.nz/wp-content/uploads/2024/10/close-icon-green.svg);
    /*background: url(https://overseer.org.nz/wp-content/uploads/2024/11/close-icon-light-green.svg);*/
    width: 36px;
    height: 30px;
    background-repeat: no-repeat;
}
.wp-block-navigation__responsive-container-close svg {
    display: none;
}
.bottom-menu-area .wp-element-button {
    border: none;
    /*padding: 0.5rem 3rem 0.5rem 3rem;*/
    padding: 0 4.3rem !important;
    color: #396E3A;
    font-size: clamp(32px, calc(2rem + ((1vw - 4.3px) * 0.5369)), 40px) !important;
    min-height: 0vw;
    font-weight: 300;
}
.bottom-menu-area .wp-element-button:hover {
    background: none !important;
    color: #396E3A !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a {
     color: #396E3A !important;
     font-size: clamp(32px, calc(2rem + ((1vw - 4.3px) * 0.5369)), 40px);
     min-height: 0vw;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a:hover, 
.bottom-menu-area .wp-element-button:hover  {
  text-decoration: none;
  color: #2c2c2c !important;
}
.bottom-menu-area .bottom-menu-text .wp-element-button {
    font-size: 20px !important;
    padding-bottom: 15px !important;
    pointer-events: none;
}
.left-content-stack {
    padding-right: 14rem;
}
.right-content-stack {
    padding-left: 10rem;
    padding-right: 3rem;
}
.full-image img {
    width: 100%;
}
.main-navigation .wp-block-navigation__container {
    gap: 0rem !important;
}
.grey-section h2 {
    padding-bottom: 1rem;
    letter-spacing: -3px;
}
.resourse-shape {
    align-self: stretch !important;
}

.product-left, .product-right {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;

}
.product-left h3, .product-right h3 {
    margin-top: -45px;
    min-height: 13rem;
    letter-spacing: -3px;
}
.product-left ul li, .product-right ul li{
    font-size: clamp(18px, calc(1.125rem + ((1vw - 4.3px) * 0.2685)), 22px);
    min-height: 0vw;
    font-weight: 300;
    margin-bottom: 8px;
} 
.product-left h6, .product-right h6{
    font-size: clamp(19px, calc(1.1875rem + ((1vw - 3.75px) * 0.3883)), 25px);
    min-height: 0vw;
} 
.header-search-bar .wp-block-search__button {
    background: url(https://overseer.org.nz/wp-content/uploads/2024/10/search-icon.svg) !important;
    width: 36px;
    height: 38px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 0 !important;
    min-height: 32px;
    border-radius: 0;
}

.header-search-bar .wp-block-search__button svg { 
    display:none !important;
}

.left-content-stack, .right-content-stack{
    position: relative;
}
.left-index {
    position: absolute;
    right: 10rem;
    top: 0px;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.3883)), 24px) !important;
    min-height: 0vw;
    font-weight: 400;
}
.right-index {
    position: absolute;
    right: 3rem;
    top: 0;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.3883)), 24px) !important;
    min-height: 0vw;
    font-weight: 400;
}
.product-icon-image {
    align-self: end;
}
.counter-section h2.has-large-font-size {
    font-weight: 200;
}
h2.has-large-font-size {
    font-size: clamp(115px, calc(7.1875rem + ((1vw - 3.75px) * 4.2071)), 180px) !important;
    min-height: 0vw;
    font-weight: 200;
}
.counter-section p {
    max-width: 80%;
    letter-spacing: 0px;
    padding-left: 2%;
}
.counter-section .first-colmn p {
    padding-left: 6% !important;
    max-width: 65%;
}
.counter-columns {
    max-width: 1430px;
}
.contact-us-left {
    margin-right: -6rem !important;
}
.contact-stack {
    padding-left: 12.5rem;
    padding-top: 8rem;
    padding-bottom: 6.5rem;
}
.product-list-stack {
    padding-top: 3.5rem;
}
.contact-us-right .gform_wrapper {
    width: 100%;
}
.home-black-text {
    padding-right: 6rem;
    padding-left: 5rem;
}
.home-intro-left-col h6 {
    letter-spacing: 1px;
}
.team-grid-stack h6 {
    font-size: 24px;
}
.page-id-849 .contact-section {
    background-color: #FBFAED !important;
}
.page-id-1255 .contact-section {
    background-color: #CEECF5 !important;
}
.page-id-1255 .contact-section .contact-shape-img{
    background-color: #FBFAED;
}
h2.large-green-text {
  font-size: clamp(100px, calc(6.25rem + ((1vw - 3.75px) * 9.7087)), 250px) !important;
  min-height: 0vw;
  font-weight: 200;
}
.blue-section h2 {
    font-size: clamp(32px, calc(2rem + ((1vw - 4.3px) * 3.8926)), 90px);
    min-height: 0vw;
}
.blue-section h2 sup {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.6472)), 30px);
    min-height: 0vw;
    letter-spacing: 0rem;
}
.page2.product-toggle .toggle-item a {
    min-height: 0vw;
    background: #574BFF;
    text-decoration: none;
    display: block;
    border-radius: 50em;
    color: #fff;
}
.page2.product-toggle .toggle-item.first a {
    background: transparent;
    color: #2C2C2C;
}
.page2.product-toggle .toggle-item.first a:hover {
    background: #7ae66c !important;
    color: #2C2C2C;
}
.single-post h2 {
    letter-spacing: -1px;
}
html {
    scroll-behavior: smooth;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    letter-spacing: 0;
    color: #9d1c00 !important;
    line-height: 1.4 !important
}
.faq-colomns {
    width: 100%;
}
footer .gform_wrapper.gravity-theme .gform_fields{
        grid-row-gap:0px !important;
}
.icon-image{
    max-width: 134px !important;
}
.contact-shape-img{
    position: absolute;
    left: 0px;
    top: 0;
    max-width: 50.2%;
    object-fit: cover !important;
}
.contact-shape-img img{
    object-position: top;
}

.green-shape-img{
    position: absolute;
    right: 0px;
    top: 0;
    max-width: 49.1vw;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}
.green-shape-img img{
    object-position: left top;
    width: 100% !important;
    height: 100% !important;
}
.product-black-section{
    overflow: hidden;
}
@media screen and (min-width: 1920px) {
    .contact-shape-img img{
        object-fit: cover;
    }
    .green-shape-img img{
        object-fit: cover;
    }
}
@media screen and (max-width:1650px) and (min-width:1550px){
    .right-content-stack {
        padding-right: 5.5rem;
    }
    .home-intro-left-col h6 {
        letter-spacing: 1px !important;
    }
    .counter-black-section p {
        max-width: 80% !important;
    }
}
@media screen and (max-width:1210px) and (min-width:1025px){
    .product-left h3, .product-right h3 {
        font-size: clamp(28px, calc(1.75rem + ((1vw - 3.75px) * 1.877)), 57px) !important;
        min-height: 0vw;
    }
}
@media screen and (max-width: 781px) {

    .home-intro-left-col h6 {
        padding-right: 0rem !important;
        font-size: 18px !important;
        line-height: 1.3;
        letter-spacing: 0px !important;
    }
    .intro-text {
        padding-right: inherit !important;
    }
    .arrow-with-text {
        display: flex;
        flex-direction: column-reverse;
    }
    .left-content-stack {
        padding-right: 0;
    }
    .right-content-stack{
        padding-left: 0;
        padding-right: 0;
    }
    .grey-left-columns {
        display: flex;
        flex-direction: column-reverse;
    }
    .grey-section h2 {
        padding-top: 2rem;
        padding-bottom: 1rem;
        max-width: 84%;
    }
    .product-section {
        padding-left: inherit !important;
        padding-right: inherit !important;
    }
    .contact-section .wp-block-columns {
        display: flex;
        flex-direction: column-reverse;
    }
    .contact-section {
        padding-left: auto !important;
    }
    .contact-stack {
        padding-left: 0;
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    .contact-us-left {
        margin-right: 0 !important;
    }
    .home-intro-right-col img, .contact-us-left img {
        transform: scale(1.19);
    }
       .footer-left-col h4 {
        padding-right: 0;
    }
    .footer-left-col {
        padding-right: 0 !important;
    }
    footer .gform_body {
        padding: 0px !important;
        margin-right: 0 !important;
        border: 0px !important;
    }
    footer .gform_body .gform_fields {
        display: block !important;
        justify-content: space-between;
    }
    footer .ginput_container_email {
        padding: 2px 10px 2px 20px !important;
        border: 2px solid #A4A4A4;
        border-radius: 40px;
    }
    footer .gform-button {
        margin-top: 15px;
    }
    footer .gfield_description.validation_message {
        position: inherit !important;
    }
    .footer-menus {
        display: flex;
        margin-bottom: 3.9rem !important;
        align-items: stretch;
        justify-content: space-between;
    }
    .right-menu {
        display: flex;
        height: inherit;
        justify-content: space-between;
        align-items: stretch;
    }
    .mob-none{
        display: none;
    } 
    .desk-none{
        display: block;
    }
    .copyright-text {
        padding: 2rem 0 3rem 0;
    }
    .left-index {
        right: 0;
        top: 2rem;
        width: 40px;
        height: 36px;
        background: #fff;
        border-radius: 4px;
        text-align: center;
        line-height: 36px !important;
        font-weight: 300 !important;
    }
    .right-index {
        right: 0 !important;
        top: 2rem;
        width: 40px;
        height: 36px;
        background: #fff;
        border-radius: 4px;
        text-align: center;
        line-height: 36px;
    }
    .product-icon-image img {
        max-width: 48px;
        border-radius: 15px;
    }
    .product-left h3, .product-right h3 {
        min-height: 0 !important;
        margin-bottom: 0.5rem;
        margin-top: -40px !important;
        height: auto !important;
    }
    .product-list-stack {
        padding-left: 0 !important;
    }
    .product-right h2 {
        padding: 10px 0;
    }
    .product-list-stack .wp-block-spacer {
        display: none;
    }
    .product-left ul {
        padding-bottom: 10px;
        margin-left: 5px;
    }
    .product-right ul {
        margin-left: 5px;
    }
    .product-left, .product-right {
        padding: 3.4rem 2.5rem 3.5rem 2.5rem !important;
    }
    .counter-section {
        background: #fff !important;
    }
    .counter-section h2.has-large-font-size {
        font-size: 72px !important; 
    }
    .counter-section .wp-block-spacer {
        height: 0.5rem !important;
    }
    .counter-columns .first-colmn h2 {
        margin-left: -10px;
    }
    .counter-section .first-colmn p {
        padding-left: 0% !important;
        max-width: 65%;
    }
    .banner-content {
        display: flex !important;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .banner-content .home-banner-head {
        padding-bottom: 5rem;
        letter-spacing: -2px !important;
    }
    .banner-container {
        display: flex !important;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .banner-container .banner-head {
        padding-bottom: 1rem;
    }
    .product-title{
        padding-bottom: 1rem;
    }
    .home-intro-left-col {
        padding-top: 6rem;
        padding-bottom: 4em;
    }
    .home-black-text {
        padding-right: 0 !important;
    }
    .counter-section p{
        max-width: 60% !important;
    }
    .counter-section .last-column p {
        max-width: 80% !important;
    }
    .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme textarea {
        border: 2px solid #2C2C2C;
        border-radius: 12px;
        padding: 9px 25px;
    }
    .counter-section .wp-block-columns {
        gap: 3rem !important;
    }
    .home-intro-left-col .wp-block-spacer {
        height: 30px !important;
    }
    .contact-section .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=text]):not([type=email]) {
        line-height: normal;
    }
    .footer-section .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=text]){
        line-height: normal;
    }
    .footer-section {
        padding-top: 3.5rem !important;
    }
    .product-left h3, .product-right h3 {
        letter-spacing: 0px;
    }
    p {
      letter-spacing: 0px !important;
      line-height: 1.4;
    }
    .gap-reduce {
        gap: 15px;
        margin-bottom: 15px !important;
    }
    .knowledge-section .no-wrap{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap !important;
    }
    .green-box {
        margin-bottom: 15px !important;
    }
    .image-box {
        margin-bottom: 15px !important;
    }
    .better-section {
        margin-top: -15px !important;
    }
    .product-left h3, .product-right h3 {
        line-height: 1.2 !important;
    }
    .resourse-shape {
        padding-top: 25px;
    }
    .page-id-1255 .contact-section .contact-us-left{
        background: transparent !important;
    }
    .border-image img, .image-box{
        border-radius: 10px;
    }
    .rad-col .wp-block-column{
      border-radius:10px;
    }
    .rad-col.lg .wp-block-column{
      border-radius: 10px;
    }
    .image-box-cols {
        gap: 1.5rem;
    }
    .product-image-box .wp-block-spacer{
        height: 15rem !important;
    }

}
@media screen and (max-width: 640px) {
    .contact-section .gform_wrapper.gravity-theme .ginput_complex span{
        margin-bottom: 0px !important;
    }
    .contact-section .gform_wrapper.gravity-theme .ginput_complex span.name_first{
        margin-bottom: 16px !important;
    }
}
@media screen and (max-width:1920px) and (min-width:782px){
    .intro-text{
        padding-right: 0px !important;
    }
    .contact-section{
        padding-left: 0px !important;
    }
}
