﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    font-family: 'Josefin Sans', sans-serif;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address,
img {
    display: block;
}

.mobilebg:before {
    content: '';
    background: #00000075;
    width: 100%;
    height: 100%;
    position: absolute;
}

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

body {
    font-size: 18px;
    line-height: 28px;
    -webkit-text-size-adjust: none;
    width: 100% !important;
    background: url("../siteart/bg.png") no-repeat !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

strong {
    font-weight: 700;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #449423;
}

a:hover {
    text-decoration: underline;
    color: #449423;
}

.wrapper {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding: 3% 0px;
}

.topStuff {
    padding: 0 !important;
}

.twocols {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.twocols {
    max-width: 50%;
}

header {
    background: rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    width: 100%;
}

.logo {
    max-width: 50%;
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.logo img {
    max-width: 100%;
    height: auto;
}

header .wrapper {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding: 1% 0px;
}

.contactleaf {
    background: #449423;
    border-radius: 50px 0px;
    color: #fff;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    border: 4px solid #fff;
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 2%;
    box-sizing: border-box;
    float: right;
    margin: -245px 0 auto;
    top: -17vw;
    z-index: 20;
    position: relative;
}

.owltexthome {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: left;
    width: 100%;
    max-width: 30%;
    margin: 0 auto;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .7);
    font-size: 24px;
}

.contactleaf .gbtn {
    background: #fff;
    color: #000;
    font-weight: 700;
    width: 100%;
    max-width: 80%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.contactleaf a:link,
.contactleaf a:visited,
.contactleaf a:active {
    text-decoration: none;
    color: #fff;
}

.contactleaf a:hover {
    text-decoration: underline;
    color: #fff;
}

.gbtn {
    border-radius: 4px;
    background-color: #449423;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    width: 250px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    box-sizing: border-box;
}

.gbtn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.gbtn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.gbtn:hover span {
    padding-right: 25px;
}

.gbtn:hover span:after {
    opacity: 1;
    right: 0;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    max-width: 16%;
    float: left;
    display: block;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.grid figure img {
    position: relative;
    display: block;
    height: auto;
    width: 100% !important;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    font-weight: 300;
    font-size: 24px;
}

.grid figure h2 span {
    font-weight: 700;
}

.grid figure h2,
.grid figure p {
    margin: 0;
    font-size: 24px;
}

.grid figure p {
    font-size: 68.5%;
}

figure.effect-ming {
    background: #1b1b1b;
}

figure.effect-ming img {
    opacity: 0.5;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-ming p {
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(32, 107, 42, .5);
}

figure.effect-ming:hover img {
    opacity: 0.9;
}

footer {
    background: #303030;
    color: #fff;
    text-align: center;
}

/* Wrapper */
.farmtrx-wrapper {
  font-family: 'Segoe UI', sans-serif;
  background-color: #FFFFFF;
  color: #2c3e50;
  margin: 0;
  padding: 0;
}

/* Logo Section */
.farmtrx-logo-section {
  text-align: center;
  background-color: #ffffff;
}

.farmtrx-logo-image {
  max-width: 600px;
  height: auto;
}

.farmtrx-logo-image {
  display: block;
  margin: 0; /* removes auto-centering */
  width: 750px; /* or whatever size you want */
  max-width: 100%;
  height: auto;
}


/* Shared Section Styles */
.farmtrx-howitworks-section,
.farmtrx-benefits-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #dcdcdc;
	padding-bottom: 70px;
}

.farmtrx-intro-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: -190px auto 0; 
  padding: 20px 20px 0px;
  position: relative;
  z-index: 1;
}

.yellow-number {
  color: #f89922; /* or any shade of yellow you prefer */
  font-weight: bold;
  margin-right: 4px;
}



/* Text Blocks */
.farmtrx-intro-text,
.farmtrx-benefits-text, .farmtrx-howitworks-text {
  flex: 1;
  padding: 20px;
}

.unset {flex:unset;}

.farmtrx-title {
  font-size: 2rem;
  color: #003056;
  margin-bottom: 10px;
}

.farmtrx-intro-text {margin-top: 165px;}

.farmtrx-subtitle {
  font-size: 1.5rem;
  color: #1a6f2b;
  margin-bottom: 10px;
}

.farmtrx-section-heading {
  font-size: 1.25rem;
  color: #003056!important;
  margin-top: 20px;
  margin-bottom: 10px;
}

.farmtrx-description {
  font-size: 1rem;
  line-height: 1.6;
}

/* Image Blocks */
.farmtrx-intro-image-container,
.farmtrx-howitworks-image-container,
.farmtrx-benefits-image-container {
  flex: 1;
  padding: 20px;
  text-align: center;
}

.farmtrx-intro-image,
.farmtrx-howitworks-image,
.farmtrx-benefits-image {
  max-width: 88%;
  height: auto;
  border-radius: 30px;
}

.wave-image-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: visible;
}

.wave-image {
  width: 100%;
  height: 80%;
  object-fit: cover;
  display: block;
}
.wave-image-lead {
  font-size: 47px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
/* Wave container with fade at bottom */
.wave-overlay {
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 320px;
  z-index: 2;
  pointer-events: none;

  /* Smooth, gradual fade from opaque to transparent */
  mask-image: linear-gradient(to bottom, black 0%, black 60%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0.4) 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 60%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0.4) 90%, transparent 100%);
}



.wave-overlay svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* HOW IT WORKS Section */
.farmtrx-howitworks-section {
  padding: 0px 30px;
  font-family: sans-serif;
  background-color: #fff;
}

.farmtrx-howitworks-text {
  margin: 0 auto;
}

.yellow-text {
  color: #f89922; /* bright yellow */
}


.farmtrx-howitworks-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
}

