.page-content h1{
  font-size: 1.7rem;
  margin-bottom: 10px;
  line-height: 2.2rem;
}
.page-content h2{
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 2.0rem;
}
.page-content h3{
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.6rem;
}

[data-bs-theme="dark"] .page-title {
  background: url("../img/pages/header-dark.png") no-repeat center center;
}

[data-bs-theme="light"] .page-title {
  background: url("../img/pages/header-light.png") no-repeat center center;
}

/* Dropdown icon rotation */
.dropdown-icon {
  transition: transform 0.2s ease;
}

.dropdown-hover.open .dropdown-icon {
  transform: rotate(180deg);
}

/* Theme-specific styles for form-wizard-numbered section */
[data-bs-theme="dark"] #form-wizard-numbered {
  background-color: #40435d;
  box-shadow: inset 0 8px 15px rgba(0, 0, 0, 0.3);
}

[data-bs-theme="light"] #form-wizard-numbered {
  background-color: #d6e1eb;
  box-shadow: inset 0 8px 15px rgba(0, 0, 0, 0.12);
}

.member-logos{
  margin-top: 5px;
}
.footer-text-ojk{
  font-size: 0.8rem !important;
}
.fc-header{
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  padding: 20px 17px !important;
}
.chat-fc-form-outer{
  border-radius: 15px !important;
}
.fc-form{
  border-radius: 15px !important;
}
#chat-fc-email, #chat-fc-name{
  border-radius: 8px !important;
  padding: 10px 12px !important;
}

#chat-fc-email:focus, #chat-fc-name:focus{
  box-shadow: none !important;
  font-size: 12px !important;
}
.chat-fc-form label{
  font-weight: 600 !important;
  font-size: 13px !important;
}
.chat-fc-form-outer div.fc-form a.fc-button{
  border-radius: 15px !important;
}