body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height:normal;
}
body .wp-block-button__link, body .read-more-btn, a.button.product_type_simple{
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-left-width: 0px;
}
body .wp-block-button__link::before, .read-more-btn::before,  a.button.product_type_simple::before{
	content: "";
	position: absolute;
	
	top: 0;
	left: -103%;
	width: 100%;
	height: 100%;
	background-color: #579b46;
	transform: skewX(-20deg);
	transition: left 0.5s ease;
	z-index: -1;

}
.quote-form .submit-btn:hover {
	background-color: #579b46 !important;
	color: #fff;
}
body .wp-block-button__link:hover, body .read-more-btn:hover, a.button.product_type_simple:hover{
	color:#fff !important;
}

body .wp-block-button__link:hover::before, body .read-more-btn:hover::before, a.button.product_type_simple:hover::before {
	left: 0% !important;
}



.ast-above-header-wrap {
	position: relative;
	background-color: white;
	z-index: 1;
	overflow: hidden;
}


/* Left green background with angled right edge */
.ast-above-header-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24%;
	height: 42px;
	background-color: #579b46;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}

/* Right green background with angled left edge (mirror) */
.ast-above-header-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 42px;
	background-color: #579b46;
	z-index: 1;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 7% 100%)
}
body .site-branding .site-logo-img {
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 18px;
    z-index: 1;
}

.top-bar-content {
	display: flex;
	margin: 0;
	padding: 0;
	column-gap: 50px;
}
ul.top-bar-content li {
	list-style-type: none;
	display: flex;
	column-gap: 10px;
}
.ast-header-social-1-wrap{
	z-index:2;
}
.ast-site-header-cart-li .ast-addon-cart-wrap
{
	background: #fff;
}
.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
	color: #000 !important;
	background-color: #d3cf52 !important;
}
.ast-site-header-cart svg
{
	fill: #000;
}
span.ahfb-svg-iconset.ast-inline-flex.svg-baseline {
	margin-top: 7px;
}
h1.wp-block-heading {
	font-size: 48px;
	font-weight: 700;
}
.page-banner h1.wp-block-heading{
	color:#fff;
}
.page-banner .wp-block-cover__inner-container {
	background: linear-gradient(90deg, #000000ed, #00000000);
	width: 100%;
	height: 100%;
}
.page-banner .wp-block-cover.alignfull {
	min-height: 601px;
	padding: 0;
}
.page-banner .owl-stage-outer{
	width: 100%;
	max-width: 100%;
}
.page-banner h1.wp-block-heading strong{
	color: #d3cf52;
}
.page-banner .owl-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 10px; /* space between arrows */
	z-index: 10;
}
.page-banner .owl-nav button.owl-prev,
.page-banner .owl-nav button.owl-next {
	background: transparent;
	border: none;
	font-size: 24px;
	cursor: pointer;
	padding: 5px;
	line-height: 1;
	display: block;
}
.page-banner .owl-nav button.owl-prev::before {
	content: '←';
	color:#fff;
}

.page-banner .owl-nav button.owl-next::before {
	content: '→';
	color:#fff;
}
.page-banner .owl-nav button.owl-prev, .page-banner .owl-nav button.owl-next {
	border-radius: 24px;
	height: 40px;
}
.cursive-font{
	font-family: 'Pacifico', cursive;
	color:#579b46;
	margin-bottom:10px !important;
}
h2.wp-block-heading {
	font-size: 44px;
	font-weight: 700;
	margin-top:0;
	margin-bottom:20px;
}
h2.special-heading{
	font-size: 110px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 125px;
	color: #333;
}
.text-image-fill {
	background-image: url('https://asc-hms.com/new-hms/wp-content/uploads/2025/06/field-9295186_1920.jpg'); /* Replace with your image */
	background-size: 200%; /* Larger size for smoother motion */
	background-repeat: repeat;
	background-position: 0 0;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;

	/* Continuous animation */
	animation: moveBackground 20s linear infinite;

}

