.elementor-kit-44{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-44 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===============================
   ABOUT SECTION
================================ */

.envirozone-about-section {
  padding: 80px 20px;
  background: transparent;
  font-family: 'Poppins', sans-serif;
}

.envirozone-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

/* ===============================
   IMAGE / VIDEO BOX
================================ */

.envirozone-image-box {
  position: relative;
  flex: 1;
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.video-thumb,
.video-frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-frame {
  position: absolute;
  inset: 0;
  border: none;
  display: none;
}

/* When video plays */
.envirozone-image-box.video-active .video-thumb {
  display: none;
}
.envirozone-image-box.video-active .video-frame {
  display: block;
}
.envirozone-image-box.video-active .play-btn {
  display: none;
}

/* ===============================
   PLAY BUTTON + RIPPLE
================================ */

.play-btn {
  position: absolute;
  top: 11%;
  left: 94%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #3b5bfd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}

.play-btn .ripple-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(59, 91, 253, 0.4);
  animation: ripple 3s infinite;
  z-index: -1;
}

.play-btn .ripple-circle:nth-child(2) { animation-delay: 1s; }
.play-btn .ripple-circle:nth-child(3) { animation-delay: 2s; }

@keyframes ripple {
  0%   { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(2.6); opacity: 0; }
}

/* ===============================
   CONTENT AREA
================================ */

.envirozone-content {
  flex: 1;
}

.section-tag {
  color: #3b5bfd;
  font-weight: 600;
  letter-spacing: 1px;
}

.envirozone-content h2 {
  font-size: 36px;
  margin: 15px 0;
  line-height: 1.3;
}

.envirozone-content p {
  color: #666;
  margin-bottom: 20px;
}

/* ===============================
   FEATURE LIST
================================ */

.feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.feature-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #3b5bfd;
  font-weight: bold;
}

/* ===============================
   BUTTON + CALL
================================ */

.envirozone-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}

.btn-primary {
  background: #3b5bfd;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.call-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.call-icon {
  width: 45px;
  height: 45px;
  background: #eef1ff;
  color: #3b5bfd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===============================
   STATS BOX
================================ */

.stats-box {
  position: absolute;
  right: 150px;
  bottom: -12px;   /* overlap effect */
  background: #ffffff;
  padding: 24px 30px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  text-align: center;
  min-width: 220px;
}

.stats-box h3 {
  font-size: 36px;
  color: #2f5bea;
  margin: 0;
}

.stats-box span {
  font-size: 14px;
  color: #666;
}


/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .extech-container {
    flex-direction: column;
  }

  .stats-box {
    position: static;
    margin-top: 30px;
  }
}


@media (max-width: 992px) {
  .envirozone-container {
    flex-direction: column;
    gap: 30px;
  }

  .envirozone-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .envirozone-content h2 {
    font-size: 22px;
  }

  .play-btn {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }
}

.fx-brand-section {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 60px 0;
}

.fx-title {
  max-width: 320px;
}

.fx-title span {
  color: #1b5cff;
  font-size: 13px;
  font-weight: 600;
}

.fx-title h2 {
  font-size: 32px;
  font-weight: 800;
}

.fx-slider {
  overflow: hidden;
  width: 100%;
}

.fx-track {
  display: flex;
  gap: 25px;
  width: max-content;
  animation: fxScroll 22s linear infinite;
}

.fx-card {
  min-width: 260px;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,1,0,.08);
  font-size: 16px;
  font-weight: bold;
  
}


.fx-card img{
  display: block;          /* 🔑 makes margin work */
  margin: 0 auto 10px;     /* ✅ centers horizontally */
  max-width: 200px;
}
@keyframes fxScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Mobile */
@media (max-width: 768px) {
  .fx-brand-section {
    flex-direction: column;
  }
}

.fx-slider {
  position: relative;
}

.fx-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #eef3ff;
  color: #1b5cff;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.fx-prev { left: 10px; }
.fx-next { right: 10px; }

.fx-nav:hover {
  background: #1b5cff;
  color: #fff;
}

/* Pause auto-scroll on hover */
.fx-brand-slider:hover .fx-track {
  animation-play-state: paused;
}
/* Mobile */
@media (max-width: 768px) {
  .fx-prev { left: 5px; }
  .fx-next { right: 5px; }
}

