.aromex-footer {
  padding: 60px 0 40px 0;
  background-color: #fff !important;
  color: #333;
  border-top: 1px solid #eee;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  display: block !important;
  visibility: visible !important;
  position: relative !important;
  z-index: 999 !important;
}

.aromex-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.aromex-footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  justify-content: space-between;
}

.aromex-footer .col-md-6 {
  flex: 0 0 auto;
  max-width: none;
  padding: 0;
}

.aromex-footer .col-md-5 {
  flex: 0 0 auto;
  max-width: none;
  padding: 0;
  text-align: right;
}

.aromex-footer .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

.aromex-footer .logo h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #333;
}

.aromex-footer .contact-info p {
  margin-bottom: 8px;
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}

.aromex-footer .newsletter-section {
  text-align: right;
}

.aromex-footer .newsletter-section h3 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #333;
}

.aromex-footer .newsletter-section p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.4;
}

.aromex-footer .newsletter-form {
  margin-top: 20px;
}

.aromex-footer .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.aromex-footer .form-group label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.aromex-footer .newsletter-input-container {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: flex-end;
}

.aromex-footer .form-group input[type="email"] {
  width: 250px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.95rem;
  background: #f8f9fa;
  transition: border-color 0.3s ease;
}

.aromex-footer .form-group input[type="email"]:focus {
  outline: none;
  border-color: #333;
  background: white;
}

.aromex-footer .btn-subscribe {
  background-color: #000;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.aromex-footer .btn-subscribe:hover {
  background-color: #333;
  transform: translateY(-1px);
}

.aromex-footer .social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 30px;
  padding-top: 0;
  border-top: none;
}

.aromex-footer .social-icon {
  color: #666;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ddd;
}

.aromex-footer .social-icon:hover {
  color: #333;
  background-color: #f8f9fa;
  border-color: #333;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .aromex-footer .col-md-6,
  .aromex-footer .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }

  .aromex-footer .newsletter-section {
    text-align: left;
  }

  .aromex-footer .form-group {
    align-items: flex-start;
  }

  .aromex-footer .newsletter-input-container {
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .aromex-footer .form-group input[type="email"] {
    width: 100%;
  }

  .aromex-footer .social-icons {
    justify-content: center;
    margin-top: 20px;
  }

  .aromex-footer .btn-subscribe {
    width: 100%;
  }
}

.legal-links {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    padding-top: 1rem;
    text-align: center;
}

.legal-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.legal-links li {
    margin: 0;
}

.legal-links a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.legal-links a:hover {
    color: #333;
    text-decoration: underline;
}
.aromex-footer .legal-links {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.aromex-footer .legal-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.aromex-footer .legal-links li {
    margin: 0;
    padding: 0;
}

.aromex-footer .legal-links a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.aromex-footer .legal-links a:hover {
    color: #333;
    text-decoration: underline;
}