@keyframes moveBackground {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 100% 0%;
	}
}
.hero-sec-2{
	margin-top: 60px;
}
body p {
	margin-top: 0 !important;
}
figure.wp-block-image.size-full.abs-tomato {
	position: absolute;
	right: 11%;
	top: -92px;
	max-width: 192px;
	z-index: 0;
}
.wp-block-columns.seed-features {
	padding: 80px 0 200px;
}
body .wp-block-group.alignfull.seed-sec {
	padding-top: 100px;
}

/* // products slider css */

.custom-product-slider .custom-product-card {
	margin-left: 0px;
}

.custom-product-slider .custom-product-card .product-content-box {
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	border-radius: 12px;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 10px;
	flex-direction:column;
}

.custom-product-card .product-image img {
	height: 100%;
	width: 100%;
	padding: 0px;
	object-fit:contain;
	background: #fafafa;
}
.custom-product-card .product-image {
    margin-left: 0;
    max-width: 100%;
    height: 250px;
    width: 100%;
}
.custom-product-card .product-details {
	flex: 1;
}

.custom-product-card .product-title {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 22px;
}
.custom-product-card .product-title a{
	text-decoration:none;
}
.custom-product-card .product-desc {
	font-size: 16px;
	margin-bottom: 10px;
}

.custom-product-card .product-price {
	font-size: 1.1rem;
	color: green;
	margin-bottom: 10px;
}

.custom-product-card .add-to-cart-btn {
	background-color: #d2cf51;
	color: #000;
	border: none;
	padding: 8px 16px;
	border-radius: 8px;
	text-transform: uppercase;
	text-decoration:none !important;
}

.farmers-carousel .farmer-card {
	background: #fdf9e3;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	padding: 30px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.farmers-carousel .farmer-card {
	margin: 10px;
}

.farmer-image img {
	width: 140px;
	height: 140px;
	border-radius: 12px;
	object-fit: cover;
}

.farmer-content {
	flex: 1;
}

.farmer-name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.farmer-role {
	font-size: 14px;
	background: #fff;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 999px;
	font-weight: 500;
	margin-bottom: 10px;
}

.farmer-bio {
	font-size: 14px;
	color: #444;
	line-height: 1.5;
}

