.elementor-5336 .elementor-element.elementor-element-7ad9730{--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;}.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-f68e284 */<style>
  /* Footer Styles */
  footer {
    background-color: #0a0a0a;
    padding: 100px 0 30px;
    position: relative;
    width: 100%;
  }
  
  .footer-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
  }
  
  .footer-info h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #FFFFFF;
    font-weight: 600;
  }
  
  .footer-info p {
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 1rem;
  }
  
  .contact-info {
    margin-top: 30px;
  }
  
  .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #FFFFFF;
  }
  
  .contact-item a:hover {
    opacity: 0.8;
  }
  
  .contact-icon {
    margin-right: 15px;
    opacity: 0.8;
  }
  
  .footer-links h4 {
    font-size: 1.3rem;
    margin-bottom: 30px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 15px;
    color: #FFFFFF;
    font-weight: 600;
  }
  
  .footer-links h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #ffffff;
  }
  
  .footer-links ul {
    list-style: none;
  }
  
  .footer-links li {
    margin-bottom: 15px;
  }
  
  .footer-links a {
    color: #FFFFFF;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
  }
  
  .footer-links a:hover {
    color: #FFFFFF;
    transform: translateX(5px);
    opacity: 0.8;
  }
  
  .footer-newsletter h4 {
    font-size: 1.3rem;
    margin-bottom: 30px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 15px;
    color: #FFFFFF;
    font-weight: 600;
  }
  
  .footer-newsletter h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #ffffff;
  }
  
  .newsletter-form {
    position: relative;
    margin-top: 20px;
  }
  
  .newsletter-form input {
    width: 100%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border-radius: 3px;
    font-family: inherit;
    font-size: 0.95rem;
    margin-bottom: 15px;
  }
  
  .newsletter-form input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
  }
  
  .newsletter-form button {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 12px 20px;
    font-size: 0.95rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
  }
  
  .newsletter-form button:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
  
  .footer-bottom {
    width: 100%;
    max-width: 1400px;
    margin: 70px auto 0;
    padding: 30px 60px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer-copyright {
    color: #FFFFFF;
    font-size: 0.9rem;
    opacity: 0.7;
  }
  
  .social-links {
    display: flex;
    gap: 20px;
  }
  
  .social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    transition: all 0.3s ease;
  }
  
  .social-link:hover {
    background-color: #FFFFFF;
    color: #000000;
    transform: translateY(-3px);
  }
  
  /* Responsive Styles for Footer */
  @media (max-width: 1200px) {
    .footer-container,
    .footer-bottom {
      padding: 0 40px;
    }
  }
  
  @media (max-width: 992px) {
    .footer-container,
    .footer-bottom {
      padding: 0 30px;
    }
    
    .footer-container {
      grid-template-columns: 1fr 1fr;
      gap: 50px;
    }
    
    .footer-info {
      grid-column: span 2;
    }
  }
  
  @media (max-width: 768px) {
    .footer-container,
    .footer-bottom {
      padding: 0 20px;
    }
    
    .footer-container {
      grid-template-columns: 1fr;
      gap: 40px;
      text-align: center;
    }
    
    .footer-info {
      grid-column: span 1;
    }
    
    .contact-item {
      justify-content: center;
    }
    
    .footer-links h4,
    .footer-newsletter h4 {
      display: inline-block;
    }
    
    .footer-links h4::after,
    .footer-newsletter h4::after {
      left: 50%;
      transform: translateX(-50%);
    }
    
    .footer-bottom {
      flex-direction: column;
      gap: 30px;
    }
    
    .social-links {
      justify-content: center;
    }
  }
  
  @media (max-width: 576px) {
    .footer-container,
    .footer-bottom {
      padding: 0 15px;
    }
  }
</style>

