.elementor-582 .elementor-element.elementor-element-0674dc2{--display:flex;}@media(min-width:768px){.elementor-582 .elementor-element.elementor-element-0674dc2{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-93b78fc */.bb-footer-pro {
  background: #00a060;
  color: #ffffff;
  padding: 70px 20px 0;
  font-size: 15px;
}

.bb-footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 50px;
}

/* Headings */
.bb-footer-pro h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

/* Paragraph */
.bb-footer-pro p {
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
}

/* Links */
.bb-footer-pro ul {
  list-style: none;
  padding: 0;
}

.bb-footer-pro ul li {
  margin-bottom: 12px;
}

.bb-footer-pro ul li a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: all 0.3s ease;
}

.bb-footer-pro ul li a:hover {
  color: #ffffff;
  padding-left: 6px;
}

/* Social Icons */
.bb-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.15);
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.bb-social a:hover {
  background: #ffffff;
  color: #00a060;
  transform: translateY(-3px);
}

/* Newsletter Wrapper */
.bb-newsletter {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

/* Input Field */
.bb-newsletter input {
  flex: 1;
  min-width: 0;
  padding: 8px;
  border: none;
  outline: none;
  border-radius: 6px 0 0 6px;
  font-size: 10px;
}

/* Button */
.bb-newsletter button {
  white-space: nowrap;   /* prevents text breaking */
  padding: 12px 18px;
  border: none;
  background: #ffffff;
  color: #00a060;
  font-weight: 600;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 110px;   /* ensures proper width */
}

.bb-newsletter button:hover {
  background: #e6e6e6;
}

/* Desktop fix */
@media (min-width: 992px) {
  .bb-newsletter {
    flex-wrap: nowrap;
  }
}



/* Payment Icons */
.bb-payments img {
  height: 24px;
  margin-right: 10px;
  margin-top: 10px;
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}

/* Bottom */
.bb-bottom {
  margin-top: 60px;
  padding: 20px 0;
  text-align: center;
  background: rgba(0,0,0,0.1);
  font-size: 14px;
  color: rgba(255,255,255,0.9);
}

/* Mobile */
@media (max-width: 768px) {
  .bb-footer-pro {
    text-align: center;
  }

  .bb-newsletter {
    flex-direction: column;
  }

  .bb-newsletter input,
  .bb-newsletter button {
    border-radius: 4px;
    margin-bottom: 8px;
  }
}/* End custom CSS */