
.icon-bar-side {
    position: fixed;
    bottom: 15%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5000;
  }
  
  .icon-bar-side a {
    display: block;
    text-align: center;
    padding: 7px 10px;
    transition: all 1s ease;
    color: #fff;
    font-size: 20px;
  }
  
  .icon-bar-side a:hover {
    background-color: #545454e6;
    color: #fff;
  }
  
  .facebook-side {
    background: #1877F2;
    color: white;
  }
  
  .instagram-side {
    background: #E4405F;
    color: white;
  }
  
  .whatsapp-side {
    background: #25D366;
    color: white;
  }
  
  .youtube-side {
    background: #FF0000;
    color: white;
  }
  
  .whatsapp-hover-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 5000;
    cursor: pointer;
  }
  

.bg-aesthetic{
    background-color: #0f1641 !important;
}

.bg-soft-primary{
    background-color: #e9e2c1 !important;
}

.bg-soft-primary-bold{
  background-color: #c5b683c5 !important;
}

.btn-info-top{
    background-color: #e9e2c1 !important;
    color: #000000c4 !important;
    border: none !important;
}

.link-hover:hover{
    color: #e9e2c1 !important;
    text-decoration: none !important;
}

blockquote{
  height: 250px !important;
}

/* WHATSAPP */

#whatsappButton {
  position: fixed;
  bottom: 20px;
  left: 40px;
  background-color: #25D366;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  z-index: 1000;
}

#teamModal {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 40px;
  width: 320px;
  padding: 15px 20px 30px 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 999;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100px 100px;
  color: white;
  box-sizing: border-box;
}

.modal-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  background-color: #e9e2c1;
  padding: 8px 0;
  border-radius: 8px;
  text-transform: capitalize;
  user-select: none;
}

.team-member {
  display: flex;
  align-items: center;
  background-color: rgba(233, 226, 193, 0.7);
  padding: 8px;
  border-radius: 8px 8px 0 0 ;
  color: #000;
}

.team-member img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.team-member button {
  background-color: #25D366;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  margin-left: auto;
}

.team-member-description {
  background-color: rgba(233, 226, 193, 0.7);
  padding: 6px 8px;
  border-radius: 0 0 8px 8px;
  color: #666;
  font-size: 12px;
  margin-bottom: 12px;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.member-detail {
  display: none;
  background-color: rgba(233, 226, 193, 0.6);
  background-image: url('../img/general/whatsapp-bg.png');
  min-height: 350px;
  padding: 15px;
  border-radius: 8px;
  color: #000;
}

.welcome-message {
  margin-top: 10px;
  font-size: 14px;
  color: #444;
}

.back-button {
  background-color: #25D366;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 12px;
  width: 100%;
  font-weight: bold;
  text-transform: capitalize;
}