<!-- Footer -->
<footer>
  <div class="footer-container">
    <div class="footer-info">
      <h3>OMNIA TATTOO STUDIO</h3>
      <p>Melbourne's premier tattoo studio, where artistic vision meets world-class craftsmanship. Our team of talented tattoo artists specialises in a wide range of styles, from intricate fine line work to bold traditional designs.</p>
      <div class="contact-info">
        <div class="contact-item">
          <div class="contact-icon">
            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z"></path><circle cx="12" cy="10" r="3"></circle></svg>
          </div>
          <div>252 Bay St, Port Melbourne</div>
        </div>
        <div class="contact-item">
          <div class="contact-icon">
            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg>
          </div>
          <div><a href="tel:+61394621651" style="text-decoration: none; color: #FFFFFF; transition: opacity 0.3s ease;">(03) 9462 1651</a></div>
        </div>
        <div class="contact-item">
          <div class="contact-icon">
            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="16" x="2" y="4" rx="2"></rect><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path></svg>
          </div>
          <div><a href="mailto:info@omniatattoo.com" style="text-decoration: none; color: #FFFFFF; transition: opacity 0.3s ease;">info@omniatattoo.com</a></div>
        </div>
      </div>
    </div>
    
    <div class="footer-links">
      <h4>STYLES</h4>
      <ul>
        <li><a href="https://omniatattoo.com.au/styles/realism-tattoo/">Realism</a></li>
        <li><a href="https://omniatattoo.com.au/styles/fine-line-tattoos/">Fine Line</a></li>
        <li><a href="https://omniatattoo.com.au/styles/traditional-tattoos/">Traditional</a></li>
        <li><a href="https://omniatattoo.com.au/styles/japanese-tattoos/">Japanese</a></li>
        <li><a href="https://omniatattoo.com.au/styles/geometric-tattoos/">Geometric</a></li>
      </ul>
    </div>
    
    <div class="footer-links">
      <h4>INFORMATION</h4>
      <ul>
        <li><a href="https://omniatattoo.com.au/about-us/">About Us</a></li>
        <li><a href="https://omniatattoo.com.au/artists/">Our Artists</a></li>
        <li><a href="https://omniatattoo.com.au/tattoo-gallery/">Gallery</a></li>
        <li><a href="https://omniatattoo.com.au/tattoo-aftercare/">Tattoo Aftercare</a></li>
        <li><a href="https://omniatattoo.com.au/contact/">Contact Us</a></li>
      </ul>
    </div>
    
    <div class="footer-newsletter">
      <h4>OPENING HOURS</h4>
      <p style="color: #FFFFFF; margin-bottom: 5px;">Monday - Saturday:</p>
      <p style="color: #FFFFFF; margin-bottom: 15px;">11:00AM - 7:00PM</p>
      <p style="color: #FFFFFF;">Sunday: Open by appointments</p>
      
      <h4 style="margin-top: 30px;">JOIN THE COMMUNITY</h4>
      <form class="newsletter-form">
        <input type="email" placeholder="Your email address" required>
        <button type="submit">SUBSCRIBE</button>
      </form>
    </div>
  </div>
  
  <div class="footer-bottom">
    <div class="footer-copyright">© 2025 Omnia Tattoo Studio. All Rights Reserved.</div>
    <div class="social-links">
      <a href="https://www.instagram.com/omnia.tattoo/" class="social-link" aria-label="Instagram" target="_blank" rel="noopener">
        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" x2="17.51" y1="6.5" y2="6.5"></line></svg>
      </a>
      <a href="https://www.facebook.com/omniatattoo/" class="social-link" aria-label="Facebook" target="_blank" rel="noopener">
        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path></svg>
      </a>
      <a href="https://www.pinterest.com/omniatattoo/" class="social-link" aria-label="Pinterest" target="_blank" rel="noopener">
        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" x2="12" y1="8" y2="16"></line><line x1="8" x2="16" y1="12" y2="12"></line></svg>
      </a>
    </div>
  </div>
</footer>

<script>
  document.addEventListener('DOMContentLoaded', function() {
    // Newsletter form handling
    const newsletterForm = document.querySelector('.newsletter-form');
    
    if (newsletterForm) {
      newsletterForm.addEventListener('submit', function(e) {
        e.preventDefault();
        
        // Here you would typically send the form data to a server
        // For now, just show a success message
        const email = this.querySelector('input').value;
        
        if (email) {
          this.innerHTML = '<p style="color: #FFFFFF;">Thank you for subscribing!</p>';
        }
      });
    }
  });
</script>/* End custom CSS */