.blog-posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
	margin-top: 30px;
	padding: 20px 0 0;
}
.farmers-carousel {
	padding: 20px 0 0;
}
.blog-card {
	background: #fff;
	border-radius: 16px;
	/* box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-thumb img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
}

.blog-content {
	padding: 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	margin: auto;
	margin-top: -53px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	width: 90%;
	margin-bottom:10px;
}

.blog-meta {
	font-size: 13px;
	color: #777;
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
}

.blog-title {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.blog-title a {
	text-decoration: none;
	color: #000;
}

.read-more-btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: #d2cf51;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 50px;
    width: fit-content;
    gap: 8px;
    text-decoration: none !important;
    position: relative;
}

/* Wrapper Styling */
.quote-form {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Form Field Container */
.quote-form .form-group {
	margin-bottom: 20px;
}

/* Input and Textarea Styling */
.quote-form .form-control {
	width: 100%;
	padding: 15px 20px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 50px;
	background-color: #fff;
	outline: none;
	box-sizing: border-box;
	transition: border-color 0.3s ease;
}

/* Textarea Rounded Adjustment */
.quote-form textarea.form-control {
	height: 120px;
	border-radius: 30px;
	resize: vertical;
}

/* Focus State */
.quote-form .form-control:focus {
	border-color: #a0c45a;
}

/* Submit Button Styling */
.quote-form .submit-btn {
	background-color: #d8c83a;
	color: #000;
	font-weight: bold;
	padding: 14px 30px;
	font-size: 16px;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	display: inline-block;
}

/* Hover Effect */
.quote-form .submit-btn:hover {
	background-color: #c5b730;
}
.wp-block-cover.footer-cta-cover{
	overflow:visible;
}
.wp-block-cover.footer-cta-cover .cta-upword-strich{
	object-fit: cover;
	position: absolute;
	right: 0;
	bottom: 0;
}
.subscribe-form-cta p{
	display: flex;
	position: relative;
	max-width: 540px;
}
.subscribe-form-cta input.wpcf7-form-control.wpcf7-submit {
	position: absolute;
	right: 4px;
	height: 44px;
	top: 4px;
}
.subscribe-form-cta input.wpcf7-form-control.wpcf7-email {
	background: transparent;
	border-radius: 50px;
	color: #fff;
	border: 2px solid;
	font-size: 18px;
	font-weight:500;
}
.subscribe-form-ctainput .wpcf7-form-control.wpcf7-submit {
	position: absolute;
	right: 0;
	margin: 4px 4px;
	height: 48px;
}
.subscribe-form-cta .wpcf7 .wpcf7-not-valid-tip{
	color: #fff;
	padding-left: 18px;
}
img.wp-block-cover__image-background.wp-image-190.size-large {
	border-radius: 10px;
	overflow: hidden;

}
.wp-block-cover__background.has-background-dim-80.has-background-dim{
	border-radius: 10px;
	-webkit-mask-image: radial-gradient(white, white);
	mask-image: radial-gradient(white, white);
	mask-composite: intersect;
	-webkit-mask-composite: destination-in;
}
.wp-block-column.footer-cta-left {
	padding: 60px 45px 20px;
}
.wpcf7 input.wpcf7-form-control:not([type=submit]):focus, .wpcf7 select.wpcf7-form-control:focus, .wpcf7 textarea.wpcf7-form-control:focus{
	border-color: hsla(45.5, 96%, 57%, 1) !important;
	color: hsla(45.5, 96%, 57%, 1) !important;;
	border: 2px solid !important;
}
.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
	padding: 24px 16px;
	border-radius: 30px;
}
.farmer-box {
	display: flex;
	column-gap: 20px;
	align-items: center;
}
.farmer-head {
	display: flex;
	column-gap: 20px;
	background: #fff;
	width: fit-content;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom:22px;
}
.farmer-head h4,.farmer-head p{
	margin:0;
}
p.farmer-bio {
	font-size: 18px;
	line-height: normal;
}
.farmer-box .farmer-image
{
	width: 260px;
	height: 381px;
}
.farmer-box .farmer-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px; 
	margin-top: 30px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #d2cf51;
	color: #000;
	font-size: 24px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
	background-color: #bcb84a;
	transform: scale(1.05);
}
.owl-nav button.owl-prev{
	background: #579b46 !important;
}
.owl-nav button.owl-prev span{
	color: #fff;
}
.owl-nav button.owl-next{
	background: #bcb84a !important;
}
.owl-nav button.owl-next span{
	color: #fff;
}
.owl-nav button.owl-prev span, .owl-nav button.owl-next span{
	font-size: 45px;
	line-height: 16px;
}
body .blog-posts-grid h4.blog-title a {
	text-decoration: none;
	font-size: 22px;
}
body .blog-posts-grid .blog-meta a{
	font-size: 13px;
	color: #777;
	text-decoration:none;
}
.wp-block-group.alignfull.hero-welcome {
	padding: 85px;
}
.wp-block-group.alignfull.feature-products {
	padding: 100px 0;
}
.custom-product-slider {
	padding: 30px 0;
	box-sizing: border-box;
}
.wp-block-group.alignfull.hpy-farmers {
	margin: 100px 0;
}
.wp-block-group.alignfull.psots-loop {
	margin-bottom: 100px;
}
.wp-block-group.alignfull.trust-logos {
	margin: 100px 0;
}
.wp-block-group.quote-cta-sec {
	margin-bottom: 150px;
}
.brand-logos{
	margin-top: 40px;
	max-width: 800px;
}

.brand-logos img{
	max-width: 170px;
	max-height: 125px;
    object-fit: contain;
}
h4.blog-title {
	margin-bottom: 10px;
}
.page-banner .owl-nav span {
	display: none;
}
.subscribe-form input.wpcf7-form-control.wpcf7-email {
	border-radius: 0;
}

.bn-mob{
	display:none !important;
}
.team-members {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin: 50px 0;
	padding-bottom: 60px;
}

.cm-team-sec .team-member {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.cm-team-sec .team-member-photo {
	width: 100%;
	height: 400px; /* Set a consistent height */
	overflow: hidden;
}

.cm-team-sec .team-member-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensures the image fills the area without distortion */
	display: block;

}

