/* Contact Us Section Styles */

.contact-section {
  background-color: #ffffff !important;
  padding: 70px 0;
}

.contact-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.contact-section .contact-desc {
  text-align: center;
  color: #444;
  font-size: 1rem;
  margin-bottom: 36px;
}

.contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 32px;
}

.contact-section .contact-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: none;
  padding: 0 0 18px 0;
  border-top: 3px solid #7c6ae6;
  min-height: 160px;
}

.contact-section .contact-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 18px 0 8px 0;
}

.contact-section .contact-card p {
  font-size: 0.98rem;
  color: #222;
  margin-bottom: 8px;
}

.contact-section .contact-card b,
.contact-section .contact-card strong {
  font-weight: 700;
}

@media (max-width: 900px) {
  .contact-section .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
    .inventors-hero .inventors-hero-col h1{
         font-size: 42px !important;
    } 
}