
/* Nature Minimal Contact Styles - Contemporary, balanced, smooth */

.contact-header {
  display: flex;
  flex-wrap: wrap;
  color: #2e7d32;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.contact-logo {
  height: 52px;
  width: auto;
  filter: drop-shadow(0 0 8px rgba(76, 175, 80, 0.4));
  border-radius: 50%;
  background: #f1f8e9;
  color: #2e7d32;
  box-shadow: 0 4px 16px rgba(76, 175, 80, 0.2);
}

.contact-title {
  font-weight: 900;
  font-size: 1.7rem;
  color: #2d7d32;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 8px rgba(232, 245, 232, 0.8);
  font-family: 'Playfair Display', serif;
}

.contact-city {
  display: flex;
  align-items: center;
  color: #2e7d32;
  font-weight: 800;
  font-size: 1.08rem;
  background: #e8f5e8;
  border-radius: 18px;
  padding: 6px 18px 6px 12px;
  margin-left: 8px;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
  transition: all 0.3s ease;
  border: 2px solid #c8e6c9;
}

.contact-city svg {
  margin-right: 8px;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.contact-links > * {
  display: flex;
  align-items: center;
}

.contact-phone {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2e7d32 !important;
  background: #f1f8e9;
  font-weight: 800;
  font-size: 1.13rem;
  border-radius: 18px;
  padding: 8px 24px 8px 14px;
  box-shadow: 0 4px 16px rgba(76, 175, 80, 0.2);
  transition: all 0.3s ease;
  border: 2px solid rgba(76, 175, 80, 0.3);
  font-family: 'Inter', sans-serif;
}

.contact-phone svg {
  margin-right: 10px;
  transition: fill 0.3s ease;
}

.contact-phone:hover {
  background: #4caf50;
  color: #ffffff !important;
  box-shadow: 0 6px 24px rgba(76, 175, 80, 0.4);
  transform: translateY(-2px);
}

.contact-phone:hover svg {
  fill: #ffffff !important;
}

.contact-telegram {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #66bb6a;
  color: #fff;
  font-weight: 800;
  font-size: 1.13rem;
  border-radius: 18px;
  padding: 8px 24px 8px 14px;
  box-shadow: 0 4px 16px rgba(102, 187, 106, 0.3);
  transition: all 0.3s ease;
  border: 2px solid rgba(200, 230, 201, 0.5);
  font-family: 'Inter', sans-serif;
}

.contact-telegram svg {
  margin-right: 10px;
}

.contact-telegram:hover {
  background: #2d7d32;
  box-shadow: 0 6px 24px rgba(45, 125, 50, 0.4);
  transform: translateY(-2px);
}

.contact-info {
  font-size: 1.13rem;
  color: #2e7d32;
  border-bottom: 2px solid #e8f5e8;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.7;
  font-family: 'Inter', sans-serif;
}

.contact-info b {
  font-weight: 800;
  color: #1b5e20;
}

.contact-form-title {
  font-weight: 800;
  color: #2d7d32;
  letter-spacing: 0.7px;
  text-align: center;
  margin-top: 2.2rem;
  margin-bottom: 1.3rem;
  font-size: 1.18rem;
  font-family: 'Playfair Display', serif;
}

.contact-form .btn {
  background: #4caf50;
  border: none;
  font-weight: 800;
  font-size: 1.13rem;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(76, 175, 80, 0.3);
  border-radius: 18px;
  padding: 8px 36px;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.contact-form .btn:hover {
  background: #2d7d32;
  box-shadow: 0 6px 24px rgba(45, 125, 50, 0.4);
  transform: translateY(-2px);
}
