/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 05 2026 | 05:40:41 */
/* ICONS */

 .floating {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  /* box-shadow: 2px 2px 3px rgba(0, 0, 0, .5); */
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
  z-index: 100;
  transition: ease .3s;
}

.floating i{
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 40px;
}

.floating:hover{
  transform: scale(1.2);
}

.i-fb {
  /* background-color: #1877F2; */
  bottom: 470px;
  right: 16px;
  font-size: 25px;
}

.i-tt {
  /* background-color: #181818; */
  bottom: 420px;
  right: 16px;
  font-size: 25px;
}

.i-in {
  /* background-color: #0077B5; */
  bottom: 370px;
  right: 16px;
  font-size: 25px;
}

.i-ig {
  /* background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); */
  
  bottom: 320px;
  right: 16px;
  font-size: 25px;
}

.i-tl {
  /* background-color: #24A1DE; */
  bottom: 270px;
  right: 16px;
  font-size: 25px;
}

.i-x {
  /* background-color: #181818; */
  bottom: 220px;
  right: 16px;
  font-size: 25px;
}

.i-th {
  /* background-color: #181818; */
  bottom: 170px;
  right: 16px;
  font-size: 25px;
}

.i-rn {
  /* background-color: #ff2b2b; */
  bottom: 120px;
  right: 16px;
  font-size: 25px;
}

.i-wa {
  /* background-color: #25d366; */
  bottom: 70px;
  right: 16px;
  font-size: 25px;
}

