/* Contact Us Page */

html.dark-theme-html .mt-4.rounded-2xl.bg-white.border {
  background-color: #1a1a1a !important;
  border-color: #404040 !important;
}

.modern-btn {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: black;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.modern-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.modern-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.chatbot-widget {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.chatbot-window {
  width: 400px;
  max-width: 95vw;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(47, 63, 147, 0.18);
  overflow: hidden;
  display: none;
  flex-direction: column;
  margin-bottom: 12px;
}

.scroll_word_wrapper {
  display: inline-block;
  overflow: hidden;
  height: 105px;
  position: relative;
  vertical-align: top;
}

.scroll_word_wrapper1 {
  display: inline-block;
  overflow: hidden;
  height: 641px;
  position: relative;
  vertical-align: top;
}

.scroll_word_inner1 {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  transition: transform 0.6s ease-in-out;
}

.scroll_word_inner {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}

.scroll_word_inner span {
  font-size: 89px;
  height: 105px;
  line-height: 120%;
  white-space: nowrap;
  align-items: center;
}

.scroll_word_inner span img {
  min-height: 40px;
  align-self: baseline;
}

.scroll_word_wrapper1 span.item {
  display: flex;
  align-items: center;
}
