.elementor-5873 .elementor-element.elementor-element-864bf54{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5873 .elementor-element.elementor-element-27327ba > .elementor-widget-container{margin:9px 0px 17px 0px;}.elementor-5873 .elementor-element.elementor-element-27327ba{text-align:center;}.elementor-5873 .elementor-element.elementor-element-27327ba .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:53px;font-weight:600;color:#000000;}.elementor-5873 .elementor-element.elementor-element-f022235{width:var( --container-widget-width, 140.781% );max-width:140.781%;--container-widget-width:140.781%;--container-widget-flex-grow:0;}.elementor-5873 .elementor-element.elementor-element-f022235 > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(min-width:768px){.elementor-5873 .elementor-element.elementor-element-4802df9{width:14%;}.elementor-5873 .elementor-element.elementor-element-695367f{width:71.332%;}.elementor-5873 .elementor-element.elementor-element-9b4f4e1{width:14%;}}/* Start custom CSS for html, class: .elementor-element-864bf54 */.aa-hero-about{
    position: relative;
    background: url("https://adaptiveagriculture.ca/wp-content/uploads/2026/01/perfect-areation.jpg") center/cover no-repeat;
    padding: 70px 0px;
    overflow: hidden;
}

/* soft white overlay like your design */
.aa-hero-overlay{
    position:absolute;
    inset:0;
    background: rgba(255,255,255,0.75);
}

/* container */
.aa-hero-container{
    position: relative;
    z-index:2;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    
}

/* LEFT */
.aa-hero-content{
    max-width:520px;
    margin-left:80px;
}

.aa-hero-content .aa-eyebrow{
    font-family:"Jost",sans-serif;
    font-size:56px;
    line-height:1.15;
    font-weight:600;
    margin-bottom:10px;
    color:#111;
     white-space:nowrap;
}



.aa-hero-content h2{
    font-family:"Poppins",sans-serif;
    font-size:38px;
    line-height:56px;
    font-weight:400;
    margin-bottom:30px;
    color:#111;
}

/* buttons */
.aa-hero-buttons{
    display:flex;
    gap:20px;
}

.aa-btn-yellow{
    background:#D4B11A !important;
    color:#fff !important;
}

/* RIGHT IMAGE */
.aa-hero-image img{
    max-width:520px;
    width:100%;
    height:auto;
    margin-right:80px;
}

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