.cm-team-sec .team-member-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6); /* semi-transparent overlay */
	color: white;
	padding: 5px;
	text-align: center;
	transition: background 0.3s ease;
	margin: 15px;
	border: 1px solid #edb71f;
}
.cm-team-sec .team-member-name {
	margin: 0px !important;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}


.cm-team-sec .team-member-role {
	margin: 0px !important;
	font-size: 0.95em;
	color: #f3ba19;
}


/* FAQ */
.cm-faq .accordion-faq {
	max-width: 700px;
	margin: auto;
}

.cm-faq .accordion-question {
	position: relative;
	background-color: #f7f7f7;
	cursor: pointer;
	padding: 15px 20px;
	width: 100%;
	border: none;
	text-align: left;
	font-size: 16px;
	transition: background 0.3s;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	margin: 0 0px 15px;
}

.cm-faq .accordion-question:hover {
	background-color: #e2e2e2;
}

.cm-faq .accordion-answer {
	padding: 0 20px;
	display: none;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.cm-faq .accordion-answer p {
	margin: 15px 0;
}
.accordion-question.active {
	background-color: #e5d519;
	color: #000;
	font-weight: bold;
}
.accordion-question::after {
	content: '▼'; /* Down arrow */
	position: absolute;
	right: 20px;
	font-size: 16px;
	transition: transform 0.3s;
}

.accordion-question.active::after {
	content: '▲'; /* Up arrow */
}
/* popup */
.popup-overlay {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	animation: fadeIn 0.3s ease;
}

.popup-overlay.show {
	display: flex;
}

.popup-content {
	position: relative;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
	width: 90%;
	max-width: 900px;
	aspect-ratio: 16 / 9; /* NEW! Keeps 16:9 shape without padding trick */
	animation: fadeZoomIn 0.3s ease;
}

.popup-video-wrapper {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}

.popup-video-wrapper iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.popup-close {
	position: absolute;
	top: 13px;
	right: 32px;
	font-size: 39px;
	cursor: pointer;
	z-index: 9999;
	background: #fff;
	color: #000;
	width: 40px;
	height: 40px;
	line-height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.popup-video{
	display:none;
}
p.has-text-align-center.hm-vid-text {
	font-weight: 600;
	line-height: normal;
	font-size: 48px !important;
}
@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadeZoomIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.blog-meta span a{
	display:none;
}
.blog-meta span a:first-child {
	display: block;
}

/* newsletter */
.newsletter-box {
	position: relative;
	background-image: url('/new-hms/wp-content/uploads/2025/06/brokle.jpeg');
	background-size: cover;
	background-position: center;
	padding: 40px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
}

.newsletter-box::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0, 0, 0, 0.5); /* dark overlay */
	z-index: 0;
}

.form-row p br{
	display:none;
}
.form-row p{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap; 
	margin-top: 20px;
}
form.wpcf7-form.init .form-row {
	max-width:75% !important;
	margin: 0 auto;
}
form.wpcf7-form.init .form-row input[type="email"] {
	flex: 1;
	padding: 25px 12px;
	border-radius: 0px;
	color: #000;
}

form.wpcf7-form.init .form-row input[type="submit"] {
	padding: 18px 20px;
	color: #fff;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	white-space: nowrap;
}
.newsletter-box h2,
.newsletter-box p,
.newsletter-box input,
.newsletter-box label,
.newsletter-box input[type="submit"] {
	position: relative;
	z-index: 1; /* places content above the overlay */
	color: #fff;
}

.newsletter-box h2,
.newsletter-box p {
	max-width:65% !important;
	margin: 0 auto;
	margin-bottom: 25px;
}
p.ntop-head {
	color: #d3cf52;
	margin-bottom: 10px;
}
.post-newsletter_form {
	width: 100%;
	padding: 10px 20px 80px;
}

.top-mr-sec {
	margin-top: -101px;
	z-index: 99 !important;
	position: relative;
	width: 100%;
	max-width: 85% !important;
	box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
}
p.no-space-bottom {
	margin-bottom: 10px;
}

