.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #4b0082;
  margin-bottom: 0.5rem;
  padding-top: 110px;
}

/* Hero Header */

.hero {
  background-image: url("images/Demo/header-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding: 6rem 0;
  text-align: center;
  margin-top: 70px;
  /* height: 100%; */
}

.card-demo {
  padding: 1px;
}

.contact-options {
  padding: 80px;
  height: 100%;
}

.option-card {
  padding: 1.5rem;
  border-left: 4px solid rgba(63, 6, 163, 1);
  background-color: rgba(63, 6, 163, 0.07);
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
}

.icon-wrapper {
  width: 50px;
  height: 50px;
  background-color: rgba(63, 6, 163, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-card h5 {
  margin-bottom: 0.25rem;
  font-weight: bold;
  color: rgba(63, 6, 163, 1);
}

.option-card a,
.option-card p {
  color: rgba(63, 6, 163, 0.9);
  text-decoration: none;
  margin-bottom: 0;
}

.social-section {
  margin-top: 3rem;
  padding-top: 1rem;
  text-align: center;
}

.social-section h6 {
  font-weight: bold;
  margin-bottom: 1rem;
  color: rgba(63, 6, 163, 1);
}

/* Social buttons */
.social-btn {
  border: 1px solid rgba(63, 6, 163, 0.8);
  color: rgba(63, 6, 163, 1);
  background-color: rgba(63, 6, 163, 0.07);
  transition: all 0.3s ease;
}

.social-btn:hover {
  background-color: rgba(63, 6, 163, 1);
  color: white;
  border-color: rgba(63, 6, 163, 1);
}

@media (max-width: 991.98px) {
  .hero h1 {
    padding-top: 100px;
    font-size: 2rem;
    line-height: 1.4;
  }

  .hero p {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}

@media (max-width: 767.98px) {
  .hero h1 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .hero p {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

@media (max-width: 767.98px) {
  .hero h1 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .hero p {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

/* Extra small screens */
@media (max-width: 576px) {
  .hero h1 {
    font-size: 1.7rem;
  }

  .hero p {
    font-size: 0.8rem;
  }
}

.contactus-title {
  color: #010002;
  font-size: 40px;
  font-weight: 700;
  padding-top: 80px;
}

.para {
  font-size: 17px;
}

@media (max-width: 991.98px) {
  .contactus-title {
    font-size: 2rem;
  }

  .para {
    font-size: 1.05rem;
  }
}

@media (max-width: 767.98px) {
  .contactus-title {
    font-size: 1.8rem;
  }

  .para {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .contactus-title {
    font-size: 1.6rem;
  }

  .para {
    font-size: 0.95rem;
  }
}

.contact-hero .lead {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

/* Contact Info */

.contact-info {
  padding-top: 150px;
}

.social-links {
  margin-top: 1.5rem;
}

.social-links h5 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.social-links a {
  display: inline-block;
  color: #4b0082;
  margin-right: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.social-links a:hover {
  text-decoration: underline;
}

/* Form Styling */
.form-card {
  background: white;
  border-radius: 1rem;
  /* box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06); */
}

.form-label {
  font-weight: 600;
}

.btn-purple {
  background-color: #4b0082;
  border: none;
  color: white;
  transition: background-color 0.3s ease;
}

.btn-purple:hover {
  background-color: #36105f;
  color: white;
}

/* Responsive */
@media (max-width: 767px) {
  .contact-hero {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section-title {
    font-size: 2rem;
  }

  .contact-info {
    margin-bottom: 2rem;
  }
}
