.font-ibm {
  font-family: "IBM Plex Sans", sans-serif !important;
}
.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;
}

/** Announcement Page */
.announcement-background {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 100dvh;
  height: 100vh; 
  max-height: -webkit-fill-available;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.announcement-wrapper {
  position: relative;
  height: 100dvh;
  height: 100vh;
  max-height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding: 5.75rem 1rem 1rem;
  overflow: hidden;
}
.announcement-container {
  color: #fff;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.announcement-content h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw + 0.5rem, 4rem);
  line-height: 1;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  max-width: clamp(min(calc(100% - 76px), 65%), 100%, 40vw);
  margin-inline: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.announcement-content p[data-language="id"] {
  font-size: clamp(0.7125rem, 1vw + 0.5rem, 2.25rem);
}
.announcement-content p[data-language="en"] {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 2.25rem);
}
.announcement-content p {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 2.25rem);
  font-weight: 300;
  letter-spacing: normal;
  white-space: wrap;
  max-width: 100%;
  margin-inline: auto !important;
  margin-bottom: 1rem !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.announcement-footer {
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
}
.announcement-footer .arrow-icon {
  width: 16px;
  height: 16px;
}
.announcement-footer .arrow-icon.icon-md {
  display: none;
}
.announcement-footer .footer-link-btn {
  font-size: clamp(0.875rem, 2vw, 1.5rem);
  font-weight: 700;
  padding: 0.7rem 1.75rem;
  justify-content: center;
}
.announcement-footer .footer-link {
  padding: 8px;
  border-radius: 16px;
  background: white;
}
.announcement-footer .footer-link img {
  width: 24px;
  height: 24px;
}
.announcement-footer .socmed-container {
  gap: clamp(1rem, 3vw, 1.5rem);
}
@media (max-width: 400px) {
  .announcement-content h1 {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .announcement-wrapper {
    max-width: clamp(300px, 74%, 1024px);
    margin-inline: auto
  }
}
@media (min-width: 1024px) {
  .announcement-wrapper {
    max-width: clamp(300px, 69%, 1024px);
    margin: 0;
    padding: 0 0 5% 40px;
    margin-left: 0;
    justify-content: flex-start;
  }
  .announcement-container {
    margin: 0;
    padding: 0;
    text-align: left;
    max-width: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .announcement-content h1 {
    line-height: 1;
    text-align: left;
    margin-bottom: 40px;
    max-width: 91%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-inline: 0;
    margin-left: -4px;
    font-size: clamp(2rem, 5rem, 8rem);
  }
  .announcement-content p {
    max-width: clamp(300px, 74%, 847px);
    line-height: 1.2;
    margin-inline: 0 !important;
    font-size: clamp(1.375rem, 1vw, 1.75rem);
  }
  .announcement-footer {
    margin: 0;
    padding: 0;
    max-width: clamp(300px, 85%, 917px);
  }
  .announcement-footer .footer-link-btn {
    font-weight: 500;
  }
  .announcement-footer .footer-link {
    padding: 12px;
    border-radius: 16px;
  }
  .announcement-footer .footer-link img {
    width: 24px;
    height: 24px;
  }
  .announcement-footer .arrow-icon {
    display: none;
  }
  .announcement-footer .arrow-icon.icon-md {
    display: block;
  }
  .announcement-footer .arrow-icon {
    width: 20px;
    height: 20px;
  }
  .announcement-footer-wrapper {
    flex-direction: row !important;
  }
}
@media (min-width: 1554px) {
  .announcement-content p {
    max-width: clamp(300px, 100%, 847px);
  }
}
/* Language Switcher Styles */
.language-switcher {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 100;
}

.language-dropdown {
  position: relative;
}

.language-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.language-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.flag-icon {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  object-fit: cover;
  margin-right: 6px
}

.dropdown-arrow {
  transition: transform 0.3s ease;
}

.language-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}

.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 160px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  overflow: hidden;
}

.language-dropdown.open .language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-form {
  padding: 8px 0;
}

.language-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 16px;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  transition: background 0.2s ease;
}

.language-option:hover {
  background: #f5f5f5;
}

.language-option.active {
  background: #e8f4ff;
  color: #0066cc;
  font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .language-switcher {
    top: 16px;
    left: 16px;
  }

  .language-toggle {
    padding: 6px 10px;
    font-size: 12px;
  }

  .flag-icon {
    width: 18px;
    height: 18px;
  }
}