.elementor-409 .elementor-element.elementor-element-7085694d{--display:flex;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons{--e-contact-button-chat-button-animation-delay:300ms;--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:#276F7A;--e-contact-buttons-top-bar-title:#FFFFFF;--e-contact-buttons-top-bar-subtitle:#FFFFFF;--e-contact-buttons-close-button-color:#FFFFFF;--e-contact-buttons-top-bar-bg:#276F7A;--e-contact-buttons-message-bubble-name:#FFFFFF;--e-contact-buttons-message-bubble-body:#FFFFFF;--e-contact-buttons-message-bubble-time:#FFFFFF;--e-contact-buttons-message-bubble-bubble-bg:#1E2939;--e-contact-buttons-contact-text:#FFFFFF;--e-contact-buttons-contact-button-icon:#FFFFFF;--e-contact-buttons-contact-button-bg:#276F7A;--e-contact-buttons-contact-button-bg-hover:#1E2939;--e-contact-buttons-chat-box-bg:#050414;--e-contact-buttons-chat-box-width:340px;--e-contact-buttons-vertical-offset:30px;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__chat-button-shadow{box-shadow:0px 0px 16px 0px rgba(0,0,0,0.5);}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__top-bar-title{font-family:"Open Sans", Sans-serif;font-size:18px;text-transform:capitalize;line-height:26px;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__top-bar-subtitle{font-family:"Poppins", Sans-serif;font-size:14px;text-transform:capitalize;line-height:22px;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__message-bubble-name{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;line-height:22px;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__message-bubble-body{font-size:14px;line-height:22px;letter-spacing:0.1px;word-spacing:1px;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__message-bubble-time{font-family:"Poppins", Sans-serif;font-size:12px;line-height:18px;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__contact-text{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;line-height:28px;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__content{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}@media(max-width:767px){.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__top-bar-title{font-size:16px;line-height:1.2em;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__top-bar-subtitle{font-size:12px;line-height:1.4em;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__message-bubble-name{font-size:14px;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__message-bubble-body{font-size:13px;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__message-bubble-time{font-size:11px;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__contact-text{font-size:14px;line-height:0.3em;}.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons{--e-contact-buttons-chat-box-width:280px;--e-contact-buttons-horizontal-offset:6px;--e-contact-buttons-vertical-offset:22px;}}/* Start custom CSS for contact-buttons-var-1, class: .elementor-element-197665b0 *//* Chat Button Resize */
.e-contact-buttons__chat-button {
    width: 45px !important;
    height: 45px !important;
    padding: 0 !important;
}

/* Inside chat icon size adjust */
.e-contact-buttons__chat-button svg,
.e-contact-buttons__chat-button i {
    font-size: 24px !important;
    width: 25px !important;
    height: 25px !important;
}

/* Red dot size control */
.e-contact-buttons__chat-button.has-dot:after {
    width: 11px !important;  /* আপনার পছন্দমতো সাইজ দিন (যেমন 8px বা 10px) */
    height: 11px !important; /* width যা দেবেন, height-ও তাই দেবেন */
    
    /* যদি সাইজ ছোট করার পর পজিশন ঠিক করতে হয়, তবে নিচের লাইনগুলো ব্যবহার করুন */
    /* top: 0px; */
    /* right: 0px; */
}



/* Mobile responsive button size */
@media (max-width: 480px) {
  .e-contact-buttons__chat-button {
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    
  }

  /* Icon size adjust */
  .e-contact-buttons__chat-button svg,
  .e-contact-buttons__chat-button i {
    font-size: 20px !important;
    width: 19px !important;
    height: 19px !important;
  }

  /* Notification red dot small */
.e-contact-buttons__chat-button.has-dot:after {
    width: 9px !important;
    height: 9px !important;
  }
}

.chat_button_whatsapp_floting_orkid {
  animation: button-bounce 10s ease-in-out infinite;
}

@keyframes button-bounce {
    
  0%, 50%, 100% { transform: translateY(0); }
  25% { transform: translateY(-10px); }
  75% { transform: translateY(-7px); }
}


.elementor-409 .elementor-element.elementor-element-197665b0 .e-contact-buttons__chat-button:hover{
    border: none !important;
}/* End custom CSS */