.elementor-5053 .elementor-element.elementor-element-e294bf9{width:var( --container-widget-width, 103.857% );max-width:103.857%;--container-widget-width:103.857%;--container-widget-flex-grow:0;}.elementor-5053 .elementor-element.elementor-element-631bb31{margin-top:17px;margin-bottom:0px;}.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-5053 .elementor-element.elementor-element-67e5cf8{text-align:center;}.elementor-5053 .elementor-element.elementor-element-67e5cf8 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:53px;font-weight:600;color:#000000;}.elementor-5053 .elementor-element.elementor-element-ab69bef{width:var( --container-widget-width, 140.781% );max-width:140.781%;--container-widget-width:140.781%;--container-widget-flex-grow:0;}.elementor-5053 .elementor-element.elementor-element-ab69bef > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(min-width:768px){.elementor-5053 .elementor-element.elementor-element-8474741{width:17%;}.elementor-5053 .elementor-element.elementor-element-52b3473{width:65.332%;}.elementor-5053 .elementor-element.elementor-element-cf37146{width:17%;}}/* Start custom CSS for html, class: .elementor-element-a533d6e *//* ===============================
   SECTION BASE
================================ */
/* ===============================
   HERO SECTION BACKGROUND
================================ */

.aa-hero-final {
  position: relative;
  overflow: hidden;

  /* Background image */
  background-image: url('/wp-content/uploads/2026/01/background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Soft white overlay for readability (Figma-style) */
.aa-hero-final::before {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(255, 255, 255, 0.82); /* soft wash */
  z-index: 0;
}

/* Make sure content stays above overlay */
.aa-hero-final > * {
  position: relative;
  z-index: 1;
}


/*.aa-hero-final {
  padding: 90px 0;
  
  background: url('/wp-content/uploads/2026/01/background.jpg') center/cover no-repeat;
    display: flex;
  
}*/



.aa-hero-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 24px;

  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 100px;
  align-items: start;
  
}

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

.aa-hero-content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 18px;
}

.aa-hero-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: -1.5px;
  color: #000;
  margin-bottom: 28px;
}

.aa-hero-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: px;
  max-width: 520px;
}

/* ===============================
   BUTTONS (UNCHANGED)
================================ */

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

.aa-btn {
  padding: 14px 28px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: 0.25s;
  margin-top:10px;
 
}

.aa-btn--blue {
  background: #3B6FF5;
  color: #fff;
  
}

.aa-btn.is-active {
  background: #E1C233;
  color: #fff;
  
}

/* ===============================
   IMAGE LAYOUT (KEY FIX)
================================ */

.aa-hero-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 60px 80px;
  align-items: center;
}

/* Individual control */
.fan-top {
  grid-column: 1 / 2;
  grid-row: 1;
  margin-top: 140px;

}

.fan-middle {
  grid-column: 2 / 3;
  grid-row: 1;
  margin-top: 200px;
  margin-left:-60px;
}

.fan-bottom {
  grid-column: 1 / 3;
  grid-row: 2;
  justify-self: center;
  
  margin-top: -120px;
  margin-left: 80px;

}

.fan {
 
  display: block;
}
.elementor img {
 max-width: 150%;   
}

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

/*@media (max-width: 767px) {
  .aa-hero-wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .aa-hero-images {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .fan-bottom {
    grid-column: auto;
  }
}*/

/* ===============================
   HERO – MOBILE IMAGE FIX
   =============================== */

