.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2960 .elementor-element.elementor-element-5eed69cf{--display:flex;--position:fixed;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:30vh;--z-index:100;}body:not(.rtl) .elementor-2960 .elementor-element.elementor-element-5eed69cf{right:0px;}body.rtl .elementor-2960 .elementor-element.elementor-element-5eed69cf{left:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2960 .elementor-element.elementor-element-5b564926{width:initial;max-width:initial;}@media(max-width:767px){.elementor-2960 .elementor-element.elementor-element-5eed69cf{--width:max-content;}}@media(min-width:768px){.elementor-2960 .elementor-element.elementor-element-5eed69cf{--width:max-content;}}/* Start custom CSS for html, class: .elementor-element-5b564926 */.extra-social-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: end;
}

.floating-social-btn {
  background-color: #fff;
  color: #495057;
  height: 50px;
  border: 2px solid #6c757d;
  border-right: none;
  border-radius:30px 0px 0px 30px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: block;
  font-family: 'Raleway', sans-serif;
}

.floating-social-btn .btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.floating-social-btn i {
  font-size: 22px;
  margin: 0 12px;
  color: #495057
}

.floating-social-btn span {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #495057
}

.floating-social-btn:hover .btn-content {
  width: 160px;
  justify-content: flex-start;
  
}

.floating-social-btn:hover span {
  opacity: 1;
  max-width: 100px;
  margin-left: 8px;
}


@media screen and (max-width: 768px) {
  .extra-social-buttons {
    top: auto;
    bottom: 200px;
    right: 0px;
    transform: none;
  }
  .floating-social-btn {
    height: 45px;
  }
  .floating-social-btn .btn-content {
    width: 45px;
    height: 45px;
  }
}/* End custom CSS */