.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-5157 .elementor-element.elementor-element-82c9ccc{text-align:center;}.elementor-5157 .elementor-element.elementor-element-82c9ccc .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:48px;font-weight:600;color:#000000;}.elementor-5157 .elementor-element.elementor-element-fe2dd38{width:var( --container-widget-width, 116.698% );max-width:116.698%;--container-widget-width:116.698%;--container-widget-flex-grow:0;}@media(min-width:768px){.elementor-5157 .elementor-element.elementor-element-c4756ff{width:15%;}.elementor-5157 .elementor-element.elementor-element-01592a6{width:69.333%;}.elementor-5157 .elementor-element.elementor-element-0f61ee9{width:15%;}}/* Start custom CSS for html, class: .elementor-element-259daa7 *//* ===============================
   HEATER HERO SECTION
   =============================== */

.aa-heater-hero {
  position: relative;
  padding: 60px 20px 60px;
  background-image: url("/wp-content/uploads/2026/01/backgroun-heater.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Soft white overlay like Figma */
.aa-heater-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 1;
}

.aa-heater-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* ===============================
   FRAME 44 – TEXT
   =============================== */

.aa-heater-content h1 {
  font-family: "Jost", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 14px;
}

.aa-heater-content h2 {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #467FF7;
  margin-bottom: 30px;
}

.aa-heater-content p {
  max-width: 920px;
  margin: 0 auto 18px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2b2b2b;
}

/* ===============================
   FRAME 51 – BUTTON ROW
   =============================== */

.aa-heater-actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.aa-pill-btn {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #4F86F7;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

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

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

@media (max-width: 767px) {

  .aa-heater-hero {
    padding: 90px 16px 70px;
  }

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

  .aa-heater-content h2 {
    font-size: 18px;
  }

  .aa-heater-content p {
    font-size: 15px;
  }

  .aa-pill-btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63948e5 *//* ===============================
   FLAGRO PRODUCTS SECTION
   =============================== */

.aa-flagro-products {
  background: #ffffff;
 padding-top:    60px;

}

.aa-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: -90px;
}

.aa-section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #000;
}

/* ===============================
   PRODUCT BLOCK
   =============================== */

.aa-product-block {
  margin-bottom: 100px;
}

.aa-product-header {
  text-align: center;
  margin-bottom: 60px;
  margin-top:50px;
}

.aa-product-label {
  display: block;
  font-size: 24px;
  color: #00000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.aa-product-header h3 {
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

/* ===============================
   PRODUCT ROW
   =============================== */

.aa-product-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.aa-product-row.reverse {
  direction: rtl;
}
.aa-product-row.reverse > * {
  direction: ltr;
}

/* PRODUCT DIVIDER */
/* PRODUCT DIVIDER */
.aa-product-divider {
  border: none;
  height: 1px;
  background-color: #E0E0E0;

  /* spacing above & below divider */
  margin: 80px 0;

  /* prevent mobile overflow */
  width: 100%;
}


/* ===============================
   CONTENT
   =============================== */

.aa-price-label {
  color: #4f7cff;
  font-weight: 600;
}

.aa-price {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 20px;
  color: #000;
}
.aa-price-text {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 20px;
  color: #000;
}

.aa-product-spec {
  font-weight: 600;
  margin-bottom: 20px;
}

.aa-feature-list {

  padding: 10;
  margin: 20px 0;
}

.aa-feature-list li {
  margin-bottom: 10px;
  color: #444;
}

.aa-note {
  color: #666;
  margin-top: 15px;
}

.aa-btn-group {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ===============================
   IMAGE
   =============================== */
 
 

.aa-product-image img {
  display: block;
  max-width: 100%;
}

.aa-product-image-last img {
  display: block;
  width:120%;
  margin-left:-40px;
  max-width:120% !important;
}


/* ===============================
   TABLE
   =============================== */

.aa-size-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.aa-size-table th {
  background: #4f7cff;
  color: #fff;
  padding: 12px;
}

.aa-size-table td {
  padding: 12px;
  background: #f6f6f6;
  color: #000;
  width:50%;
  text-align:center;
}

.aa-product-content ul{
  /* list-style-image: url('/wp-content/uploads/2026/01/bullet-icon.png');*/
    
  /* Optional: Provide a fallback in case the image doesn't load */
}

/* RESET DEFAULT LIST */
.aa-feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
 
}

/* EACH LIST ITEM */
.aa-feature-list li {
  display: flex;
  align-items: flex-start;   /* aligns check with first line */
  gap: 14px;                 /* space between check & text */
  margin-bottom: 14px;

  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #444;

  /* IMPORTANT: prevents horizontal scroll */
  max-width: 100%;
  
}

/* CHECK ICON */
.aa-feature-list li::before {
  
  content: "✔";
  
  flex-shrink: 0;

  font-size: 18px;
  line-height: 1;
  color: #000;

  /* precise vertical alignment like Figma */
  margin-top: 3px;
}

/* LAST ITEM NO EXTRA SPACE */
.aa-feature-list li:last-child {
  margin-bottom: 0;
}


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

@media (max-width: 900px) {
  .aa-product-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .aa-product-block {
    margin-bottom: 120px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-203d84e *//* ================================
   WHY CHOOSE ADAPTIVE – POLISH
================================ */

/* Section spacing */
.aa-why-section {
  padding: 80px 20px;
  border-top: 1px solid #f0f0f0;
}

/* Inner container */
.aa-why-inner {
  max-width: 1320px;
  margin: 0 auto;
}

/* Heading */
/* Fix heading width to match content area */
.aa-why-title {
        font-family: Jost, sans-serif;
  max-width: 1320px;   /* same as .aa-why-inner */
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;    /* safe side padding */
  font-weight:700;
  line-height: 34px;
  font-size:40px;
}


/* Grid alignment */
.aa-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
  margin-left:30px;
}

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

/* Paragraph spacing */
.aa-why-content p {
  margin-bottom: 28px;
}

.aa-why-content p:last-of-type {
  margin-bottom: 36px;
}

/* Button spacing */
.aa-why-content .aa-btn {
  margin-top: 12px;
}

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

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

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


/* ===============================
   CTA SECTION – MOBILE FIX
================================ */

/* ===============================
   WHY CHOOSE – MOBILE FIX
================================ */

@media (max-width: 768px) {

  /* Section spacing */
  .aa-why-section {
    padding: 60px 16px;
  }

  /* Heading */
  .aa-why-title {
    font-size: 28px;        /* reduce from 40px */
    line-height: 36px;     /* allow wrapping */
    padding: 0 16px;
    text-align: center;
  }

  /* Grid → stacked */
  .aa-why-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-left: 0;        /* REMOVE desktop offset */
    text-align: center;
  }

  /* Content width */
  .aa-why-content {
    max-width: 100%;
    margin: 0 auto;
  }

  /* Paragraph text */
  .aa-why-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .aa-why-content p:last-of-type {
    margin-bottom: 28px;
  }

  /* Button */
  .aa-why-content .aa-btn {
    margin: 0 auto;
    display: inline-block;
  }

  /* Image */
  .aa-why-image {
    margin-top: 32px;
  }

  .aa-why-image img {
    max-width: 100%;
  }
}

/* Extra small phones */
@media (max-width: 480px) {

  .aa-why-title {
    font-size: 24px;
    line-height: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f2e70d *//* ===============================
   CTA SECTION
================================ */

.aa-cta-section {
  width: 100%;
  padding: 100px 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-fe2dd38 */@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 */

/* 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 */

/* 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 */




.hero {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


/* =========================================
   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 */