.book-call-btn {
  padding: 10px;
  background: #70af69;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  width: 150px;
  text-align: center;
}

.appointment-section {
  padding: 80px 10%;
}

.appointment-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}

.appointment-info h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.appointment-info p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.appointment-info ul {
  list-style: none;
  padding: 0;
}

.appointment-info ul li {
  margin-bottom: 12px;
  font-size: 15px;
}

@media (max-width: 900px) {
  .appointment-container {
    grid-template-columns: 1fr;
  }

  .appointment-info {
    text-align: center;
    padding-left: 10px;
  }
}

.bold-let {
  font-weight: bold;
}

.timezone-note {
  font-size: 14px;
  color: #666;
  margin: 10px 0 20px;
}

.appointment-section a.book-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 16px;
  background-color: #70af69;
  color: #ffffff;

  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  width: 150px;
}

.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

/* Fix ALL icons */
i[class^="fa-"],
i[class*=" fa-"] {
  font-style: normal !important;
}

/* Solid icons */
.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

/* Brands icons (WHATSAPP FIX 🔥) */
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

i {
  font-family: inherit;
}


