 /* Minimal CSS: Your original styles preserved */
    #chat-tooltip, #chat-notification-badge, #chat-button-container {
      display: none;
    }
#chat-tooltip{
      display: none;
    }
	 #chat-notification-badge {
      display: none;
    }
     #chat-button {
  position: fixed;
  bottom: 16px;
  right: 20px;
  background-color: #000; /* or #0078D4 */
  color: #212021;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 9999;
  bottom: -5px;
  left: 5px;
}

#chat-button img {
  height: 35px;
  width: 40px;
}

    #chat-popup {
      display: none;
      position: fixed;
      bottom: 90px;
      right: 20px;
      width: 25vw;
      max-width: 400px;
      height: 70vh;
      max-height: 90vh;
      background-color: white;
      border-radius: 10px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
      z-index: 99999;
      overflow: hidden;
    }

    iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    @media (max-width: 500px) {
      #chat-popup {
        bottom: 95px;
        right: 10px;
        width: 95vw;
        height: 75vh;
      }
    }

    @media (max-width: 768px) {
      #chat-button {
        right: 45px;
		  bottom: 10px !important;
      }
		#chat-tooltip {   
bottom: 30px !important;
max-width: 225px !important;
    }
#chat-notification-badge {
    top: -13px !important;
		}
}

    #chat-popup.centered {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      bottom: auto;
      right: auto;
    }

    #chat-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      backdrop-filter: blur(4px);
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 99998;
      display: none;
    }

    #chat-close {
      position: absolute;
      top: 17px;
      right: 10px;
      background: transparent;
      border: none;
      font-size: 16px;
      cursor: pointer;
      z-index: 999999;
      filter: invert(100%) brightness(2);
      display: block;
    }
	   #chat-close img.emoji{ 
 	 width:15px !important; 
  	height:15px !important; 
  	} 
#chat-tooltip {
    position: fixed;
    bottom: 16px;
    right: 90px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    padding: 25px 14px;
    display: flex;
    align-items: center;
    z-index: 10000;
    max-width: 224px;
    height: 60px;
   cursor: pointer;
}

#chat-tooltip::after {
  content: "";
  position: absolute;
 right: -24px;
  top: 69%;
  transform: translateY(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
/*   filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2)); */
}

 
.tooltip-content {
  display: flex;
  align-items: center;
  position: relative;
}
.tooltip-text {
  font-size: 14.2px;
  color: #212021;
  line-height: 1.3;
  flex: 1;
font-family: 'Open Sans', sans-serif !important;
}
	 .tooltip-text p:first-child {
		margin-top: 11px;
        margin-bottom: 18px;
	 }
.tooltip-close {
  position: absolute;
/*   top: -6px; */
	top:-12px;
  left: -37px;
  width: 20px;
  height: 19px;
  font-weight: normal !important;
  background:#687882;
  color: #ffffff !important;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tooltip-content {
  display: flex;
  align-items: center;
  position: relative;
}

.avatar-circle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
	margin-top: -65px;
}

.tooltip-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  background-color: white;
}


.tooltip-close:hover {
  background: #000;
}
#chat-button-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

#chat-button {
  background-color: #000;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 60px;
  height: 60px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
}

#chat-button-icon {
  width: 32px;
  height: 32px;
}

/* Notification badge */
#chat-notification-badge {
    position: absolute;
    top: 2px;
    right: -7px;
    background: rgb(208, 36, 27);
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
	  p.tooltip-section {
		  margin-left: -28px;
    margin-top: -10px;
	  }
	  
	  
/*display chatbot on faq btn click start */ 

#chat-popup.centered { 
top: 50%; 
left:50%; 
transform: translate(-50%, -50%); 
bottom: auto; 
right: auto; 
} 

  #chat-overlay { 
position: fixed; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
backdrop-filter: blur(4px); 
background-color: rgba(0, 0, 0, 0.3); 
z-index: 99998; 
display: none; 
} 

#chat-popup.centered{ 
   display:block; 
  } 
