/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
/* =============================== */
/*        FADES FIX (TOP/BOTTOM)   */
/* =============================== */

.chatboxpro_fadeTop__OVQ9i {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(245,248,252,1), rgba(245,248,252,0));
  pointer-events: none;
}

.chatboxpro_fadeBottom__BVI5O {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  width: 100%;
  background: linear-gradient(to top, rgba(245,248,252,1), rgba(245,248,252,0));
  pointer-events: none;
}

/* =============================== */
/*         OVERLAY BACKDROP        */
/* =============================== */
.chatboxpro_overlay__DOqRl {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 25px;
  z-index: 999999;
}

/* =============================== */
/*            CHATBOX              */
/* =============================== */
.chatboxpro_chatBox__AUHkw {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  animation: chatboxpro_popup__G4_Hs 0.25s ease-out;
  box-shadow: 0 20px 40px rgba(0,0,0,0.28);
  margin-right: 12px;
  margin-bottom: 90px;
}

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

/* =============================== */
/*            HEADER               */
/* =============================== */
.chatboxpro_header__sn76Z {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #0066cc;
  color: white;
}

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

.chatboxpro_agentAvatar__NKAmH {
  font-size: 2rem;
}

.chatboxpro_agentName__RxPm1 {
  font-size: 1.05rem;
  font-weight: 700;
}

.chatboxpro_agentStatus__5qCVD {
  font-size: 0.82rem;
  opacity: 0.8;
}

.chatboxpro_closeBtn__zhk9T {
  background: transparent;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: white;
  opacity: 0.9;
}

/* =============================== */
/*          MESSAGES AREA          */
/* =============================== */
.chatboxpro_messagesArea__HbPY0 {
  height: 360px;
  padding: 20px;
  overflow-y: auto;
  background: #f5f8fc;
  position: relative;
  scrollbar-width: thin;
}

/* =============================== */
/*        MESSAGE BUBBLES          */
/* =============================== */
.chatboxpro_msgUser__D1uKz {
  background: #0066cc;
  color: white;
  padding: 11px 14px;
  border-radius: 14px;
  max-width: 78%;
  margin-left: auto;
  margin-bottom: 14px;
  font-size: 0.95rem;
  animation: chatboxpro_bubble__Q5Zyi 0.22s ease-out;
}

.chatboxpro_msgAgent__lSzrB {
  background: #e8eef7;
  color: #0a1a2a;
  padding: 11px 14px;
  border-radius: 14px;
  max-width: 78%;
  margin-right: auto;
  margin-bottom: 14px;
  font-size: 0.95rem;
  animation: chatboxpro_bubble__Q5Zyi 0.22s ease-out;
}

@keyframes chatboxpro_bubble__Q5Zyi {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* =============================== */
/*       TYPING INDICATOR          */
/* =============================== */
.chatboxpro_typingIndicator__nLynw {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
  margin-left: 4px;
}

.chatboxpro_typingIndicator__nLynw span {
  width: 8px;
  height: 8px;
  background: #0066cc;
  border-radius: 50%;
  animation: chatboxpro_blink__VIOIj 1s infinite ease-in-out;
}

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

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

@keyframes chatboxpro_blink__VIOIj {
  0%,100% { opacity: 0.3; }
  50% { opacity: 1; }
}

/* =============================== */
/*            INPUT AREA           */
/* =============================== */
.chatboxpro_inputArea__UVBBM {
  display: flex;
  padding: 14px;
  background: white;
  border-top: 1px solid #e2e8f0;
  align-items: center;
  gap: 12px;
}

.chatboxpro_inputArea__UVBBM input {
  flex: 1;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  outline: none;
  font-size: 0.95rem;
}

.chatboxpro_sendBtn__SFF4e {
  background: #0066cc;
  border: none;
  color: white;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}

.chatboxpro_sendBtn__SFF4e:hover {
  background: #004b99;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
  color: #0a1a2a;
  font-size: 0.95rem;
  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
 ********************************************/

