.brilliant-section {
  background-color: #fff;
  margin-top: 4%;
}

.text-brilliant {
  color: #7A4FFF;
}

.contact-box {
  background-color: #f9f9f9;
}

.contact-box input {
  border-radius: 8px;
  padding: 10px;
}

.submit-btn {
  background-color: #7A4FFF;
  border: 1px solid white;
  padding: 10px;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #5e3ad9;
}
.contact-options-section {
  background-color: #fff;
}

.section-title {
  color: #1a1a1a;
}

.section-subtitle {
  color: #666;
  font-size: 0.95rem;
}

.contact-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 15px;
  transition: 0.3s ease;
  text-align: center;
  border: 1px solid #f1f1f1;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.icon-circle {
  width: 50px;
  height: 50px;
  background: #f5f2ff;
  color: #6f42c1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0 auto 15px;
}

.contact-card .btn {
  font-size: 0.85rem;
  border-radius: 20px;
  padding: 4px 16px;
}

.map-box {
  background-color: #fefefe;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .brilliant-section h2 {
    font-size: 1.75rem;
  }

  .map-box iframe {
    height: 300px;
  }

  .submit-btn {
    font-size: 16px;
  }
}
