/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/contact/contact.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.contact_contactPage__FCuFZ {
  min-height: 100vh;
}

.contact_heroSection__b0yNL {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  padding: 6rem 2rem 4rem;
  text-align: center;
}

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

.contact_heroTitle__hHMaF {
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 1rem;
  font-family: var(--font-gotham);
}

.contact_heroSubtitle__d_LQk {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
}

.contact_contentSection__iI9Ne {
  padding: 4rem 2rem;
}

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

.contact_contactInfo__tLfCb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  margin-bottom: 4rem;
}

.contact_infoCard__W8BJG {
  background: #f9fafb;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
}

.contact_infoCard__W8BJG h2 {
  font-size: 1.5rem;
  color: var(--primary-blue);
  margin-bottom: 1rem;
}

.contact_infoCard__W8BJG p {
  font-size: 1.1rem;
  color: #374151;
  line-height: 1.6;
}

.contact_mapFormSection__B3qwP {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  gap: 3rem;
  margin-top: 2rem;
  align-items: stretch;
}

.contact_mapContainer__n5NEL {
  width: 100%;
  display: flex;
}

.contact_mapLoading__uZKg6 {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f4f8 0%, #f0f9fc 100%);
  border-radius: 12px;
}

.contact_mapLoadingSpinner__pDikB {
  color: var(--primary-blue);
  font-size: 1rem;
  font-weight: 500;
}

.contact_mapMock__YxgZH {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: linear-gradient(135deg, #e8f4f8 0%, #f0f9fc 100%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_mapBackground__EPZpj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}

.contact_mapGrid__u8SCD {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
}

.contact_mapStreet1__ESzOO {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(0, 0, 0, 0.15);
  transform: rotate(-5deg);
}

.contact_mapStreet2__TbKvP {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60%;
  width: 4px;
  background: rgba(0, 0, 0, 0.15);
  transform: rotate(-2deg);
}

.contact_mapMarker__yUq_8 {
  position: relative;
  z-index: 2;
  animation: contact_bounce__gh7hI 2s infinite ease-in-out;
}

@keyframes contact_bounce__gh7hI {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.contact_mapAddress__dRleG {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  text-align: center;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.contact_mapAddress__dRleG strong {
  color: var(--primary-blue);
  font-size: 1rem;
}

.contact_mapAddress__dRleG span {
  color: #6b7280;
  font-size: 0.9rem;
}

.contact_contactForm__Vi8nM {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: #f9fafb;
  border-radius: 12px;
}

.contact_contactForm__Vi8nM h2 {
  font-size: 2rem;
  color: var(--primary-blue);
  margin-bottom: 1.5rem;
}

.contact_form__wCApJ {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact_formGroup__H34fb {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact_formGroup__H34fb label {
  font-size: 1rem;
  font-weight: 400;
  color: #374151;
}

.contact_formInput__8r1_n,
.contact_formTextarea__TJnb5 {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  font-family: var(--font-gotham);
  color: #374151;
  background: white;
  transition: border-color 0.3s ease;
}

.contact_formInput__8r1_n:focus,
.contact_formTextarea__TJnb5:focus {
  outline: none;
  border-color: var(--primary-blue);
}

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

.contact_submitButton__eh3p5 {
  padding: 0.875rem 2rem;
  background: var(--primary-blue);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-self: flex-start;
}

.contact_submitButton__eh3p5:hover:not(:disabled) {
  background: var(--secondary-blue);
}

.contact_submitButton__eh3p5:disabled {
  background: #9ca3af;
  cursor: not-allowed;
  opacity: 0.7;
}

.contact_successMessage__uaYVk {
  padding: 0.875rem 1rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 8px;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  border: 1px solid #10b981;
}

.contact_errorMessage__rcfq6 {
  padding: 0.875rem 1rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 8px;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  border: 1px solid #ef4444;
}

@media (max-width: 968px) {
  .contact_mapFormSection__B3qwP {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .contact_mapMock__YxgZH {
    min-height: 350px;
  }
  
  .contact_contactForm__Vi8nM {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .contact_heroSection__b0yNL {
    padding: 4rem 1.5rem 3rem;
  }

  .contact_heroTitle__hHMaF {
    font-size: 2.5rem;
  }

  .contact_heroSubtitle__d_LQk {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .contact_contentSection__iI9Ne {
    padding: 3rem 1.5rem;
  }

  .contact_contactInfo__tLfCb {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }

  .contact_infoCard__W8BJG {
    padding: 1.75rem;
  }

  .contact_infoCard__W8BJG h2 {
    font-size: 1.35rem;
  }

  .contact_infoCard__W8BJG p {
    font-size: 1rem;
  }

  .contact_mapFormSection__B3qwP {
    gap: 2rem;
  }

  .contact_mapMock__YxgZH {
    min-height: 320px;
  }

  .contact_mapAddress__dRleG {
    bottom: 1.5rem;
    padding: 0.85rem 1.25rem;
    max-width: 90%;
  }

  .contact_mapAddress__dRleG strong {
    font-size: 0.95rem;
  }

  .contact_mapAddress__dRleG span {
    font-size: 0.85rem;
  }

  .contact_contactForm__Vi8nM {
    padding: 1.75rem;
  }

  .contact_contactForm__Vi8nM h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .contact_heroSection__b0yNL {
    padding: 3rem 1rem 2.5rem;
  }

  .contact_heroTitle__hHMaF {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .contact_heroSubtitle__d_LQk {
    font-size: 1rem;
  }

  .contact_contentSection__iI9Ne {
    padding: 2.5rem 1rem;
  }

  .contact_contactInfo__tLfCb {
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .contact_infoCard__W8BJG {
    padding: 1.5rem;
  }

  .contact_infoCard__W8BJG h2 {
    font-size: 1.25rem;
  }

  .contact_infoCard__W8BJG p {
    font-size: 0.95rem;
  }

  .contact_mapFormSection__B3qwP {
    gap: 1.75rem;
  }

  .contact_mapMock__YxgZH {
    min-height: 280px;
  }

  .contact_mapMarker__yUq_8 svg {
    width: 40px;
    height: 40px;
  }

  .contact_mapAddress__dRleG {
    bottom: 1rem;
    padding: 0.75rem 1rem;
  }

  .contact_mapAddress__dRleG strong {
    font-size: 0.9rem;
  }

  .contact_mapAddress__dRleG span {
    font-size: 0.8rem;
  }

  .contact_contactForm__Vi8nM {
    padding: 1.5rem;
  }

  .contact_contactForm__Vi8nM h2 {
    font-size: 1.5rem;
  }
}


