.elementor-5293 .elementor-element.elementor-element-fb28faa > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-5293 .elementor-element.elementor-element-fb28faa > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5293 .elementor-element.elementor-element-c5fcea7{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-c5fcea7 *//* ===============================
   SECTION
================================ */
.aa-moisture-hero {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: url('https://adaptiveagriculture.ca/wp-content/uploads/2026/01/background.jpg')
    center / cover no-repeat;
  overflow: hidden;
}

/* WHITE GRADIENT OVERLAY */
.aa-moisture-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.88) 45%,
    rgba(255, 255, 255, 0.88) 70%,
    rgba(255, 255, 255, 0.88) 100%
  );
  z-index: 1;
}

/* ===============================
   INNER CONTAINER
================================ */
.aa-moisture-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* ===============================
   TEXT CONTENT
================================ */
.aa-moisture-content h1 {
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #000;
}

.aa-moisture-content h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #000;
}

.aa-moisture-content p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
  color: #333;
  max-width: 620px;
}

/* ===============================
   BUTTONS
================================ */
.aa-btn-group {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}

/* ===============================
   IMAGE COMPOSITION (FIX)
================================ */
.aa-accessories-images {
  position: relative;
  width: 100%;
  height: 520px; /* controls overlap space */
  
}

.aa-accessories-img {
  position: absolute;
  max-width: 100%;
  height: auto;
  display: block;
      margin-top: 100px;
}

/* top black cable */
.aa-accessories-img.img-top {
  top: 0;
  right: 60px;
  width: 62%;
  z-index: 2;
}

/* bottom blue cable */
.aa-accessories-img.img-bottom {
  bottom: 0;
  right: 0;
  width: 85%;
  z-index: 1;
}

/* ===============================
   RESPONSIVE FIXES
================================ */
@media (max-width: 991px) {
  .aa-moisture-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .aa-accessories-images {
    height: 420px;
    margin-top: 32px;
  }

  .aa-accessories-img.img-top {
    right: 50%;
    transform: translateX(50%);
    width: 65%;
  }

  .aa-accessories-img.img-bottom {
    right: 50%;
    transform: translateX(50%);
    width: 90%;
  }

  .aa-moisture-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .aa-moisture-hero {
    padding: 70px 0;
  }

  .aa-moisture-content h1 {
    font-size: 30px;
  }

  .aa-btn-group {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===============================
   GLOBAL SAFETY
================================ */
body {
  overflow-x: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a62def1 *//* SECTION */
.aa-featured-products {
  padding: 100px 0;
  background: #fff;
}

.aa-featured-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* TITLE */
.aa-section-title {
  text-align: center;
  font-size: 36px;
  margin-top: -40px;
  color: #000;
}  

.aa-section-text {
margin-bottom: 60px;
text-align: center;
}

/* PRODUCT ROW */
.aa-product-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 100px;
}

.aa-product-row.reverse {
  grid-template-columns: 1fr 1fr;
}

.aa-product-row.reverse .aa-product-image {
  order: 2;
}

.aa-product-row.reverse .aa-product-content {
  order: 1;
}

/* IMAGE CARD */
.aa-product-image {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.aa-product-image img {
  max-width: 100%;
  height: auto;
}

/* CONTENT */
.aa-product-label {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.aa-product-content h3 {
  font-size: 28px;
  margin: 8px 0 24px;
  color: #000;
}

.aa-product-content h5 {
  font-size: 16px;
  margin: 24px 0 8px;
  color: #000;
}

.aa-product-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px;
}

/* FEATURES LIST */
.aa-feature-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 32px;
}

.aa-feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #444;
}

.aa-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-weight: bold;
}

/* FOOTER TEXT */
.aa-featured-footer {
  text-align: center;
  font-size: 14px;
  color: #444;
  margin-top: 40px;
}