.wp-block-column.fancy-block{
	position:relative;
}
.wp-block-column.fancy-block::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 40%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 110%) repeat scroll 0 0;
}
p.f-box-sub-head {
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 8px;
	display: block;
	border-bottom: 1px solid #f7c35f;
	font-family: cursive;
	font-size: 18px;
	max-width: 230px;
	margin-left: 0 !important;
	text-align: left;
	padding-bottom: 6px;
}
.wp-block-group.f-box-bottom {
	margin-top: -100px;
	color: #fff;
	z-index: 1;
	padding: 0 30px;
	margin-bottom: 40px;
}
.wp-block-image.size-full.f-arrow-icon {
	bottom: 0;
	margin: 0;
	position: absolute;
	right: 30px;
	z-index: 1;
	transform: rotate(-45deg);
	display: inline-block;
	opacity: 1;
}
.wp-block-column.fancy-block .wp-block-group.f-box-bottom a{
	color:#fff;
	text-decoration:none;
}
.wp-block-column.fancy-block {
	overflow: hidden;
	cursor: pointer;
}
.wp-block-group.f-box-bottom h4.wp-block-heading {
	margin: 0;
}
.wp-block-column.fancy-block figure.wp-block-image.size-full {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.wp-block-column.fancy-block:hover figure.wp-block-image.size-full{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
span.page-numbers.current {
	color: #fff !important;
}
.wp-block-column.fancy-block .wp-block-group.f-box-bottom a:hover {
	color: #f7c35f;
}
figure.wp-block-image.size-full.f-arrow-icon:hover {
	filter: opacity(0.5);
}
.wp-block-group.shop-banner figure.wp-block-image.size-full.shop-b-s-image{
	position: absolute;
	width: 250px;
	right: 100px;
	bottom: auto;
	top: -15px;
}
.wp-block-group.shop-banner, .wp-block-group.shop-banner .wp-block-cover{
	overflow-y: visible !important;
}

.wp-block-group.shop-banner img.wp-block-cover__image-background {
	border-radius: 30px;
	overflow: hidden;
}
.ast-modern-checkout .woocommerce #payment ul.payment_methods div.payment_box {
    background-color: #ffffff !important;
}
fieldset#wc-stripe-upe-form {
    margin-bottom: 20px;
}
.woocommerce-privacy-policy-text p {
    flex-direction: column;
    align-items: flex-start;
}
a.ast-custom-button-link div {
    color: #ffffff;
    background: #bfbb4a;
    border-color: #ffffff;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
body.page-id-30 h1.entry-title {
    display: none;
}
.wp-block-group.alignwide.about-get-now-section.before-footer-shop {
    margin: 30px 0 80px;
}
.wp-block-group.shop-banner span.wp-block-cover__background {
    border-radius: 28px;
}
nav.custom-breadcrumb {
    margin: auto;
    text-align: center;
    margin-top: 15px;
}
nav.custom-breadcrumb a{
	color:#fff;
}
nav.custom-breadcrumb span {
    color: #f6f6f6;
}
h1.wp-elements-a5e0df57c067287db66536f92ad52318 {
    font-size: 46px;
}
.site-above-footer-wrap.ast-builder-grid-row-container {
    position: relative;
}
footer#colophon .wpml-language-switcher-block.is-layout-flex.is-responsive.has-child-selected.wp-block-navigation {
    position: absolute;
    bottom: -14%;
    max-width: 115px;
    border: 2px solid #646464;
    padding: 0 10px;
}
footer#colophon .wcml-dropdown.footer-widget-1.wcml_currency_switcher {
    position: absolute;
    right: -18px;
    bottom: -14%;
}

footer#colophon a.wcml-cs-item-toggle {
    color: #ccc;
}
footer#colophon .wcml-dropdown.footer-widget-1.wcml_currency_switcher li.wcml-cs-active-currency {
    width: 330px;
    background: transparent;
    color: #fff !important;
}
footer#colophon .wcml-dropdown li {
    border: 2px solid #646464;
    background-color: transparent;
	color:#fff;
}
footer#colophon span.wp-block-navigation-item__label {
    color: #ccc;
}
footer#colophon .wcml-dropdown ul li a {
    box-shadow: none;
    color: #ccc;
    border-top: 0px;
}
.ast-builder-menu-1 .menu-item > .menu-link {
    text-transform: uppercase;
}
footer#colophon a.wp-block-latest-posts__read-more {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
}
section#block-34 {
    margin-top: 35px !important;
}
@media (min-width: 922px) {
	.single.single-post .site-content .ast-container {
		display: flex;
		flex-wrap: wrap;
	}
}
/* responsive css start*/

