.elementor-341 .elementor-element.elementor-element-b16591f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-663b134 *//* =====================================
   NAYARA INDUSTRIES – NEW FOOTER CSS
   ===================================== */

.nf-footer {
  position: relative;
  background: #012433;
  padding: 70px 20px 25px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

/* Grid Layout */
.nf-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

/* Logo */
.nf-logo {
  width: 150px;
  margin-bottom: 18px;
}

/* About */
.nf-about {
  opacity: 0.85;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* Social Icons */
.nf-social {
  display: flex;
  gap: 12px;
}

.nf-sicon {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  color: #fff;
  font-size: 16px;
  text-decoration: none;

  transition: 0.3s ease;
}

.nf-sicon:hover {
  background: #45c8ff;
  color: #000;
  transform: translateY(-4px);
}

/* Titles */
.nf-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

/* Links */
.nf-links li,
.nf-info li {
  list-style: none;
  margin-bottom: 10px;
}

.nf-links a,
.nf-info a {
  color: #ffffff;
  opacity: 0.85;
  text-decoration: none;
  transition: 0.3s;
}

.nf-links a:hover,
.nf-info a:hover {
  color: #45c8ff;
  margin-left: 4px;
  opacity: 1;
}

/* Map */
.nf-map {
  width: 100%;
  height: 160px;
  border: none;
  border-radius: 12px;
}

/* Bottom Bar */
.nf-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 18px;
  font-size: 14px;

  border-top: 1px solid rgba(255,255,255,0.12);
  opacity: 0.85;
}

.nf-madeby {
  color: #45c8ff;
  font-weight: 600;
  text-decoration: none;
}

.nf-madeby:hover {
  text-decoration: underline;
}

/* ========================================
   FLOATING CHEMICAL RINGS (MOTION)
   ======================================== */
.nf-ring {
  position: absolute;
  width: 140px;
  height: 140px;
  border: 2px solid rgba(69,200,255,0.20);
  border-radius: 50%;
  opacity: 0.22;

  animation: nfFloat 14s infinite ease-in-out;
}

.r1 { top: 15%; left: 12%; animation-duration: 13s; }
.r2 { top: 40%; right: 10%; animation-duration: 17s; }
.r3 { bottom: 12%; left: 40%; animation-duration: 19s; }

@keyframes nfFloat {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-16px) scale(1.05); }
  100% { transform: translateY(0) scale(1); }
}/* End custom CSS */