/* CTA */
.aa-cta-center {
  text-align: center;
  margin-top: 32px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .aa-product-row,
  .aa-product-row.reverse {
    grid-template-columns: 1fr;
  }

  .aa-product-row.reverse .aa-product-image,
  .aa-product-row.reverse .aa-product-content {
    order: initial;
  }

  .aa-section-title {
    font-size: 30px;
    margin-bottom: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f18f461 *//* SECTION */
.aa-benefits {
  padding: 60px 0;
  background: radial-gradient(
      circle at center,
      rgba(255,255,255,0.08),
      rgba(0,0,0,0.85)
    ),
    linear-gradient(180deg, #1e1e1e, #0f0f0f);
  color: #fff;
}

/* CONTAINER */
.aa-benefits-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

/* HEADINGS */
.aa-benefits-title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 12px;
}

.aa-benefits-subtitle {
  font-size: 17px;
  color: #d0d0d0;
  max-width: 760px;
  margin: 0 auto 60px;
}

/* GRID */
.aa-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

/* CARD */
.aa-benefit-card {
  border: 1px solid rgba(80, 140, 255, 0.6);
  padding: 42px 32px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.15);
}

.aa-benefit-card img {
  width: 42px;
  height: auto;
  margin-bottom: 18px;
}

.aa-benefit-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.aa-benefit-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #d5d5d5;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .aa-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .aa-benefits {
    padding: 80px 0;
  }

  .aa-benefits-title {
    font-size: 32px;
  }

  .aa-benefits-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d142a0e *//* SECTION */
.aa-automation-new {
  padding: 60px 0;
  background: #fff;
}

