.elementor-339 .elementor-element.elementor-element-f0b9620{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-339 .elementor-element.elementor-element-1ac3c08{width:100%;max-width:100%;}.elementor-339 .elementor-element.elementor-element-1dc480c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-339 .elementor-element.elementor-element-d6100d5{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-1ac3c08 *//* ===== NEW INDIA ENVIRO - HERO SECTION ===== */
.nie-hero{
  width:100%;
  padding: clamp(40px, 5vw, 80px) 16px;
  background: #ffffff;
  overflow: hidden;
}

.nie-hero-wrap{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(22px, 3vw, 50px);
  align-items: center;
}

/* Left */
.nie-hero-tag{
  display:inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #0b6b3a;
  background: rgba(76, 217, 100, 0.18);
  border: 1px solid rgba(76, 217, 100, 0.35);
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.nie-hero-title{
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 14px;
}

.nie-hero-title span{
  color: #18a957;
}

.nie-hero-desc{
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
  color: #334155;
  margin: 0 0 22px;
  max-width: 560px;
}

.nie-hero-actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.nie-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration:none;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nie-btn:active{
  transform: scale(0.98);
}

.nie-btn-primary{
  background: #18a957;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(24, 169, 87, 0.25);
}

.nie-btn-primary:hover{
  box-shadow: 0 18px 45px rgba(24, 169, 87, 0.32);
}

.nie-btn-outline{
  background: #ffffff;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.18);
}

.nie-btn-outline:hover{
  border-color: rgba(24, 169, 87, 0.55);
}

/* Points */
.nie-hero-points{
  display:grid;
  gap: 10px;
  margin-top: 6px;
}

.nie-point{
  display:flex;
  align-items:flex-start;
  gap: 10px;
}

.nie-dot{
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: #18a957;
  flex: 0 0 10px;
}

.nie-point p{
  margin: 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: #334155;
  font-weight: 600;
}

/* Right Image */
.nie-hero-media{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}

.nie-hero-media img{
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  filter: drop-shadow(0 30px 55px rgba(2, 8, 23, 0.12));
}

/* Responsive */
@media (max-width: 980px){
  .nie-hero-wrap{
    grid-template-columns: 1fr;
    text-align: left;
  }

  .nie-hero-desc{
    max-width: 100%;
  }

  .nie-hero-media img{
    max-width: 560px;
  }
}

@media (max-width: 520px){
  .nie-btn{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6100d5 *//* ===== PRODUCTS SECTION - NEW INDIA ENVIRO ===== */
.nie-products{
  width: 100%;
  padding: clamp(40px, 5vw, 70px) 16px;
  background: #ffffff;
}

.nie-products-wrap{
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.nie-products-head{
  margin-bottom: 28px;
}

.nie-products-head h2{
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px;
}

.nie-products-head p{
  margin: 0;
  max-width: 720px;
  color: #475569;
  font-size: 15.5px;
  line-height: 1.6;
}

/* Grid */
.nie-products-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* Card */
.nie-product-card{
  display: block;
  text-decoration: none;
  border: 2px solid rgba(76, 217, 99, 0.35);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nie-product-card:hover{
  transform: translateY(-6px);
  border-color: rgba(76, 217, 99, 0.75);
  box-shadow: 0 22px 55px rgba(2, 8, 23, 0.12);
}

/* Image */
.nie-product-img{
  width: 100%;
  background: #ffffff;
  padding: 18px 18px 0;
}

.nie-product-img img{
  width: 100%;
  height: 280px;
  object-fit: contain;
  display: block;
}

/* Info */
.nie-product-info{
  padding: 16px 18px 18px;
}

.nie-product-cat{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #18a957;
  margin-bottom: 10px;
}

.nie-product-info h3{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: #4cd963; /* Product Name GREEN */
}

.nie-product-info p{
  margin: 0;
  color: #475569;
  font-size: 14.5px;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 1020px){
  .nie-products-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px){
  .nie-products-grid{
    grid-template-columns: 1fr;
  }

  .nie-product-img img{
    height: 240px;
  }
}/* End custom CSS */