
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #111;
  overflow-x: hidden;
}

/* ==================== CONTACT HERO SECTION ==================== */
.contact-hero {
 position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  background:
    linear-gradient(rgba(10, 10, 10, 0.35), rgba(10, 10, 10, 0.35)),
    url("heroImage.webp") center center/cover no-repeat;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.10), transparent 25%);
  z-index: 1;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 15, 35, 0.35);
  z-index: 2;
}

.contact-hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  color: #fff;
  animation: fadeUp 0.8s ease;
}

.contact-hero-tag {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.1;
  color: #ffffff;
}

.contact-hero-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  max-width: 650px;
  margin: 0 auto;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==================== CONTACT SECTION ==================== */
.contact {
  padding: 100px 40px;
  background: #ffffff;
  position: relative;
}

.contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 123, 255, 0.2), transparent);
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 50px;
  margin-bottom: 60px;
}

/* ==================== CONTACT INFO ==================== */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateX(10px);
  border-color: #007bff;
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.1);
}

.info-icon {
  width: 50px;
  height: 50px;
  background: #007bff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.info-icon svg {
  width: 24px;
  height: 24px;
  color: white;
}

.info-card:hover .info-icon {
  background: #0056b3;
  transform: scale(1.1);
}

.info-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}

.info-content p {
  font-size: 1rem;
  color: #007bff;
  font-weight: 500;
  margin-bottom: 4px;
}

.info-content span {
  font-size: 0.85rem;
  color: #888;
  line-height: 1.5;
}

/* ==================== CONTACT FORM ==================== */
.contact-form-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  font-size: 1rem;
  color: #333;
  background: #f8f9fa;
  transition: all 0.3s ease;
  font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #007bff;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #adb5bd;
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  padding-right: 45px;
}

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

/* ==================== BUTTONS ==================== */
.button-group {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 180px;
}

.submit-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.email-btn {
  background: #007bff;
  color: white;
}

.email-btn:hover {
  background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
}

.email-btn:hover svg {
  transform: translateX(5px);
}

.whatsapp-btn {
  background: #25D366;
  color: white;
}

.whatsapp-btn:hover {
  background: #128C7E;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover svg {
  transform: scale(1.1);
}

.submit-btn:active {
  transform: translateY(0);
}

/* ==================== MAP ==================== */
.map-container {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}

.map-container:hover iframe {
  filter: grayscale(0%);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .contact-hero-content h1 {
    font-size: 3rem;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-info {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .info-card {
    flex: 1;
    min-width: 250px;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    min-height: 35vh;
    padding: 80px 20px 50px;
  }

  .contact-hero-content h1 {
    font-size: 2.5rem;
  }

  .contact-hero-content p {
    font-size: 1rem;
  }

  .contact {
    padding: 60px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    padding: 30px;
  }

  .info-card {
    min-width: 100%;
  }

  .button-group {
    flex-direction: column;
  }

  .submit-btn {
    width: 100%;
  }

  .map-container {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .contact-hero {
    min-height: 28vh; /* smaller height */
    padding: 70px 15px 40px; /* less top & bottom space */
  }

  .contact-hero-tag {
    font-size: 0.7rem;
    letter-spacing: 1px;
    padding: 6px 12px;
  }

  .contact-hero-content h1 {
    font-size: 1.7rem; /* slightly smaller */
  }

  .contact-hero-content p {
    font-size: 0.9rem;
  }

  .contact-form-wrapper {
    padding: 25px;
  }

  .map-container {
    height: 220px;
    border-radius: 12px;
  }
}