.elementor-163 .elementor-element.elementor-element-69fe2d13{--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-42f80c09 */.mhhf-footer {
  background: linear-gradient(135deg, #1a3a5f 0%, #2c5c8a 100%);
  color: #ffffff;
  padding: 50px 0 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  overflow: hidden;
}

.mhhf-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #4CAF50, #8BC34A);
}

.mhhf-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.mhhf-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mhhf-logo-section {
  flex: 1;
  min-width: 300px;
}

.mhhf-logo {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.header-logo-img {
  margin-left: -60px !important;
}

.mhhf-tagline {
  font-size: 16px;
  opacity: 0.9;
  max-width: 400px;
  line-height: 1.6;
}

.mhhf-cta-section {
  flex: 1;
  min-width: 300px;
  text-align: right;
}

.mhhf-cta-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.mhhf-donate-btn {
  display: inline-block;
  background: linear-gradient(to right, #4CAF50, #8BC34A);
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.mhhf-donate-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.mhhf-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mhhf-footer-section {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
  padding: 0 15px;
}

.mhhf-footer-section h3 {
  font-size: 20px;
  margin-bottom: 25px;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}

.mhhf-footer-section h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #4CAF50, #8BC34A);
}

.mhhf-footer-links {
  list-style: none;
  padding: 0;
}

.mhhf-footer-links li {
  margin-bottom: 12px;
}

.mhhf-footer-links a {
  color: #e0e0e0;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.mhhf-footer-links a:hover {
  color: #4CAF50;
  transform: translateX(5px);
}

.mhhf-footer-links i {
  margin-right: 10px;
  color: #4CAF50;
  width: 20px;
  text-align: center;
}

.mhhf-contact-info p {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.mhhf-contact-info i {
  margin-right: 15px;
  color: #4CAF50;
  width: 20px;
  text-align: center;
}

.mhhf-social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.mhhf-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mhhf-social-icons a:hover {
  transform: translateY(-5px);
  background: #4CAF50;
}

.mhhf-newsletter p {
  margin-bottom: 20px;
  color: #e0e0e0;
  line-height: 1.6;
}

.mhhf-newsletter-form {
  display: flex;
  flex-direction: column;
}

.mhhf-newsletter-form input {
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  transition: all 0.3s ease;
}

.mhhf-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.mhhf-newsletter-form input:focus {
  border-color: #4CAF50;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
  outline: none;
  background: rgba(255, 255, 255, 0.15);
}

.mhhf-newsletter-form button {
  background: linear-gradient(to right, #4CAF50, #8BC34A);
  color: white;
  border: none;
  padding: 12px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.mhhf-newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.mhhf-footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #b0b0b0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.mhhf-copyright {
  flex: 1;
  min-width: 200px;
  text-align: left;
}

.mhhf-footer-bottom-links {
  flex: 1;
  min-width: 200px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.mhhf-footer-bottom-links a {
  color: #b0b0b0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mhhf-footer-bottom-links a:hover {
  color: #4CAF50;
}

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
  .mhhf-footer-container {
    padding: 0 30px;
  }
}

@media (max-width: 992px) {
  .mhhf-footer-top {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  
  .mhhf-logo-section,
  .mhhf-cta-section {
    min-width: 100%;
    text-align: center;
  }
  
  .mhhf-cta-section {
    margin-top: 0;
  }
  
  .mhhf-tagline {
    margin: 0 auto;
  }
  
  .mhhf-footer-content {
    gap: 20px;
  }
  
  .mhhf-footer-section {
    flex: 1 1 calc(50% - 30px);
    min-width: 200px;
  }
}

@media (max-width: 768px) {
  .mhhf-footer {
    padding: 40px 0 20px;
  }
  
  .mhhf-footer-container {
    padding: 0 20px;
  }
  
  .mhhf-footer-top {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  
  .mhhf-logo {
    justify-content: center;
  }
  
  .header-logo-img {
    margin-left: 0 !important;
    max-width: 200px;
  }
  
  .mhhf-cta-title {
    font-size: 22px;
  }
  
  .mhhf-donate-btn {
    padding: 14px 28px;
    font-size: 16px;
    width: 100%;
    max-width: 280px;
  }
  
  .mhhf-footer-content {
    flex-direction: column;
    margin-bottom: 20px;
  }
  
  .mhhf-footer-section {
    flex: 1 1 100%;
    margin-bottom: 25px;
    padding: 0 10px;
    text-align: center;
  }
  
  .mhhf-footer-section h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .mhhf-footer-section h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .mhhf-footer-links a {
    justify-content: center;
  }
  
  .mhhf-contact-info p {
    justify-content: center;
  }
  
  .mhhf-social-icons {
    justify-content: center;
  }
  
  .mhhf-newsletter-form {
    max-width: 400px;
    margin: 0 auto;
  }
  
  .mhhf-footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .mhhf-copyright,
  .mhhf-footer-bottom-links {
    text-align: center;
    min-width: 100%;
  }
  
  .mhhf-footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .mhhf-footer {
    padding: 30px 0 15px;
  }
  
  .mhhf-footer-container {
    padding: 0 15px;
  }
  
  .mhhf-footer-top {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  
  .mhhf-cta-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .mhhf-donate-btn {
    padding: 12px 24px;
    font-size: 15px;
  }
  
  .mhhf-footer-section {
    margin-bottom: 20px;
  }
  
  .mhhf-footer-section h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  
  .mhhf-tagline {
    font-size: 15px;
  }
  
  .mhhf-footer-links li {
    margin-bottom: 10px;
  }
  
  .mhhf-contact-info p {
    margin-bottom: 12px;
    font-size: 15px;
  }
  
  .mhhf-social-icons {
    gap: 10px;
  }
  
  .mhhf-social-icons a {
    width: 36px;
    height: 36px;
  }
  
  .mhhf-newsletter-form input,
  .mhhf-newsletter-form button {
    padding: 10px 12px;
    font-size: 15px;
  }
  
  .mhhf-footer-bottom {
    font-size: 13px;
  }
  
  .mhhf-footer-bottom-links {
    gap: 15px;
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .mhhf-footer-section {
    min-width: 100%;
  }
  
  .mhhf-donate-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .header-logo-img {
    max-width: 180px;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  .mhhf-donate-btn:hover,
  .mhhf-social-icons a:hover,
  .mhhf-newsletter-form button:hover,
  .mhhf-footer-links a:hover {
    transform: none;
  }
  
  .mhhf-donate-btn:active,
  .mhhf-social-icons a:active,
  .mhhf-newsletter-form button:active {
    transform: scale(0.98);
  }
}/* End custom CSS */