@media only screen and (max-width: 1299px) {
	footer#colophon .wpml-language-switcher-block.is-layout-flex.is-responsive.has-child-selected.wp-block-navigation {
		bottom: -28%;
	}
	footer#colophon .wcml-dropdown.footer-widget-1.wcml_currency_switcher {
    position: absolute;
    right: -30px;
    bottom: -28%;
}
	.page-banner .wp-block-columns.hm-bannr{
		width:100%;
		max-width:85% !important;
	}
	h2.hm-head {
		font-size: 38px;
	}
	h2.special-heading{
		font-size: 88px;
		line-height: 100px;
		padding: 0 40px;
	}
	.hero-sec-2 {
		margin-top: 40px;
		padding: 0 40px;
	}
	.seed-sec p{
		padding: 0 40px;	
	}
	.seed-sec p br, p.has-text-align-center.hmt br{
		display:none;	
	}
	.wp-block-columns.seed-features {
		padding: 60px 30px 125px;
	}
	p.has-text-align-center.hmt {
		padding: 0 40px;
	}
	.custom-product-card .product-image {

		max-width: 140px;
		height: 140px;
	}
	.custom-product-slider {
		padding: 30px 10px;
	}
	.farmer-box .farmer-image {
		width: 170px;
		height: 220px;
	}
	.blog-meta {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.brand-logos img {
		max-width: 140px;
		padding: 15px;
	}
}
.wp-block-group.alignfull.psots-loop {
    padding: 0px 20px !important;
}

@media only screen and (max-width: 1024px) {
	footer#colophon .wcml-dropdown.footer-widget-1.wcml_currency_switcher {
		position: relative;
		right: 0;
		bottom: 0;
	}
	footer#colophon .wpml-language-switcher-block.is-layout-flex.is-responsive.has-child-selected.wp-block-navigation {
		bottom: 0;
		position: relative;
	}
}

