.elementor-21 .elementor-element.elementor-element-d4bf025{--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:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-71f4aa3 */@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;900&family=Barlow:wght@400;500&display=swap');

  .dun-footer {
    background: black;
    border-top: 1px solid rgba(116,229,73,0.12);
    padding: 3rem 2.5rem 2rem;
    font-family: 'Barlow', sans-serif;
  }

  .dun-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(116,229,73,0.08);
    color: white;
  }

  .dun-footer-logo img {
    width: 160px;
    height: auto;
    display: block;
    margin-bottom: 1.2rem;
  }

  .dun-footer-tagline {
    font-size: 0.9rem;
    color: white;
    line-height: 1.7;
    max-width: 260px;
  }

  .dun-footer-tagline strong {
    color: #e8f0e5;
    font-weight: 500;
  }

  .dun-footer-col-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }

  .dun-footer-col-title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: white;
  }

  .dun-footer-links {
    
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }

  .dun-footer-links li a {
    font-size: 0.9rem;
    color: white ;
    text-decoration: none;
    transition: color 0.2s;
    font-family: 'Barlow', sans-serif;
  }

  .dun-footer-links li a:hover {
    color: #74e549;
  }

  .dun-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    text-decoration: none;
    transition: color 0.2s;
  }

  .dun-footer-contact-item:hover .dun-footer-contact-text {
    color: #74e549;
  }

  .dun-footer-contact-icon {
    width: 32px;
    height: 32px;
    background: rgba(116,229,73,0.08);
    border: 1px solid rgba(116,229,73,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .dun-footer-contact-icon svg {
    width: 14px;
    height: 14px;
    fill: #74e549;
  }

  .dun-footer-contact-text {
    font-size: 0.9rem;
    color: white;
    font-family: 'Barlow', sans-serif;
    transition: color 0.2s;
  }

  .dun-footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .dun-footer-copy {
    font-size: 0.8rem;
    color: #8aab8a;
    opacity: 0.6;
  }

  .dun-footer-badge {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #74e549;
    border: 1px solid rgba(116,229,73,0.3);
    padding: 0.3rem 0.8rem;
  }

  @media (max-width: 768px) {
    .dun-footer-inner {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .dun-footer-bottom {
      flex-direction: column;
      text-align: center;
    }

    .dun-footer-logo img {
      width: 130px;
    }
  }/* End custom CSS */