/*!
Theme Name: Ishtar Child
Theme URI: https://www.branex.ae/
Author: Branex
Author URI: https://www.branex.ae/
Template: ishtar
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ishtar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  text-align: right;
}

.wa-toggle {
  background-color: #d22030;
  color: #fff;
  padding: 4px 15px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
	font-weight: 600;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
	display: inline-block;
}

.wa-toggle:hover {
  background-color: #000000;
}

.wa-options {
  overflow: hidden;
  max-height: 0;
  display: flex;
  flex-direction: column;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

.wa-options.show {
  max-height: 500px; /* enough to show all buttons */
  opacity: 1;
}

.wa-options a {
  background-color: #075E54;
  color: white;
  padding: 4px 15px;
  margin: 5px 0;
  border-radius: 10px;
	font-size: 14px;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
	text-align: left;
}

.wa-options a:hover {
  background-color: #1ebe5b;
  transform: translateX(-5px);
}
