/* Extracted inline styles for better caching and performance */

.light-style .layout-navbar.navbar-active .navbar.landing-navbar {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0) !important;
}

.botman-chat {
  background-color: #f0f0f0 !important;
}

a {
  text-decoration: none !important;
}

/* Chatbot Styles */
#botmanWidgetRoot .desktop-closed-message-avatar {
  /* display: none !important; */
}

#botmanWidgetRoot > div {
  margin-bottom: 15px;
}

iframe#chatBotManFrame .msg {
  border: 1px solid white;
  background: transparent;
}

#messageArea {
  background: rgb(255,255,255) !important;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(54,54,54,1) 78%) !important;
}

#chatbot-icon {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #007bff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1;
}

.whatsapp-btn {
  display: inline-block;
  background-color: #25d366;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.whatsapp-btn:hover {
  background-color: #1da851;
}

.msg {
  border: 1px solid white;
  background-color: white;
}

/* Custom cursor styles */
.custom-cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  border: 2px solid #5d2ede;
  border-radius: 50%;
  background-color: rgba(93, 46, 222, 0.1);
  pointer-events: none;
  z-index: 9999;
  transition: all 0.1s ease;
  transform: translate(-50%, -50%);
}