.wave-image-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: white;
  text-align: center;
  font-family: sans-serif;
  padding: 0 20px;
	line-height: 1.2;
  width: 58%;
	font-size: 26px;
	
}

.farmtrx-components-section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}



.farmtrx-components-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 75px;
}


.farmtrx-components-text,
.farmtrx-component-details {
  flex: 1 1 500px;
  font-size: 18px;
  color: #002b4e;
}

.farmtrx-components-list,
.farmtrx-components-sublist {
  margin-left: 20px;
  margin-bottom: 20px;
}

.farmtrx-component-image {
  flex: 1 1 400px;
  text-align: center;
}

.farmtrx-component-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.farmtrx-yieldmonitor-section {
  padding: 60px 0;
  background-color: #fff;
  font-family: sans-serif;
}

.farmtrx-yieldmonitor-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.farmtrx-yieldmonitor-hero img {
  width: 60%;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  margin-bottom: 40px;
}

.farmtrx-yieldmonitor-description {
  font-size: 18px;
  color: #002b4e;
  margin-bottom: 60px;
}



.farmtrx-yieldmonitor-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.farmtrx-yieldmonitor-image {
  flex: 1 1 400px;
}

.farmtrx-yieldmonitor-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.farmtrx-yieldmonitor-text {
  flex: 1 1 500px;
  font-size: 18px;
  color: #002b4e;
}

.farmtrx-yieldmonitor-row.stacked {
  display: block;
}
.farmtrx-moisture-section {
  padding: 60px 0;
  background-color: #fff;
  font-family: sans-serif;
}

.farmtrx-moisture-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.farmtrx-moisture-hero img {
  width: 60%;
  display: block;
  margin: 0 auto 40px auto;
  border-radius: 8px;
}

.farmtrx-moisture-description {
  font-size: 18px;
  color: #002b4e;
  margin-bottom: 60px;
}



.farmtrx-moisture-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.farmtrx-moisture-text {
  flex: 1 1 500px;
  font-size: 18px;
  color: #002b4e;
	max-width: 38%;
}

.farmtrx-moisture-image {
  flex: 1 1 400px;
  text-align: center;
}

.farmtrx-moisture-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.farmtrx-incab-section {
  padding: 60px 0;
  background-color: #fff;
  font-family: sans-serif;
}

.farmtrx-incab-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.farmtrx-incab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}