/* ===============================
   PRODUCTS
================================ */

.fx-products {
  padding: 70px 0;
  background: #f7f9fc;
  text-align: center;
}

.fx-products h2 {
  font-size: 34px;
  margin-bottom: 40px;
}

.fx-product-slider {
  position: relative;
  overflow: hidden;
}

.fx-product-track{
  display: flex;
  gap: 25px;
  will-change: transform;
}

.fx-product-card {
  width: auto;
}

.fx-product-card {
  min-width: 280px;
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  text-align: center;
}

.fx-product-card img {
  max-width: 120px;
  margin-bottom: 15px;
}

.fx-product-card h4 {
  margin-bottom: 10px;
}

.fx-view {
  background: #1b5cff;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
}

.fx-product-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3B5BFD;
  border: none;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.fx-product-prev { left: 10px; }
.fx-product-next { right: 10px; }
/* MODAL */
.fx-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}

.fx-modal-content {
  background: #fff;
  max-width: 500px;
  margin: 10% auto;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
}

.fx-close {
  float: right;
  font-size: 22px;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
  .fx-product-track {
    gap: 15px;
  }
}

.fx-product-card {
  min-width: 300px;
  max-width: 300px;
  flex-shrink: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.fx-product-card:hover {
  transform: translateY(-6px);
}

/* IMAGE AREA */
.fx-product-img {
  position: relative;
  background: #eaf1ff;
  padding: 20px;
  text-align: center;
}

.fx-product-img img {
  max-width: 180px;
}

/* TAG BADGE */
.fx-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #1b5cff;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 600;
}

/* CONTENT */
.fx-product-content {
  padding: 20px;
  text-align: left;
}

.fx-product-content h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.fx-subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.fx-tech {
  font-size: 14px;
  font-weight: 600;
  color: #1b5cff;
  margin-bottom: 15px;
}

/* BUTTON */
.fx-view {
  background: transparent;
  color: #1b5cff;
  border: 2px solid #1b5cff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 22px;
}

.fx-view:hover {
  text-decoration: underline;
}

.fx-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.fx-tech {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.fx-brochure {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1b5cff;
  text-transform: uppercase;
}

.fx-brochure:hover {
  text-decoration: underline;
}

/* BACKDROP */
.fx-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 9999;
}

/* ACTIVE */
.fx-modal.active {
  opacity: 1;
  pointer-events: auto;
}

/* BOX */
.fx-modal-box {
  background: #fff;
  width: 90%;
  max-width: 600px;
  border-radius: 14px;
  padding: 25px;
  transform: scale(0.85);
  animation: fxZoom 0.4s ease forwards;
  position: relative;
}

/* CLOSE */
.fx-close {
  position: absolute;
  right: 18px;
  top: 15px;
  font-size: 26px;
  cursor: pointer;
}

/* TITLE */
.fx-modal-box h3 {
  margin-bottom: 8px;
}

/* TABLE */
.fx-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.fx-spec-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.fx-spec-table td:first-child {
  font-weight: 600;
  width: 40%;
}

/* ANIMATION */
@keyframes fxZoom {
  to { transform: scale(1); }
}

/* MOBILE SWIPE HINT */
@media(max-width:768px){
  .fx-modal-box::after{
    content:"Swipe down to close";
    display:block;
    text-align:center;
    font-size:12px;
    color:#777;
    margin-top:10px;
  }
}

.fx-brands-header {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* TITLE */
.fx-title {
  flex: 0 0 auto;          /* ❌ no shrink, ❌ no grow */
  max-width: 320px;        /* ✅ allows 2 lines */
  line-height: 1.2;
  padding-right: 24px;
  position: relative;
}

/* VERTICAL LINE */
.fx-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 42px;
  background: rgba(0, 123, 255, 0.6);
}

/* SLIDER */
.fx-brand-slider {
  flex: 1;                 /* takes remaining space */
  min-width: 0;            /* 🔑 prevents overflow */
}

/* 📱 MOBILE: convert to horizontal line */
@media (max-width: 768px) {
  .fx-title {
    max-width: 220px;
  }

  .fx-title::after {
    height: 28px;
  }
}


i.fas {
  color: #fff;
  font-size: 24px;
}/* End custom CSS */