/* .live_contact .main_button {
  background: #0a6206;
  border: 6px solid #0a620660;
}
.live_contact .main_button:not(.active):before {
  background-color: #0a6206;
}
.live_contact .sub_buttons_container .sub_button {
  background: #0a6206;
}
.contact_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 900;
  display: none;
}
.contact_overlay.active {
  z-index: 1100;
}
.live_contact {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.live_contact.active {
  z-index: 1100;
}
.live_contact .main_button {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.live_contact .main_button:not(.active):before {
  z-index: -10;
  content: "";
  position: absolute;
  top: -21px;
  left: -21px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: pulse-ring 2s cubic-bezier(0.3, 0.6, 0.4, 2) infinite;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  90%,
  100% {
    opacity: 0;
  }
}
.live_contact .active {
  background: #ccc;
  border: 6px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.live_contact .main_button i {
  font-size: 26px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.live_contact .main_button span {
  font-size: 32px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: none;
}
.live_contact .sub_buttons_container {
  position: relative;
  top: 20px;
  width: 70px;
  display: none;
  opacity: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.live_contact .sub_buttons_container .sub_button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
  cursor: pointer;
}
.live_contact .sub_buttons_container .sub_button_container {
  position: relative;
}
.live_contact .sub_buttons_container .sub_button_container span {
  width: 100px;
  position: absolute;
  left: 60px;
  top: 10px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
}
.live_contact .sub_buttons_container .sub_button:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}
.live_contact .sub_buttons_container .sub_button:hover span {
  opacity: 1;
}
.live_contact .sub_buttons_container .sub_button i {
  font-size: 22px;
  color: white;
  text-shadow: 1p 1px 1px rgba(0, 0, 0, 0.1);
} */



#mainButtonContainer, .live_contact {
    z-index: 2000!important; 
    
}
        /* CSS الكود الذي أعطيته هنا */
        .live_contact .main_button {
          background: #2d7729;
          border: 6px solid #0a620660;
        }
        .live_contact .main_button:not(.active):before {
          background-color: #1a7516;
        }
        .live_contact .sub_buttons_container .sub_button {
          background: #397236;
        }
        .contact_overlay {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100vh;
          background: rgba(0, 0, 0, 0.3);
          z-index: 900;
          display: none;
        }
        .contact_overlay.active {
          z-index: 1100;
        }
        .live_contact {
          position: fixed;
          bottom: 20px;
          right: 20px;
          z-index: 1000;
        }
        .live_contact.active {
          z-index: 1100;
        }
        .live_contact .main_button {
          position: relative;
          width: 70px;
          height: 70px;
          border-radius: 50%;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
        }
        .live_contact .main_button:not(.active):before {
          z-index: -10;
          content: "";
          position: absolute;
          top: -21px;
          left: -21px;
          display: block;
          width: 100px;
          height: 100px;
          border-radius: 50%;
          animation: pulse-ring 2s cubic-bezier(0.3, 0.6, 0.4, 2) infinite;
        }
        @keyframes pulse-ring {
          0% {
            transform: scale(0.33);
          }
          90%, 100% {
            opacity: 0;
          }
        }
        .live_contact .main_button.active {
          background: #ccc;
          border: 6px solid rgba(0, 0, 0, 0.2);
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
        }
        .live_contact .main_button i {
          font-size: 26px;
          color: white;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        }
        .live_contact .main_button span {
          font-size: 32px;
          color: white;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          display: none;
        }
        .live_contact .sub_buttons_container {
          position: relative;
          top: 20px;
          width: 70px;
          display: none;
          opacity: 0;
          flex-direction: column;
          justify-content: flex-end;
          align-items: center;
        }
        .live_contact .sub_buttons_container .sub_button {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 6px;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
          transition: all 0.5s;
          cursor: pointer;
        }
        .live_contact .sub_buttons_container .sub_button_container {
          position: relative;
        }
        /* .live_contact .sub_buttons_container .sub_button_container span {
          width: 100px;
          position: absolute;
          left: 60px;
          top: 10px;
          padding: 5px;
          background: rgba(255, 255, 255, 0.8);
          border-radius: 3px;
          text-align: center;
          opacity: 0;
          transition: all 0.5s;
          color: #000;
          font-size: 12px;
        } */

        .live_contact .sub_buttons_container .sub_button_container span {
    width: max-content;
    min-width: 90px;
    position: absolute;
    right: 60px;            /* ← بدل left */
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 6px;
    text-align: center;
    direction: rtl;
    opacity: 0;
    transition: all 0.3s ease;
    color: #000;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}


        .live_contact .sub_buttons_container .sub_button:hover {
          box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
        }
        .live_contact .sub_buttons_container .sub_button:hover span {
          opacity: 1;
        }
        .live_contact .sub_buttons_container .sub_button i {
          font-size: 22px;
          color: white;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        }






        

        