/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/contact/chatboxpro.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.chatboxpro_overlay__DOqRl {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(2, 6, 23, 0.55);
  backdrop-filter: blur(3px);
}

.chatboxpro_chatBox__AUHkw {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 82vh;
  max-height: 82vh;
  border: 1px solid #dce1ea;
  border-radius: 16px 16px 0 0;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 55px rgba(2, 6, 23, 0.3);
}

@media (min-width: 768px) {
  .chatboxpro_chatBox__AUHkw {
    right: 24px;
    bottom: 24px;
    width: 390px;
    height: 76vh;
    max-height: 720px;
    border-radius: 18px;
  }
}

.chatboxpro_header__sn76Z {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0f1734;
  color: #ffffff;
  padding: 12px 14px;
}

.chatboxpro_headerLeft__Pm64Z {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chatboxpro_agentAvatar__NKAmH {
  font-size: 1.15rem;
}

.chatboxpro_agentName__RxPm1 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
}

.chatboxpro_agentStatus__5qCVD {
  margin: 3px 0 0;
  font-size: 0.78rem;
  color: #cbd5e1;
}

.chatboxpro_closeBtn__zhk9T {
  border: 0;
  background: transparent;
  color: #cbd5e1;
  font-size: 1rem;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  cursor: pointer;
}

.chatboxpro_closeBtn__zhk9T:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.chatboxpro_messagesArea__HbPY0 {
  height: calc(100% - 128px);
  overflow-y: auto;
  background: #f8fafc;
  padding: 14px 12px;
}

.chatboxpro_msgUser__D1uKz,
.chatboxpro_msgAgent__lSzrB {
  max-width: 85%;
  border-radius: 16px;
  font-size: 0.99rem;
  line-height: 1.45;
  padding: 9px 12px;
  margin-bottom: 12px;
}

.chatboxpro_msgUser__D1uKz {
  margin-left: auto;
  background: #b4f03a;
  color: #0f172a;
}

.chatboxpro_msgAgent__lSzrB {
  background: #ffffff;
  color: #334155;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
}

.chatboxpro_msgUser__D1uKz p,
.chatboxpro_msgAgent__lSzrB p {
  margin: 0;
}

.chatboxpro_msgTime__4WFCD {
  margin-top: 4px !important;
  font-size: 10px;
  opacity: 0.7;
}

.chatboxpro_consentBubble__ycEIV {
  margin-bottom: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  border-radius: 16px;
  padding: 11px;
  font-size: 0.74rem;
  line-height: 1.4;
  color: #334155;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
}

.chatboxpro_consentText__OE8vq {
  white-space: pre-line;
}

.chatboxpro_consentActions__ogiIY {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.chatboxpro_declineBtn__EQcm_,
.chatboxpro_acceptBtn__nmzRf {
  height: 34px;
  border-radius: 10px;
  font-size: 0.83rem;
  font-weight: 700;
  cursor: pointer;
}

.chatboxpro_declineBtn__EQcm_ {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #334155;
}

.chatboxpro_declineBtn__EQcm_:hover {
  background: #f1f5f9;
}

.chatboxpro_acceptBtn__nmzRf {
  border: 0;
  background: #0f1734;
  color: #ffffff;
}

.chatboxpro_acceptBtn__nmzRf:hover {
  background: #0b1228;
}

.chatboxpro_typingIndicator__nLynw {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #ffffff;
  border-radius: 16px;
  padding: 8px 10px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
}

.chatboxpro_typingIndicator__nLynw span {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #94a3b8;
  animation: chatboxpro_typingPulse__bS_9t 1.05s infinite ease-in-out;
}

.chatboxpro_typingIndicator__nLynw span:nth-child(2) {
  animation-delay: 0.12s;
}

.chatboxpro_typingIndicator__nLynw span:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes chatboxpro_typingPulse__bS_9t {
  0%,
  80%,
  100% {
    transform: scale(0.75);
    opacity: 0.55;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.chatboxpro_inputArea__UVBBM {
  height: 64px;
  border-top: 1px solid #e2e8f0;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
}

.chatboxpro_inputIcon__X_xsH {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: #eef2f7;
  color: #64748b;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.chatboxpro_inputArea__UVBBM input {
  height: 38px;
  flex: 1;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 0.92rem;
  color: #0f172a;
  outline: none;
}

.chatboxpro_inputArea__UVBBM input:focus {
  border-color: #64748b;
}

.chatboxpro_inputArea__UVBBM input::-moz-placeholder {
  color: #94a3b8;
}

.chatboxpro_inputArea__UVBBM input::placeholder {
  color: #94a3b8;
}

.chatboxpro_sendBtn__SFF4e {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 0;
  background: #0f1734;
  color: #ffffff;
  cursor: pointer;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.chatboxpro_sendBtn__SFF4e:hover {
  background: #0b1228;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/contact/contactwidget.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/********************************************
 *   WIDGET FLOATING BUTTON
 ********************************************/

.contactwidget_widgetContainer__G73Qt {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 9999;
}

.contactwidget_mainBtn__cLcm9 {
  background: #0066cc;
  color: white;
  border: none;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  transition: all 0.25s ease;
}

.contactwidget_mainBtn__cLcm9:hover {
  transform: scale(1.05);
}

.contactwidget_open__95EX7 {
  background: #003d80;
}

/********************************************
 *   EXPANDED MENU
 ********************************************/

.contactwidget_menu__rZCo6 {
  position: absolute;
  bottom: 75px;
  right: 0;
  background: white;
  border-radius: 16px;
  padding: 12px;
  width: 220px;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  border: 1px solid #e5e7eb;
}

.contactwidget_menuOpen___VBnq {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.contactwidget_item__3qkVB {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
  color: #0a1a2a;
  font-size: 0.95rem;
  border: 0;
  background: transparent;
  text-align: left;
  transition: 0.2s ease;
}

.contactwidget_item__3qkVB:hover {
  background: #f1f5f9;
}

/********************************************
 *   FAQ MODAL
 ********************************************/

.contactwidget_faqOverlay__Wsyai {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.contactwidget_faqBox__hvnZG {
  background: white;
  width: 90%;
  max-width: 500px;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  position: relative;
  animation: contactwidget_popin__jeXyy 0.25s ease;
}

@keyframes contactwidget_popin__jeXyy {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contactwidget_faqClose__4Fjcr {
  position: absolute;
  right: 14px;
  top: 14px;
  background: transparent;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  color: #475569;
}

.contactwidget_faqTitle__GC38h {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a1a2a;
  margin-bottom: 14px;
}

.contactwidget_faqItem__3jqON {
  margin-bottom: 14px;
}

.contactwidget_faqItem__3jqON strong {
  color: #0066cc;
  display: block;
  margin-bottom: 4px;
}

/********************************************
 *   CHAT MODAL RELATED (EverestChatBox)
 *   These styles only ensure spacing compatibility
 ********************************************/

