/* Contact Page Custom Styles */

/* Contact Grid Layout */
.contact-grid {
  display: grid;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0rem 1rem;
  grid-template-columns: 1fr;
  align-items: start;
}

.contact-info {
  padding: 0rem;
  background-color: #ffffff00;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0%);
  font-family: 'AntartidaMedium', sans-serif;
  color: #374151;
}
@media (min-width: 768px) {
  .contact-grid {
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  grid-template-columns: 1fr 1fr;
  }
      
    /* Contact Info Section */
    .contact-info {
      padding: 2rem;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      font-family: 'AntartidaMedium', sans-serif;
      color: #374151;
    }
}


.contact-info h2 {
  color: #4b0082;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.contact-info p {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.contact-info i {
  margin-right: 0.75rem;
  color: #f79e1b;
}

/* Contact Form Section */
.contact-form {
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-family: 'AntartidaMedium', sans-serif;
}

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

.contact-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #4b0082;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
  font-family: sans-serif;
  
  #productQuoteForm
  input, #productQuoteForm textarea, #productQuoteForm select {
    width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: sans-serif;
};
  
#productQuoteForm
  input, #productQuoteForm textarea, #productQuoteForm select {
    width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: sans-serif;
};
}

.contact-form textarea {
  resize: vertical;
}

.alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  font-weight: bold;
}
.alert.success {
  background-color: #d4edda;
  color: #155724;
  text-align: center;
}
.alert.error {
  background-color: #f8d7da;
  color: #721c24;
}


/* Google Map Styling */
.map-container {
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin: 2rem auto;
  width: 90%;
}

/* Responsive Section Heading */
.section-heading {
  font-size: 2rem;
  color: #4b0082;
  font-family: 'AntartidaBold', sans-serif;
  margin-bottom: 1rem;
}

/* Override Section Subtext */
.section-subtext {
  color: #6b7280;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 2rem auto;
}