@media(max-width:1024px){

    .aa-hero-content h1{
        font-size:48px;
    }
       .aa-hero-content h2{
        font-size:40px;
    }

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

@media(max-width:768px){


    .aa-hero-container{
        flex-direction:column;
        text-align:center;
        margin-left: -40px;
    }

    .aa-hero-buttons{
        justify-content:center;
    }

    .aa-hero-content .aa-eyebrow
    {
        
    font-family:"Jost",sans-serif;
    font-size:38px;
    line-height:1.15;
    font-weight:600;
    margin-bottom:10px;
    color:#111;
    white-space:nowrap;
    text-align:center;
     
    }


      .aa-hero-content h1{
        
    }
    
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fcaed0 */.aa-who{
    background:#f3f3f3;
    padding:90px 0px;
}

.aa-who-wrap{
    max-width:1200px;
    margin:auto;
    text-align:center;
}

.aa-who-title{
    font-family:"Jost",sans-serif;
    font-size:44px;
    font-weight:700;
    margin-bottom:15px;
    color:#111;
}

.aa-who-sub{
    font-family:"Poppins",sans-serif;
    font-size:20px;
    max-width:780px;
    margin:0 auto 60px;
    color:#444;
}

.aa-who-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.aa-who-card{
    background:#fff;
    padding:45px 38px;
    border-radius:28px;
    text-align:left;
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
    transition:0.3s;
}

.aa-who-card:hover{
    transform:translateY(-6px);
}

.aa-who-card h3{
    font-family:"Jost",sans-serif;
    font-size:26px;
    margin-bottom:18px;
    font-weight:600;
}

.aa-who-card p{
     font-family:"Poppins",sans-serif;
    font-size:16.5px;
    line-height:1.7;
    color:#555;
}

/* Responsive */

@media(max-width:992px){
    .aa-who-grid{
        grid-template-columns:1fr 1fr;
    }
  .aa-who-card {
        margin:10px;
    }
}

@media(max-width:600px){
    .aa-who-grid{
        grid-template-columns:1fr;
    }

    .aa-who-title
    {
        font-size:34px;
    }

    .aa-who-sub
    {
        font-size:17px;
    }
    
    .aa-who-card {
        margin:17px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e7caff */.aa-story{
    position:relative;
    background:url("https://adaptiveagriculture.ca/wp-content/uploads/2026/01/perfect-areation.jpg") center/cover no-repeat;
    padding:140px 20px;
    text-align:center;
    color:#fff;
    overflow:hidden;
}

/* Dark overlay for readability */
.aa-story-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
}

/* Content */
.aa-story-content{
    position:relative;
    max-width:900px;
    margin:auto;
    z-index:2;
}

.aa-story h2{
    font-family:"Jost",sans-serif;
    font-size:44px;
    font-weight:700;
    margin-bottom:25px;
}

.aa-story p{
    font-family:"Poppins",sans-serif;
    font-size:18px;
    line-height:1.8;
    opacity:.95;
    margin-bottom:40px;
}

/* Button */
.aa-btn{
    display:inline-block;
    background:#4c78e6;
    color:#fff;
    padding:16px 38px;
    border-radius:40px;
    font-family:Poppins;
    font-weight:500;
    text-decoration:none;
    transition:.3s;
}

.aa-btn:hover{
    background:#3f66c7;
    transform:translateY(-2px);
}

/* Responsive */

@media(max-width:768px){

    .aa-story{
        padding:100px 20px;
    }

    .aa-story h2{
        font-size:34px;
    }

    .aa-story p{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15caa4f */.aa-innovative{
  padding:90px 20px;
  background:#f5f5f5;
}

.aa-innovative-wrap{
  max-width:1200px;
  margin:auto;
}

/* TITLE */
.aa-innovative-title{
  text-align:center;
  font-family:"Jost",sans-serif;
  font-size:44px;
  font-weight:700;
  margin-bottom:60px;
}

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

/* IMAGE */
.aa-innovative-image img{
  width:100%;
  max-width:520px;
}

/* CONTENT */
.aa-innovative-content p{
  font-family:"Poppins",sans-serif;
  font-size:16px;
  line-height:1.8;
  color:#444;
  margin-bottom:18px;
}

/* BUTTON */
.aa-btn{
  display:inline-block;
  margin-top:15px;
  padding:14px 32px;
  border-radius:30px;
  font-family:"Poppins",sans-serif;
  font-size:16px;
  background:linear-gradient(90deg,#4c7cf3,#5a8df6);
  color:#fff;
  text-decoration:none;
  transition:.3s;
}

.aa-btn:hover{
  opacity:.85;
}

/* RESPONSIVE */
@media(max-width:991px){
  .aa-innovative-grid{
    grid-template-columns:1fr;
    text-align:center;
  }

  .aa-innovative-image img{
    margin:auto;
  }

  .aa-innovative-title{
    font-size:34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-079661e */.aa-summary{
  padding:90px 20px;
  text-align:center;
  color:#fff;

  /* DARK → LIGHT GRADIENT */
  background:linear-gradient(
    90deg,
    #0e0e0e 0%,
    #2a2a2a 40%,
    #4b4b4b 100%
  );
}

.aa-summary-inner{
  max-width:900px;
  margin:auto;
}

/* TITLE */
.aa-summary h2{
  font-family:"Jost",sans-serif;
  font-size:42px;
  font-weight:700;
  margin-bottom:25px;
}

/* TEXT */
.aa-summary p{
  font-family:"Poppins",sans-serif;
  font-size:20px;
  line-height:1.7;
  opacity:.95;
}

/* BLUE HIGHLIGHT */
.aa-highlight{
  color:#4c7cf3;
  font-weight:500;
}

/* RESPONSIVE */
@media(max-width:768px){
  .aa-summary h2{
    font-size:30px;
  }

  .aa-summary p{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60c82bf */.aa-timeline{
  padding:100px 0px;
  background:#f6f6f6;
}

.aa-timeline-title{
  text-align:center;
  font-family:"Jost",sans-serif;
  font-size:42px;
  margin-bottom:80px;
}

/* WRAP */
.aa-timeline-wrap{
  position:relative;
  max-width:1100px;
  margin:auto;
}

/* CENTER LINE */
.aa-timeline-wrap::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:3px;
  height:100%;
  background:#4c7cf3;
  transform:translateX(-50%);
}

/* TIMELINE ITEM */
.aa-timeline-item{
  position:relative;
  width:50%;
  margin-bottom:80px;
}

/* LEFT / RIGHT */
.aa-timeline-item.left{
  left:0;
  padding-right:70px;
}

.aa-timeline-item.right{
  left:50%;
  padding-left:70px;
}

/* YEAR BADGE — ATTACHED TO LINE */
.aa-year{
  position:absolute;
  top:10px;
  left:100%;
  transform:translate(-50%,-50%);
  background:#4c7cf3;
  color:#fff;
  font-family:"Poppins",sans-serif;
  padding:6px 14px;
  border-radius:20px;
  font-size:14px;
  font-weight:600;
  z-index:1;
  box-shadow:0 4px 10px rgba(0,0,0,.1);
}

/* For RIGHT items */
.aa-timeline-item.right .aa-year{
  left:0;
  transform:translate(-50%,-50%);
}



/* CARD */
.aa-card{
  background:#fff;
  padding:28px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.aa-card h3{
  font-family:"Jost",sans-serif;
  margin-bottom:10px;
}

.aa-card h4{
  font-family:"Jost",sans-serif;
  margin-top:18px;
  margin-bottom:6px;
}

.aa-card p{
  font-family:"Poppins",sans-serif;
  line-height:1.6;
  color:#555;
}

/* MOBILE */

@media(max-width:768px){

  .aa-timeline-wrap::before{
    left:25px;
  }

  .aa-timeline-item{
    width:100%;
    padding-left:80px !important;
    left:0 !important;
  }

  .aa-year{
    left:25px !important;
    transform:translate(-50%,-50%);
  }
  .aa-card
  {
      margin-right: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1500f7 */.aa-values {
  background:#f5f5f5;
  padding:80px 20px;
  font-family:"Poppins",sans-serif;
}

.aa-values-container {
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

.aa-values-title {
  font-family:"Jost",sans-serif;
  font-size:42px;
  font-weight:700;
  margin-bottom:10px;
  color:#111;
}

.aa-values-subtitle {
  font-size:18px;
  color:#555;
  margin-bottom:50px;
}

.aa-values-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}

.aa-value-card {
  background:#fff;
  padding:45px 30px;
  border:1px solid #467FF7;
  border-radius:0px;
  transition:0.3s ease;
}

.aa-value-card:hover {
  transform:translateY(-6px);
  box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.aa-value-card img {
  width:46px;
  margin-bottom:20px;
}

.aa-value-card h3 {
  font-family:"Jost",sans-serif;
  font-size:22px;
  margin-bottom:12px;
  font-weight:600;
}

.aa-value-card p {
  font-size:16px;
  color:#444;
  line-height:1.6;
}

@media (max-width:992px){
  .aa-values-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:600px){
  .aa-values-grid{
    grid-template-columns:1fr;
  }

  .aa-values-title{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6784e64 */.aa-partner{
  background:linear-gradient(
    90deg,
    #0f0f14 0%,
    #2a2a2f 35%,
    #5a5a5f 100%
  );
  padding:90px 20px;
  text-align:center;
  color:#fff;
}

.aa-partner-inner{
  max-width:900px;
  margin:0 auto;
}

.aa-partner h2{
  font-family:"Jost",sans-serif;
  font-size:42px;
  font-weight:700;
  margin-bottom:20px;
}

.aa-partner p{
  font-family:"Poppins",sans-serif;
  font-size:18px;
  line-height:1.7;
  opacity:.9;
  margin-bottom:40px;
}

.aa-btn{
  display:inline-block;
  background:#4c78e6;
  color:#fff;
  padding:16px 34px;
  border-radius:30px;
  font-family:"Poppins",sans-serif;
  font-size:16px;
  text-decoration:none;
  transition:.3s;
}

.aa-btn:hover{
  background:#3f66c9;
  transform:translateY(-2px);
}

/* Responsive */

@media(max-width:768px){

  .aa-partner{
    padding:70px 20px;
  }

  .aa-partner h2{
    font-size:32px;
  }

  .aa-partner p{
    font-size:16px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-381c888 */h3
{
    font-weight:500;
    font-size: 20px;
     line-height: 24px;
     letter-spacing: -0.13px;
}
.faq-wrapper {
  max-width: 900px;
  margin: auto;
  margin-bottom:80px;
}

.faq-item {
  background: #F5F5F5;
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
 
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.38px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  padding: 0 24px 24px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.icon {
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2026/01/Icon-close.png") no-repeat center / contain;
}

details[open] .icon {

  background-image: url("/wp-content/uploads/2026/01/Icon-open.png");
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f022235 */@media (max-width: 768px) {

 .hbspt-form
 {
    width:97%;
    margin-left:10px;
 }
}/* 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 */
.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-column-gap-default>.elementor-column>.elementor-element-populated 
{
    
    padding: 0px;
}
/* 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: 1;
}

/* 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;
}/* End custom CSS */