.contact-section {
  padding: 120px 0 80px;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 3rem;
  text-align: center;
}

.contact-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: #34bec1;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 1.2rem;
}

.contact-details h5 {
  color: #2c3e50;
  margin-bottom: 5px;
}

.contact-details p {
  color: #666;
  margin: 0;
}

.cal-iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 15px;
}
