.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.pc-btn {
  background: linear-gradient(135deg, #534AB7, #8B5CF6);
  color: #fff; border: none; border-radius: 24px;
  padding: 12px 28px; font-size: 15px; cursor: pointer; font-weight: 600;
  letter-spacing: 0.5px; display: inline-block; transition: opacity 0.2s;
}
.pc-btn:hover { opacity: 0.88; }
.pc-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(20, 10, 60, 0.5);
  backdrop-filter: blur(3px);
  z-index: 99999; align-items: center; justify-content: center;
}
.pc-overlay.open { display: flex; }
.pc-popup {
  background: #f5f5f5; border-radius: 20px;
  width: 900px; max-width: 95vw;
  display: flex; flex-direction: column;
  height: 700px; max-height: 90vh;
  box-shadow: 0 24px 64px rgba(83,74,183,0.3);
  overflow: hidden;
}
.pc-header {
  background: linear-gradient(135deg, #4A3BAA 0%, #7B4FBE 50%, #9B6FD4 100%);
  padding: 18px 20px; display: flex; align-items: center; gap: 14px;
  flex-shrink: 0;
}
#pc-avatar {
  width: 46px !important; height: 46px !important; border-radius: 50% !important;
  flex-shrink: 0 !important; overflow: hidden !important;
  background-size: 75% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border: 2px solid rgba(255,255,255,0.4) !important;
  background-color: #fff !important;
}
.pc-header-info { flex: 1; }
.pc-header-name { color: #fff; font-size: 16px; font-weight: 700; margin: 0; font-family: sans-serif; }
.pc-header-status {
  color: rgba(255,255,255,0.8); font-size: 12px; margin: 3px 0 0;
  font-family: sans-serif; display: flex; align-items: center; gap: 5px;
}
.pc-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; display: inline-block; }
.pc-close { background: none; border: none; color: rgba(255,255,255,0.7); font-size: 22px; cursor: pointer; padding: 0 4px; font-family: sans-serif; }
.pc-close:hover { color: #fff; background: none !important; }
.pc-messages {
  flex: 1; overflow-y: auto; padding: 20px 16px;
  display: flex; flex-direction: column; gap: 16px; background: #f5f5f5;
}
.pc-messages::-webkit-scrollbar { width: 4px; }
.pc-messages::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; }
.pc-msg-wrap { display: flex; align-items: flex-end; gap: 10px; }
.pc-msg-wrap.user { flex-direction: row-reverse; }
.pc-msg-avatar {
  width: 40px !important; height: 34px !important; border-radius: 50% !important;
  flex-shrink: 0 !important; overflow: hidden !important;
  background-size: 65% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.pc-msg { max-width: 75%; padding: 12px 16px; font-size: 14px; line-height: 1.6; font-family: sans-serif; word-break: break-word; }
.pc-msg.bot { background: #fff; color: #2D2558; border-radius: 18px 18px 18px 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.pc-msg.user { background: linear-gradient(135deg, #1aa3c8, #0e8aab); color: #fff; border-radius: 18px 18px 4px 18px; box-shadow: 0 2px 8px rgba(26,163,200,0.3); }
.pc-msg.typing { background: #fff; color: #9D96D8; border-radius: 18px 18px 18px 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); padding: 14px 16px; }
.pc-msg.error { background: #fff0f0; color: #B91C1C; border-radius: 18px 18px 18px 4px; font-size: 13px; }
.pc-dots { display: flex; gap: 4px; align-items: center; }
.pc-dots span { width: 7px; height: 7px; border-radius: 50%; background: #9D96D8; animation: pcBounce 1.2s infinite; }
.pc-dots span:nth-child(2) { animation-delay: 0.2s; }
.pc-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes pcBounce { 0%, 60%, 100% { transform: translateY(0); opacity: 0.6; } 30% { transform: translateY(-5px); opacity: 1; } }
.pc-input-row { display: flex; gap: 10px; padding: 14px 16px; background: #fff; border-top: 1px solid #eee; flex-shrink: 0; align-items: center; }
.pc-input {
  flex: 1; padding: 11px 16px; border: 1.5px solid #e0e0e0;
  border-radius: 30px !important; font-size: 14px; outline: none;
  font-family: sans-serif; color: #333; background: #fafafa;
}
.pc-input:focus { border-color: #534AB7; background: #fff; }
.pc-input::placeholder { color: #aaa; }
.pc-send {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  flex-shrink: 0 !important;
  background: linear-gradient(135deg, #534AB7, #7B6FD4) !important;
  border: none !important;
  border-radius: 50% !important;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(83,74,183,0.4);
  padding: 0 !important;
}
.pc-send:hover { opacity: 0.88; }
.pc-send:disabled { background: #ccc !important; box-shadow: none; cursor: not-allowed; }
.pc-cursor { display: inline-block; color: #534AB7; animation: pcBlink 0.7s step-end infinite; font-weight: 300; margin-left: 1px; }
@keyframes pcBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

.pc-typing-logo {
  width: 34px !important; height: 34px !important; border-radius: 50% !important;
  background-size: 75% !important; background-position: center !important;
  background-repeat: no-repeat !important;
  animation: pcPulse 1.2s ease-in-out infinite;
  flex-shrink: 0 !important;
}
@keyframes pcPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.6; }
}
.pc-suggestions {
  display: flex; flex-wrap: wrap; gap: 8px;
  padding: 10px 16px 4px;
  background: #f5f5f5;
  justify-content: center;
}
.pc-suggestion-btn {
  background: #fff; color: #534AB7;
  border: 1.5px solid #534AB7;
  border-radius: 20px; padding: 7px 14px;
  font-size: 13px; cursor: pointer;
  font-family: sans-serif; font-weight: 500;
  transition: background 0.15s, color 0.15s;
}
.pc-suggestion-btn:hover {
  background: #534AB7; color: #fff;
}/* End custom CSS */