/* CONTACT HERO SECTION */
.contact-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8rem 4rem 4rem;
  overflow: hidden;
  font-family: 'Space Grotesk', sans-serif;
}

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

.contact-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: 2;
}

.contact-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding-left: 2rem;
  top: 7rem;
}

.contact-subtitle {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.contact-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #e85107;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background: #e64a00;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 86, 0, 0.4);
}

.btn-contact svg {
  transition: transform 0.3s ease;
}

.btn-contact:hover svg {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1024px) {
  .contact-hero {
    padding: 6rem 3rem 3rem;
  }

  .contact-title {
    font-size: 2.5rem;
  }

  .contact-content {
    padding-left: 1rem;
    max-width: 100%;
    top: 12rem;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 5rem 2rem 2rem;
    min-height: 80vh;
  }

  .contact-content {
    padding-left: 0;
    top: 7rem;
  }

  .contact-subtitle {
    font-size: 0.9rem;
  }

  .contact-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .btn-contact {
    padding: 0.875rem 1.75rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .contact-hero {
    padding: 4rem 1.5rem 1.5rem;
    min-height: 70vh;
  }

  .contact-title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .btn-contact {
    width: auto;
  }
}

/* CONTACT DECORATION (entre containers) */
.contact-decoration-wrapper {
  position: relative;
  width: 100%;
  z-index: 3;
  pointer-events: none;
  margin: -60px 0;
  display: flex;
  justify-content: flex-start;
  left: -2px;
}

.contact-decoration {
  position: relative;
  width: 250px;
  height: auto;
  z-index: 3;
  pointer-events: none;
}

.contact-decoration img {
  width: 100%;
  height: auto;
  display: block;
}

/* CONTACT FORM SECTION */
.contact-form-section {
  background-color: #ffffff;
  padding: 4rem 0;
  font-family: 'Space Grotesk', sans-serif;
  position: relative;
  z-index: 2;
}

.contact-form-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

/* Left Column: Contact Info */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #e85107;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.contact-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #e85107;
}

.contact-main-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d0d0d;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.contact-description {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 2rem;
}


.contact-info-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.contact-info-icon {
  flex-shrink: 0;
}

.contact-info-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0d0d0d;
}

.contact-info-divider {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin: 1rem 0;
}

.contact-info-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.contact-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.contact-social-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d0d0d;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-social-icon:hover {
  background-color: #e85107;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 86, 0, 0.3);
}

.contact-social-icon svg {
  width: 24px;
  height: 24px;
}

/* Right Column: Contact Form */
.contact-form-wrapper {
  position: relative;
}

.contact-form {
  background-color: #0d0d0d;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-form-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-input:focus,
.form-textarea:focus {
  border-color: #e85107;
  background-color: rgba(255, 255, 255, 0.15);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit-btn {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #e85107;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.form-submit-btn:hover {
  background-color: #e64a00;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 86, 0, 0.4);
}

.form-submit-btn svg {
  transition: transform 0.3s ease;
}

.form-submit-btn:hover svg {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1024px) {
  .contact-form-container {
    gap: 3rem;
  }

  .contact-main-heading {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .contact-form-section {
    padding: 3rem 0;
  }

  .contact-form-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 0 1.5rem;
  }

  .contact-main-heading {
    font-size: 1.75rem;
  }

  .contact-form-wrapper {
    margin-bottom: 2rem;
  }

  .contact-form {
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .contact-form-section {
    padding: 2rem 0;
  }

  .contact-form-container {
    padding: 0 1rem;
  }

  .contact-main-heading {
    font-size: 1.5rem;
  }

  .contact-form-wrapper {
    margin-bottom: 2rem;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .contact-social-icon {
    width: 44px;
    height: 44px;
  }
}

/* OFFICES SECTION */
.offices-section {
  background-color: #f8f9fa;
  padding:  6rem 4rem 12rem 4rem;
  font-family: 'Space Grotesk', sans-serif;
  position: relative;
  z-index: 2;
}

.offices-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.offices-image {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.offices-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.offices-content {
  padding: 1rem 0;
}

.offices-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d0d0d;
  margin-bottom: 3rem;
  line-height: 1.2;
}

.office-location {
  margin-bottom: 3rem;
}

.office-location:last-child {
  margin-bottom: 0;
}

.office-location-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #e85107;
  margin-bottom: 1.5rem;
}

.office-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.office-details li {
  margin-bottom: 1rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #0d0d0d;
}

.office-details li:last-child {
  margin-bottom: 0;
}

.office-label {
  font-weight: 600;
  color: #0d0d0d;
}

.office-value {
  color: #333;
}

.office-phone {
  color: #e85107;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.office-phone:hover {
  color: #e64a00;
}

/* Responsive */
@media (max-width: 1024px) {
  .offices-container {
    gap: 3rem;
  }

  .offices-image {
    height: 450px;
  }

  .offices-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 768px) {
  .offices-section {
    padding: 5rem 0;
  }

  .offices-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 0 1.5rem;
  }

  .offices-image {
    height: 400px;
    order: 2;
  }

  .offices-content {
    order: 1;
  }

  .offices-title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }

  .office-location {
    margin-bottom: 2rem;
  }

  .contact-decoration-wrapper {
    margin: -50px 0;
    padding: 0 1.5rem;
  }

  .contact-decoration {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .offices-section {
    padding: 5rem 0;
  }

  .offices-container {
    padding: 0 1rem;
  }

  .offices-image {
    height: 300px;
  }

  .offices-title {
    font-size: 1.5rem;
  }

  .office-location-title {
    font-size: 1.1rem;
  }

  .office-details li {
    font-size: 0.95rem;
  }

  .contact-decoration-wrapper {
    margin: -40px 0;
    padding: 0 1rem;
  }

  .contact-decoration {
    width: 180px;
  }
}