@media (max-width: 767px) {
    
  .fan-bottom {
    grid-column: auto;
  }
    
  .aa-hero-wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  /* Hero section spacing */
  .aa-hero-final {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  

  /* Reduce image container width */
  .aa-hero-images {
   grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
    max-width: 320px; /* controls overall image scale */
    margin: 40px auto 0;
  }

  /* Individual fan images */
  .aa-hero-images img {
    width: 100%;
    max-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
  }

  /* If images are absolutely positioned */
  .aa-hero-images .fan-img {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e294bf9 *//* ===============================
   SECTION BASE
================================ */

.aa-benefits-v2 {
  padding: 20px 0;
  background: #ffffff;
}

.aa-benefits-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

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

.aa-benefits-title {
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 80px;
}

/* ===============================
   CARDS LAYOUT
================================ */

.aa-benefits-cards {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 72px;
}

/* ===============================
   CARD
================================ */

.aa-benefit-card {
  width: 386.67px;
  padding: 40px;
  border: 1px solid #467FF7;
  background: #ffffff;
  box-sizing: border-box;
}

.aa-benefit-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}

.aa-benefit-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.76);
  margin: 0;
}

/* ===============================
   CTA
================================ */

.aa-benefits-cta {
  text-align: center;
}

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

@media (max-width: 1200px) {
  .aa-benefits-cards {
    flex-wrap: wrap;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .aa-benefits-title {
    font-size: 36px;
    margin-bottom: 48px;
  }

  .aa-benefit-card {
    width: 100%;
    max-width: 420px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a18087 *//* ===============================
   SECTION BASE
================================ */

.aa-engineered-section {
  padding: 30px 0;
  background: #f5f5f5;
}

.aa-engineered-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===============================
   FULL-WIDTH HEADING
================================ */

.aa-engineered-heading {
  font-family: 'Jost', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin-bottom: 80px;
}

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

.aa-engineered-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;

}

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

.aa-engineered-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.76);
  margin-top:30px;
  margin-bottom: 20px;
  max-width: 560px;
}

.aa-engineered-content .aa-btn {
  margin-top: 24px;
}

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

.aa-engineered-image {
  text-align: center;

}

.aa-engineered-image img {
  max-width: 190px;
  width: 100%;
  height: auto;
  display: inline-block;
}

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

