      @import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Parkinsans:wght@300..800&display=swap');
      @import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Parkinsans:wght@300..800&display=swap');

      :root {
          --primary-color: #000; 
          --secondary-color: #fff; 
          --font-family: "Fira Sans Condensed", serif;
          --heading-font-size: 2.8rem;
          --paragraph-font-size: 1.2rem;
          --line-height: 1.6; 
          --btn-padding: 12px 24px;
          --transition-speed: 0.3s; 
      }

      *,
      *::before,
      *::after {
          margin: 0;
          padding: 0;
          box-sizing: border-box !important;
      }

      html {
        overflow-x: hidden !important;
      }

      body.no-scroll {
        overflow: hidden;
        height: 100vh;
      }

      section,
      header,
      footer,
      .container,
      .container-fluid,
      .row {
        max-width: 100vw;
        overflow-x: hidden;
      }

      .main-header {
        height: 20vh;
        background-color: transparent;
        display: flex;
        align-items: center;
        width: 100%;
        z-index: 999;
        top: -20px;
        position: absolute;
        overflow-x: clip;
      }

      .logo-img {
        max-height: 12rem;
        width: auto;
      }

      .nav-link {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        font-family: "Encode Sans Condensed", sans-serif;
        font-style: normal;
        position: relative;
        transition: color 0.3s ease, text-shadow 0.3s ease;
      }

      .nav-link:hover {
        color: #fff;
        text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
        transition: color 0.3s ease, text-shadow 0.3s ease;
      }

      .lang-link {
        font-weight: 600;
        font-size: 0.95rem;
        padding: 5px 15px;
        border: 1px solid #fff;
        border-radius: 25px;
        color: #fff;
        background-color: transparent;
        transition: all 0.3s ease;
        display: inline-block;
      }

      .lang-link:hover {
        background-color: #fff;
        color: #000;
        border-color: #fff;
        text-decoration: none;
      }

      .menu-toggle {
        background: none;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 18px;
        padding: 0;
        cursor: pointer;
        z-index: 1001;
      }

      .menu-toggle span {
        display: block;
        height: 2px;
        width: 100%;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
      }

      .menu-toggle.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
      }

      .menu-toggle.active span:nth-child(2) {
        opacity: 0;
      }

      .menu-toggle.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
      }

      .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(255, 255, 255, 0.1); 
        backdrop-filter: blur(12px); 
        -webkit-backdrop-filter: blur(12px);
        transform: translateX(100%);
        transition: transform var(--transition);
        z-index: 1000;
        padding: 2rem;
      }

      .mobile-menu.active {
        transform: translateX(0);
      }

      .mobile-nav {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin-top: 7.5rem;
      }

      .mobile-link {
        font-size: 1.5rem;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 0.5rem;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      }
       
      @media (max-width: 768px) {  
        .menu-toggle {
          display: flex;
        }

        .nav-links {
          display: none !important;
        }

        .mobile-menu {
          display: block;
        }

        .logo-img {
          max-height: 12.5rem;
        }

        :root {
          --nav-height: 5rem;
        }
      }

      @media (min-width: 769px) {
        .menu-toggle {
          display: none !important;
        }

        .nav-links {
          display: flex !important;
        }

        .mobile-menu {
          display: none !important;
        }
      }

      @media (max-width: 540px) { 
      .mobile-link {
        font-size: 0.8rem;
        font-weight: 600;
      }

      .logo-img {
          max-height: 8.5rem;
        }

      }

.aurillo-footer {
  background-color: #f8f8f8;
  padding: 60px 40px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.aurillo-footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  margin-bottom: 40px;
}

.aurillo-contact-heading h3,
.aurillo-contact-connect-heading h3 {
  font-family: "Fira Sans Condensed", sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.aurillo-contact-connect-description {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #666;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.aurillo-address-block h2 {
  font-family: "Fira Sans Condensed", sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  width: 75%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.aurillo-address-block .aurillo-address {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
}

.aurillo-contact-column .aurillo-email {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #666;
  margin-bottom: 0px;
  text-decoration: none;
}
.aurillo-contact-column .aurillo-phone {
  font-family: "Encode Sans Condensed", sans-serif;
  color: #666;
  margin-bottom: 20px;
  text-decoration: none;
}

.aurillo-links-group a {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  font-family: "Encode Sans Condensed", sans-serif;
  display: block;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.aurillo-links-group a:hover {
  color: #333;
}

.aurillo-links-column h2 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-transform: uppercase;
  font-family: "Fira Sans Condensed", sans-serif;
  margin-bottom: 10px;
}

.aurillo-social-links {
  display: flex;
  gap: 15px;
}

.aurillo-social-links a {
  display: inline-block;
  font-family: "Encode Sans Condensed", sans-serif;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s;
}
.aurillo-social-links a:hover {
  background-color: #666;
  color: #fff;
}

.aurillo-contact-connect-form {
  display: flex;
  align-items: stretch; 
  gap: 0; 
  border: 1px solid #000;
  overflow: hidden;
  width: 100%;
}

.aurillo-form-group {
  flex: 1;
}

.aurillo-contact-connect-form input {
  width: 100%;
  padding: 12px;
  background: transparent;
  font-size: 14px;
  font-family: "Encode Sans Condensed", sans-serif;
  color: #000;
  border: 2px solid #000;
  outline: none;
}

.aurillo-subscribe-btn {
  background-color: #000;
  color: white;
  border: 2px solid #000;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Encode Sans Condensed", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aurillo-footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #666;
  font-size: 12px;
}

.aurillo-footer-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.aurillo-footer-bottom a {
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.aurillo-footer-origin {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .aurillo-footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .aurillo-address-block,
  .aurillo-contact-connect-column,
  .aurillo-links-column h2 {
    display: none !important;
  }


  .aurillo-contact-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .aurillo-social-links {
    justify-content: center;
  }

  .aurillo-links-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .aurillo-footer-bottom {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }

  .aurillo-footer-left,
  .aurillo-footer-origin {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

}
      .hero-section {
        height: 100vh;
        overflow: hidden;
        position: relative;
      }

      .metals-hero {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
      }

      .overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
      }

      .hero-heading {
        font-family: "Encode Sans Condensed", sans-serif;
        font-size: 2.8rem;
        letter-spacing: 1px;
      }


.contact-us-hero {
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.contact-us-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.thank-you-hero {
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.thank-you-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.thank-you-text {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Encode Sans Condensed", sans-serif;
  color: #444;
  text-align: justify;
}

.select-language {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.select-language-title {
  font-size: 1.8rem;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  max-width: 70%;
}

.select-language-subtitle {
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
  font-family: "Fira Sans Condensed", sans-serif;
}


.language-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
  margin-top: 30px;
}

.language-option {
  padding: 12px 18px;
  background-color: #fff;
  border: 2px solid #000;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.language-option:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 768px) {
  .language-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .language-grid {
    grid-template-columns: 1fr;
  }
}