.aa-automation-container-new {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* TITLE */
.aa-automation-title-new {
  text-align: center;
  font-size: 36px;
  margin-bottom: 70px;
  color: #000;
}

/* GRID */
.aa-automation-grid-new {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

/* IMAGE */
.aa-automation-image-new img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* CONTENT */
.aa-automation-content-new p {
  font-size: 16px;
  line-height:34px;
  color: #444;
  margin-bottom: 18px;
  max-width: 560px;
  
}

.aa-automation-content-new h3 {
  font-size: 22px;
  margin: 32px 0 12px;
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .aa-automation-grid-new {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .aa-automation-title-new {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .aa-automation-content-new p {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .aa-automation-new {
    padding: 70px 0;
  }

  .aa-automation-title-new {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce664e4 *//* SECTION */
.aa-automation-section {
  background: #fff;
  padding: 60px 0;
  color: #000;
}

/* CONTAINER */
.aa-automation-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* TOP HEADING */
.aa-automation-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 80px;
}

.aa-automation-header h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}

.aa-automation-header p {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 150%;
  color: #000;
}

/* GRID */
.aa-automation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* LEFT CONTENT */
.aa-automation-content {
  max-width: 520px;
}

/* AUTOMATION ITEM */
.aa-automation-item {
  padding: 26px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

/* ITEM HEADER (CHECK + TITLE) */
.aa-automation-item-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

/* CHECK ICON */
.aa-automation-check {
  gap: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

/* ITEM TITLE */
.aa-automation-item-head h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  color: #000;
}

/* ITEM DESCRIPTION */
.aa-automation-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: #333;
  margin: 0 0 0 0px; /* indent under heading */
}

/* BUTTON FIX */
.aa-btn-primary {
  display: inline-block;
  margin-top: 40px;
  padding: 14px 32px;
  background: #4f7cff;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
}

/* BUTTON */


/* IMAGE */
.aa-automation-image {
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.aa-automation-image img {
  max-width: 560px;
  width: 100%;
  height: auto;
}

.in-bin
{
    margin-top: 30px;
}
/* RESPONSIVE */

/* FORCE DESKTOP GRID */
@media (min-width: 992px) {
  .aa-automation-grid {
    display: grid !important;
    grid-template-columns: 1.1fr 0.9fr !important;
    align-items: center !important;
  }

  .aa-automation-content {
    grid-column: 1 / 2;
  }

  .aa-automation-image {
    grid-column: 2 / 3;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
  }

  .aa-automation-image img {
    max-width: 560px;
    width: 100%;
    height: auto;
  }
  
    .aa-automation-header {
    margin-bottom: 60px;
  }
  
 


}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc12df2 *//* SECTION */
.aa-why-section {
  background: #fff;
  padding: 50px 0;
  color: #000;
}

/* CONTAINER */
.aa-why-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* HEADER */
.aa-why-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 90px;
}

.aa-why-header h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 18px;
}

.aa-why-header p {
  font-size: 18px;
  line-height: 150%;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

/* GRID */
.aa-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* IMAGE */
.aa-why-image {
  display: flex;
  justify-content: center;
}

.aa-why-image img {
  max-width: 620px;
  width: 100%;
  height: auto;
}

/* CONTENT */
.aa-why-content {
  max-width: 620px;
}

/* ITEM */
.aa-why-item {
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.aa-why-title {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 24px;

  font-weight: 500;
  margin-bottom: 6px;
}

.aa-check {
  font-size: 20px;
  color: #000;
}

.aa-why-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  font-family: 'Poppins', sans-serif;
  color: #333;
  margin: 0;
}

/* BUTTON */
.aa-why-btn {
  display: inline-block;
  margin-top: 36px;
  padding: 14px 34px;
  background: #4f7cff;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .aa-why-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .aa-why-header {
    margin-bottom: 60px;
  }

  .aa-why-image {
    order: -1;
  }

  .aa-why-image img {
    max-width: 420px;
  }
}

@media (max-width: 575px) {
  .aa-why-header h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a8184e *//* ===============================
   CTA SECTION
================================ */

.aa-cta-section {
  width: 100%;
  padding: 60px 20px;
  background: radial-gradient(
    ellipse at center,
    #4a4a4a 0%,
    #1f1f1f 45%,
    #000000 100%
  );
}
.aa-today{
    
    color: #D6C432;
}

.aa-cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* ===============================
   HEADING
================================ */

.aa-cta-heading {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 28px;
  text-align: center;
}

/* ===============================
   PARAGRAPH
================================ */

.aa-cta-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #e6e6e6;
  margin: 0 auto 48px auto;
  text-align: center;
}

/* ===============================
   BUTTON
================================ */

.aa-cta-btn {
  display: inline-block;
  padding: 16px 38px;
  background-color: #4f7df3;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
 
}

.aa-cta-btn:hover {
  background-color: #3b66d9;
  transform: translateY(-1px);
}


/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .aa-cta-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .aa-cta-text {
    font-size: 16px;
    line-height: 22px;
  }

  .aa-cta-section {
    padding: 70px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23b73c1 */h2
{
  text-align: center;
  font-size:48px;
  font-family: 'Jost', sans-serif;
    font-weight:600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43b27d3 */.frameclass
{
    margin-left:200px;
margin-right:200px;
}

@media (max-width: 768px) {

 .hbspt-form
 {
    width:97%;

 }
 .frameclass
{
    margin-left:10px;
margin-right: 2px;
}
}/* End custom CSS */
/* Start custom CSS *//* ==================================================
   GLOBAL: Remove gaps between sections (safe)
   ================================================== */
   
   /* =========================================
   ELEMENTOR BOXED SECTION OVERRIDE (GLOBAL)
   ========================================= */

/* Remove Elementor boxed padding for HTML-based sections */

/* Fix Elementor / header 100vw overflow on mobile */


.elementor-section.elementor-section-boxed {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Make inner container full width */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Ensure custom hero sections span full width */
.hero {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Prevent any horizontal overflow */
html, body {
  overflow-x: hidden;
}

   

/* Remove default margins from all sections */


.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding:0;
    margin: 0;
  
}

/* Elementor wrapper safety */





/* =========================================
   Adaptive Agriculture – Global Button Style
   ========================================= */

.aa-btn {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;

  background-color: #4f7df3; /* BLUE */
  color: #ffffff;

  transition: background-color 0.25s ease, color 0.25s ease;
  
  pointer-events: auto !important;
  position: relative;
  z-index: 10;
}

/* Hover → Yellow */
.aa-btn:hover {
  background-color: #e3cf3a; /* YELLOW */
  color: #ffffff;
}

/* Selected / Active → Yellow */
.aa-btn.is-active {
  background-color: #e3cf3a;
  color: #ffffff;
}
a.aa-btn,
a.aa-btn span,
a.aa-btn:hover,
a.aa-btn.is-active,
a.aa-btn.is-active:hover {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .elementor-section,
  .elementor-container,
  .elementor-column {
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Kill 100vw issues */
  [style*="100vw"] {
    max-width: 100%;
    width: 100% !important;
  }
  
  html,
body {
  overflow-x: hidden;
}

}/* End custom CSS */