/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

#toggleContact {
  position: fixed;
  bottom: 40px;
  right: 30px;
  color: white;
  border-radius: 8px;
  font-weight: bold;
  background: transparent !important;
  border: none;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0px 0px 0px;
  justify-content: end;
  outline: none !important; 
}
#toggleContact span{
  background-color: #ff650b;
  padding: 3px 10px;
  border-radius: 5px;
}
#toggleContact i {
  padding: 16px;
  font-size: 24px !important;
  border-radius: 100%;
background-color: #ff650b;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}
.floating-menu {
  position: fixed;
  bottom: 120px;
  right: 30px;
  display: none;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}
html .scroll-to-top.visible{
    opacity: 0 !important;
}
.floating-menu .btn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  justify-content: end;
  border-radius: 25px;
  color: white !important;
  text-decoration: none;
  font-weight: bold;

  transition: all 0.3s ease;
}

.floating-menu .btn:hover {
  transform: scale(1.05);
}

.whatsapp i{
    padding: 16px;
    font-size: 24px !important;
    border-radius: 100%;
  background-color: #ff650b;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.whatsapp span{
    background-color: #ff650b;
    padding: 3px 10px;
    border-radius: 5px;
}
.instagram span{
    background-color: #ff650b;
    padding: 3px 10px;
    border-radius: 5px;
}
.call span{
    background-color: #ff650b;
    padding: 3px 10px;
    border-radius: 5px;
}
.floating-menu .btn{
  background-color: transparent !important;
}
.floating-menu .btn i{
 margin: 0 !important;
}
.instagram i{
    padding: 16px;
    font-size: 24px !important;
    border-radius: 100%;
  background-color: #ff650b;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.call i{
    padding: 16px;
    font-size: 24px !important;
    border-radius: 100%;
  background-color: #ff650b;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

 