.farmtrx-incab-images {
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.farmtrx-incab-images img {
  width: 100%;
  max-width: 160px;
  height: auto;
  border-radius: 8px;
}

.farmtrx-incab-text {
  flex: 1 1 300px;
  font-size: 18px;
  color: #002b4e;
}

.farmtrx-incab-list {
  list-style: decimal inside;
  padding-left: 0;
}

.farmtrx-incab-list li {
  margin-bottom: 16px;
  line-height: 1.6;
}

.farmtrx-incab-list li::marker {
  color: #f89922; /* bright yellow */
  font-weight: bold;
}


.farmtrx-yieldmapping-section {
  padding: 60px 0;
  background-color: #fff;
  font-family: sans-serif;
}

.farmtrx-yieldmapping-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.farmtrx-yieldmapping-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.farmtrx-yieldmapping-text {
  flex: 1 1 400px;
  font-size: 18px;
  color: #002b4e;
}


.farmtrx-yieldmapping-images {
  flex: 1 1 600px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.farmtrx-yieldmapping-images img {
  width: 90%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}





.farmtrx-section-heading {
  font-size: 28px;
  margin-bottom: 20px;
  color: #003056;
  text-align: left;
}



.farmtrx-incab-list {
  list-style: decimal inside;
  padding-left: 0;
}

.farmtrx-incab-list li {
  margin-bottom: 16px;
  line-height: 1.6;
}

.farmtrx-moisture-section .farmtrx-yieldmapping-section{
	border-bottom: 1px solid #dcdcdc;
	
}   

.farmtrx-yieldmapping-caption {
  font-size: 14px;
  font-style: italic;
  color: #555;
  text-align: center;
  margin-top: 10px;
}

.yieldpro-section {
  font-family: sans-serif;
  background-color: #fff;
  color: #002b4e;
}

/* Blue banner */
.yieldpro-banner {
  background-color: #002b4e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  gap: 20px;
}

.yieldpro-logo {
  height: 40px;
}

.yieldpro-title {
  font-size: 28px;
  margin: 0;
}

/* Intro section */
.yieldpro-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 20px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.yieldpro-intro-image {
  flex: 1 1 400px;
}

.yieldpro-intro-image img {
  width: 100%;
  border-radius: 8px;
}

.yieldpro-intro-text {
  flex: 1 1 500px;
}

.yieldpro-intro-text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.yieldpro-intro-text ul {
  padding-left: 20px;
  margin-top: 10px;
}

/* Hardware section */
.yieldpro-hardware {
  background-color: #e6f0fa;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 20px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.yieldpro-hardware-image {
  flex: 1 1 400px;
}

.yieldpro-hardware-image img {
  width: 85%;
  border-radius: 8px;
}

.yieldpro-hardware-text {
  flex: 1 1 500px;
}

.yieldpro-hardware-text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.yieldpro-hardware-text ul {
  padding-left: 20px;
  margin-top: 10px;
}

/* Technical section */
.yieldpro-technical {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 20px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.yieldpro-technical-text {
  flex: 1 1 500px;
}

.yieldpro-technical-text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.yieldpro-technical-text ul {
  padding-left: 20px;
  margin-top: 10px;
}

.yieldpro-technical-image {
  flex: 1 1 400px;
}

.yieldpro-technical-image img {
  width: 100%;
  border-radius: 8px;
}
.yieldpro-headline {
  text-align: center;
  padding: 30px 20px 10px;
}

.yieldpro-headline h3 {
  font-size: 32px;
  font-weight: 600;
  color: #f89922;
  margin: 0;
}

.yieldpro-technical {
  border-bottom: 1px solid #dcdcdc;
}

.yieldpro-caption {
  font-size: 14px;
  font-style: italic;
  color: #555;
  text-align: center;
  margin-top: 8px;
}

.yieldpro-vertical-comparison {
  background-color: #fff;
  padding: 60px 20px;
  font-family: sans-serif;
}

.yieldpro-comparison-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.yieldpro-comparison-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  color: #002b4e;
  line-height: 1.3;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #ccc;
}

.grid-corner {
  background-color: #fdd9b5;
  border-right: 1px solid #ccc;
}

.grid-header {
  background-color: #fdd9b5;
  font-weight: bold;
  text-align: center;
  padding: 16px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.grid-label {
  background-color: #dce6f0;
  font-weight: bold;
  padding: 16px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.grid-cell {
  background-color: #f7fafd;
  padding: 16px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}


.yieldpro-roadmap-section {
  background-color: #fff;
  padding: 60px 20px;
  font-family: sans-serif;
}

.yieldpro-roadmap-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.yieldpro-roadmap-title {
  font-size: 28px;
  color: #002b4e;
  margin-bottom: 20px;
}

.orange-bullets {
  list-style: none;
  padding-left: 0;
}

.orange-bullets li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.orange-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: orange;
  font-size: 20px;
  line-height: 1;
}




/** Responsive Styles **/

@media screen and (max-width: 1500px) {
    .contactleaf {
        /* top: -369px; */
    }
	.farmtrx-yieldmapping-images img, {
		width: 55%;
	}
}

@media screen and (max-width: 1430px) {
	.yieldpro-intro-image img {
		width: 60%;
		margin: 0 auto;
	}
	.yieldpro-hardware-image img {
		width: 60%;
		margin: 0 auto;}
	.yieldpro-technical-image img {
		width: 60%;
		margin: 0 auto;}
	}


@media screen and (max-width: 1280px) {

    .grid figure h2,
    .grid figure h2 span {
        font-size: 20px;
    }

    .twocols img {
        max-width: 100%;
        height: auto;
    }

    .contactleaf {
        /* top: -340px; */
    }
}



@media screen and (max-width: 1150px) {
    header .wrapper {
        padding: 3% 0px;
    }

    .wrapper {
        padding: 5% 0px;
    }

    .grid figure {
        max-width: 33%;
    }

    .contactleaf {
        max-width: 100%;
        padding: 5%;
        margin: 20px 0px;
        float: none;
        top: 0;
        right: 0;
        position: relative;
        z-index: 0;
        text-align: center;
    }

    .owltexthome {
        width: 80%;
        max-width: 100%;
        left: 50%;
    }
	
	.farmtrx-intro-section {
		
	}

}


@media (max-width: 1080px) {
	.farmtrx-intro-image, .farmtrx-howitworks-image, .farmtrx-benefits-image {margin: 0 auto; width: 90%;}
	
	.farmtrx-moisture-text {
 max-width: 100%;
}
	
	.farmtrx-moisture-hero img, .farmtrx-yieldmonitor-hero img  {width: 90%;}
	
}


@media (max-width: 900px) {
 .farmtrx-incab-row {
    flex-direction: column;
    align-items: center;
  }

  .farmtrx-incab-images {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
  }

  .farmtrx-incab-images img {
    max-width: 120px;
  }

  .farmtrx-incab-text {
    text-align: left;
    font-size: 17px;
  }
	.wave-image-lead {font-size: 40px;}
	.wave-image-text {font-size: 20px;}
	
}

@media (max-width: 869px) {
  .comparison-grid {
    display: block;
  }

  .grid-header,
  .grid-label,
  .grid-cell {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 12px 16px;
    margin-bottom: 8px;
  }

  .grid-header {
    background-color: #fdd9b5;
    font-weight: bold;
  }

  .grid-label {
    background-color: #dce6f0;
    font-weight: bold;
    margin-top: 20px;
  }

  .grid-cell {
    background-color: #f7fafd;
  }
	
	.yieldpro-logo {height:20px;}
	.yieldpro-title {font-size: 17px;

	

	
	
	
}


/* Responsive Adjustments */



@media screen and (max-width: 768px) {
    .twocols {
        max-width: 100%;
    }

    .gbtn {
        width: 100%;
        margin: 5px;
    }

    .grid figure {
        max-width: 50%;
    }
	.farmtrx-yieldmapping-images img {
		width: 80%;
	}
	.farmtrx-intro-section,
  .farmtrx-howitworks-section,
  .farmtrx-benefits-section {
    flex-direction: column;
  }

  .farmtrx-logo-image {
    max-width: 300px;
  }
	.farmtrx-intro-section {
		margin: 0 auto;
	}
	.farmtrx-intro-text {margin-top: 0px;}
	
	.wave-image-text {
		width: 85%;	
		font-size: 15px;
	}
	.wave-image-lead {
		font-size: 20px;
}
	
	.wrapper {max-width: 95%;}
}



@media screen and (max-width: 320px) {
	.farmtrx-intro-image, .farmtrx-howitworks-image, .farmtrx-benefits-image {width: 90%; border-radius: 8px;}
	.farmtrx-yieldmonitor-hero img, .farmtrx-moisture-hero img  {width: 100%;}
	.farmtrx-incab-section{padding: 0px;}
	.farmtrx-yieldmonitor-section{padding-top: 40px;}
	.yieldpro-headline h3 {font-size: 28px;}
	.yieldpro-intro-image img, .yieldpro-hardware-image img, .yieldpro-technical-image img {width: 90%;}
	.farmtrx-logo-image {max-width: 265px;}

	


 

	}



@media screen and (max-width: 600px) {
    .owl-carousel .owl-item img {
        width: 330% !important
    }
	}
	