@media only screen and (max-width: 1023px) {
	.page-banner h1.wp-block-heading {
		font-size: 32px;
	}
	.page-banner p {
		font-size: 14px;
	}
	.wp-block-cover.alignfull.video-sec {
		min-height: 400px !important;
	}
	.wp-block-columns.brand-logos {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}
	.wp-block-columns.brand-logos .wp-block-column {
		flex: 1 1 45%;
		max-width: 25%;
	}
	h4.farmer-name {
		font-size: 14px;
	}
	.farmer-role {
		font-size: 12px;
		padding: 0px 10px;
	}
	.farmer-head {
		column-gap: 12px;
		background: #fff;
		padding: 10px 12px;
	}
	.site-footer-focus-item .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media only screen and (max-width: 782px) {
	.wp-block-columns.top-mr-sec .wp-block-column:last-child{
		border-bottom: none;
		padding-bottom: 0px;
	}
	.wp-block-columns.top-mr-sec .wp-block-column {
		margin-bottom: 0;
		border-bottom: 1px solid #2d302c;
		padding-bottom: 10px;
	}
	.top-mr-sec {
		margin-top: 0;
		width: 100%;
		max-width: 100% !important;
		row-gap: 10px;
	}
	.wp-block-media-text.is-stacked-on-mobile.media-text-mob {
		display: block;
	}
	.wp-block-media-text.is-stacked-on-mobile.media-text-mob img {
		width: fit-content;
	}
	.wp-block-group.col-on-mob.is-nowrap {
		flex-direction: column;
	}
	.bn-desk{
		display:none !important;
	}
	.bn-mob{
		display:block !important;
	}
	.cbn-cl-img img {
		height: 250px !important;
		width: auto !important;
	}

	.page-banner .wp-block-columns.hm-bannr .hm-banner-txt-sec{
		margin: 50px 0px 0px;
	} 
	.wp-block-spacer{
		display:none;
	}
	.page-banner .owl-nav {
		right: 14%;
		top: 80%;
	}
	h2.hm-head {
		font-size: 32px;
	}
	h2.special-heading {
		font-size: 60px;
		line-height: 70px;
		padding: 0 40px;
	}
	figure.wp-block-image.size-full.abs-tomato {
		right: 11%;
		top: -50px;
		max-width: 105px;
	}
	.farmer-box{
		flex-direction:column;

	}
	.farmer-box .farmer-image {
		width: 100%;
		height: 200px;
		object-fit:cover;
		margin-bottom:20px;
	}
	h4.farmer-name {
		font-size: 14px;
	}
	.farmer-role {
		font-size: 12px;
		padding: 0px 10px;
	}
	p.farmer-bio {
		font-size: 14px;
		line-height: normal;
	}
	.farmer-head{
		padding: 5px;
		align-items: center;
	}
	.farmers-carousel .farmer-card{
		padding: 20px;
	}
	.wp-block-cover.alignfull.video-sec {
		min-height: 400px !important;
	}
	.hm-kny-img{
		display:none;
	}
	.seed-sec .seed-list p {
		padding: 0 40px 0 0;
	}
	p.has-text-align-center.hm-vid-text{
		font-size: 38px !important;
		line-height: 50px !important;
	}
	.wp-block-columns.brand-logos {
		flex-wrap: wrap;
		gap: 30px;
		justify-content: center;
	}


	.wp-block-columns.brand-logos .wp-block-column {
		flex: 1 1 45%;
		max-width: 33%;
		margin:0;
	}
	.wp-block-column.footer-cta-left {
		padding: 60px 45px 200px;
	}
	.wp-block-cover.footer-cta-cover .cta-upword-strich img{
		width: auto;
		height:250px !important;
	}
	.wp-block-group.alignfull.psots-loop {
		padding: 0px 20px !important;
	}
	.hide-at-mobile{
		display:none !important;
	}
	.wp-block-group.quote-cta-sec {
		margin-bottom: 60px;
	}
	.wp-block-column.footer-cta-left{
		padding:0;
	}
}
@media only screen and (max-width: 600px) {
	.responsive-block-swap-hide-mobile {
		display: none !important;
	}
	.wp-block-cover.alignfull.banner-slide {
		min-height: auto !important;
	}
	.page-banner .wp-block-columns.hm-bannr .hm-banner-txt-sec {
		margin: 70px 0px 50px;
	}
	.page-banner  img.wp-block-cover__image-background.wp-image-190.size-large{
		border-radius:0px !important;
	}
	.ast-footer-copyright {
		padding: 10px;
	}
	.cm-team-sec .team-member {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.page-banner h1.wp-block-heading {
		font-size: 28px;
	}
	.page-banner p {
		font-size: 14px !important;
	}
	h2.hm-head {
		font-size: 28px !important;
		line-height: 34px;
	}
	.wp-block-column.footer-cta-left {
		padding: 40px 0px 0px;
	}
	.wp-block-cover.footer-cta-cover .cta-upword-strich {
		right: 0;
		bottom: auto;
		z-index: -1;
		top: -138px;
	}
	h2.special-heading{
		font-size: 40px !important;
		line-height: 50px;
		padding: 0 30px;
	}
	.seed-sec p {
		padding: 0 40px 0;
	}
	.seed-sec .seed-list p {
		padding: 0px;
	}
	p.farmer-bio {
		font-size: 14px !important;
	}
	.site-footer-focus-item .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.custom-product-slider .custom-product-card .product-content-box {
		flex-direction: column;
		padding-left:20px;
	}
	.custom-product-slider .custom-product-card {
		margin-left: 0;
	}
	.custom-product-card .product-image {
		max-width: 100%;
		height: auto;
		margin-left: 0;
		width: 100%;
		box-shadow: none;
	}
	.custom-product-card .product-image img{
		padding:0;
		height: 195px;
		border-radius: 12px;
		object-fit: contain;
	}
	.custom-product-slider {
		padding: 10px 10px;
	}
	.wp-block-group.alignfull.feature-products {
		padding: 50px 0;
	}
	.read-more-btn {
		font-size: 16px;
		padding: 10px 25px;

	}
	body.home span.woocommerce-Price-amount.amount {
		font-size: 22px !important;
	}
	.custom-product-card .product-title {
		font-size: 20px;
	}
}
/* responsive css end*/