@media (max-width: 992px) {
  .aa-engineered-heading {
    font-size: 36px;
    margin-bottom: 48px;
  }

  .aa-engineered-row {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .aa-engineered-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .aa-engineered-image {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0595f7 *//* ===============================
   PRODUCTS SECTION BASE
================================ */

.aa-products-section {
  padding: 30px 0;
  background: #ffffff;
}

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

/* ===============================
   TITLE
================================ */

.aa-products-title {
  font-family: 'Jost', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
  color: #000;
}

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

.aa-product-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 120px;
  align-items: center;
  margin-bottom: 120px;
}

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

/* ===============================
   PRODUCT CONTENT (JOST)
================================ */

.aa-product-content {
  font-family: 'Jost', sans-serif;
  color: #000;
}

.aa-product-label {
  display: block;
  font-size: 28px;
  font-weight: 400;
  color: #000;
 
  margin-bottom: 4px;
}

.aa-product-name {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.aa-product-subtitle {
  font-size: 28px;
  font-weight: 400;
  margin: 20px 0 8px;
  color: #000;
}

.aa-product-text {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-bottom: 8px;
  
}

.aa-product-content .aa-btn {
  margin-top: 20px;
}

/* ===============================
   PRODUCT IMAGE CARD
================================ */
/*
.aa-product-image {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 40px;
 
  text-align: center;
}

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

*/

/* ===============================
   PRODUCT IMAGE FRAME (FIGMA FIX)
================================ */

.aa-product-image {
  border: 1px solid #d9d9d9;
  border-radius: 20px;

  /* KEY FIXES */
      padding: 60px;
      margin-left: -50px;
    margin-right: -50px;
    min-height: 470px;
                /* Figma-style spacious frame */
         /* Makes the box visually larger */
  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;
}

/* Image itself stays smaller */
.aa-product-image img {
  max-width: 300px;           /* Image smaller than frame */
  width: 100%;
  height: auto;
}


/* ===============================
   FINAL CTA
================================ */

.aa-products-cta {
  text-align: center;
  margin-top: 40px;
}

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

@media (max-width: 992px) {
  .aa-product-row,
  .aa-product-row.reverse {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .aa-products-title {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .aa-product-content {
        text-align:center;    
   }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2efd3d *//* ===============================
   SYSTEM INTEGRATION SECTION
================================ */

.aa-system-section {
  padding: 40px 0;
  color: #ffffff;

  /* Wider background area */
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);

  background: radial-gradient(
    circle at top right,
    #5f5f5f 0%,
    #2f2f2f 35%,
    #000000 70%
  );
}


/* ===============================
   CONTAINER (WIDE)
================================ */

.aa-system-container {
  max-width: 1600px;   /* was 1480px */
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}


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

.aa-system-title {
  font-family: 'Jost', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}

.aa-system-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255,255,255,0.85);
 
  margin: 0 auto 96px;
}

/* ===============================
   CARDS GRID (CENTERED FIXED CARDS)
================================ */

.aa-system-cards {
  display: grid;
  grid-template-columns: repeat(3, 386.6667px); /* FIGMA WIDTH */
  gap: 56px;
  justify-content: center;
  margin-bottom: 96px;
}

/* ===============================
   CARD (FIGMA-EXACT)
================================ */

.aa-system-card {
  width: 386.6667px;
  height: 347px;
  padding: 40px;
  gap: 22px;

  border: 1px solid #467FF7;
  background: transparent;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  max-width: 100%;
}


/* ===============================
   ICON
================================ */

.aa-system-icon {
  width: 48px;
  height: auto;
}

/* ===============================
   CARD TEXT
================================ */

.aa-system-card h3 {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.aa-system-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

/* ===============================
   FOOTER TEXT
================================ */

.aa-system-footer {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255,255,255,0.85);
  
  margin: 0 auto 56px;
}

/* ===============================
   CTA
================================ */

.aa-system-cta {
  text-align: center;
}

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

@media (max-width: 1280px) {
  .aa-system-cards {
    grid-template-columns: repeat(2, 386.6667px);
  }
}

@media (max-width: 900px) {
  .aa-system-cards {
    grid-template-columns: 386.6667px;
  }
}

@media (max-width: 480px) {
  .aa-system-container {
    padding: 0 20px;
  }

  .aa-system-card {
    width: 100%;
    height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7dd9ba7 *//* =========================================================
   HYDRATE SECTION – FULL STYLES (Figma Matched)
   ========================================================= */

.hydrate-section {
  background: #ffffff;
  padding: 40px 20px;
}

.hydrate-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.hydrate-title {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}

/* Content layout */
.hydrate-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Intro text */
.hydrate-intro {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: #000000;
  max-width: 620px;
  margin-bottom: 32px;
}

/* Tick item */
.hydrate-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 620px;
  min-height: 154px;
  padding: 10px 0;
}

.hydrate-item + .hydrate-item {
  border-top: 1px solid #d9d9d9;
}

/* Tick icon */
.hydrate-item-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.hydrate-item-icon img {
  width: 100%;
  display: block;
}

/* Tick text */
.hydrate-item-content strong {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
}

.hydrate-item-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 6px 0 0;
}

/* Image */
.hydrate-right img {
  max-width: 120%;
  height: auto;
  display: block;
}

/* CTA buttons */
.hydrate-cta {
 
  justify-content: center;
  gap: 4px;
  margin-top: 17px;
  flex-wrap: wrap;
}

/* Global button style */
.aa-btn {
  background: #4f7df3;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-top:-30px;
}

.aa-btn:hover,
.aa-btn.active {
  background: #e5d443;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 900px) {
  .hydrate-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hydrate-title {
    font-size: 32px;
    line-height: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8066d49 *//* ===============================
   CTA SECTION
================================ */

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

.aa-cta-inner {
  max-width: 1800px;
  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-ab69bef */@media (max-width: 768px) {

 .hbspt-form
 {
    width:97%;
    margin-left:10px;
 }
}/* End custom CSS */
/* Start custom CSS *//* 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 */


/* Prevent any horizontal overflow */

   

/* Remove default margins from all sections */


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

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

/* Elementor wrapper safety */


.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;
}
html, body {
  overflow-x: hidden;
  overflow-y: visible !important;
}

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