
  #section2X0 {
    /* background: linear-gradient(135deg, #fffdfd, #dddddd, #acacac); */
    /* background: linear-gradient(135deg, #fffdfd, #fffdfd); */
    background: linear-gradient(135deg, #fffdfd, #dddddd, #b8b8b8);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    opacity: 0;
    animation: fadeIn 2s forwards; /* Menambahkan animasi fadeIn */
  }

  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }

  /* INI DI RUBAH MENURUNKAN TOOLBAR */
  /* INI DI RUBAH MENURUNKAN TOOLBAR */
  /* INI DI RUBAH MENURUNKAN TOOLBAR */
  .container2X0A {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: -7px;
}

.button-container0X {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container2X0A button {
  background-color: transparent;
  border: none;
  color: rgb(81, 81, 81);
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 1px 1px;
  cursor: pointer;
  border-radius: 11px;
  margin-bottom: -7px;
}

.icon-largehome {
  font-size: 23px;
  color: #e65c00; 
  color: #0097b2;
  padding-bottom: 5px;
  transition: color 0.3s ease; /* Menambahkan efek smooth pada perubahan warna */
}

.icon-largehome:hover {
  font-size: 23px;
  color: #ff7b23;
  padding-bottom: 5px;
  transition: color 0.3s ease; /* Menambahkan efek smooth pada perubahan warna */
}


.icon-large {
  font-size: 23px;
  color: #e65c00;
  color: #acacac;
  color: #0097b2;
  transition: color 0.3s ease; /* Menambahkan efek smooth pada perubahan warna */
  
}


.text-belowhome {
  font-size: 14px;
  color: #ff6600;
  color: #0097b2;
  margin-top: 0px;
  /* font-weight: bold; */
  transition: color 0.3s ease; /* Menambahkan efek smooth pada perubahan warna */
}

.text-belowhome:hover {
  font-size: 14px;
  color: #ff6600;
  color: #0097b2;
  margin-top: 0px;
  /* font-weight: bold; */
  transition: color 0.3s ease; /* Menambahkan efek smooth pada perubahan warna */
}


.text-below {
  font-size: 14px;
  color: #515151;
  color: #e65c00;
  color: #0097b2;
  margin-top: 2px;
  margin-bottom: 2px;
  /* font-weight: bold; */
  transition: color 0.3s ease, font-weight 0.3s ease; /* Menambahkan efek smooth pada perubahan warna dan font-weight */
}
.button-container0X:hover .icon-largehome,
.button-container0X:hover .text-belowhome {
  /* color: #e65c00; */
  color: #ff6600;
  /* font-weight: bold; */
  transition: color 0.3s ease, font-weight 0.3s ease; /* Transisi yang smooth saat hover */
}

.button-container0X:hover .icon-large,
.button-container0X:hover .text-below {
  /* color: #e65c00; */
  color: #ff6600;
  /* font-weight: bold; */
  transition: color 0.3s ease, font-weight 0.3s ease; /* Transisi yang smooth saat hover */
}


.container2X0A button:hover {
  background: transparent;
}

@media (max-width: 767px) {
  .container2X0A {
    flex-wrap: wrap;
    justify-content: center;
  }

  #section2X0 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  .container2X0A {
    max-width: 100%;
    padding: 15px;
  }
}




#chat-widget {
  background-color: transparent;
  position: fixed;
  bottom: 80px; /* Adjust this value to position the chat widget above the section */
  right: 0px; /* Adjust this value to position the chat widget to the right */
  z-index: 8888; /* Ensure it's above other elements */
  background-color: rgba(14, 30, 37, 0.08);
  border-radius: 35px 20px 0px 33px; /* Adjusted to resemble chat box corners */
  animation: fadeIn 2s forwards;
}

#chat-widget button {
  background-color: transparent;
  box-shadow: none;
  padding-left: 10px;
  padding-bottom: 6px;
  color: white;
  border: none;
  border-radius: 35px 22px 0px 33px; /* Adjusted to resemble chat box corners */
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-right: -4px;
}

#chat-widget button:hover {
  background-color: transparent;
}

#chat-widget button img {
  margin-right: -105px;
  width: 135px; 
  height: auto;
}

/* pulse */
#chat-widget button .icon {
  margin-top: 25px;
  /* geser foto */
  margin-right: 94px;
  /* geser pulse */
  margin-left: 19px;
  width: 4px;
  height: 4px;
  background-color: #9bff3e;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(2);
    box-shadow: 0 0 0 0 rgba(5, 119, 139, 0.7);
  }
  70% {
    transform: scale(2.5);
    box-shadow: 0 0 5px 5px rgba(6, 179, 196, 0);
  }
  100% {
    transform: scale(2);
    box-shadow: 0 0 0 0 rgba(6, 179, 196, 0);
  }
}



/* Media Query untuk layar laptop */
@media (min-width: 1024px) {
  #chat-widget {
    bottom: 50px; /* Sesuaikan jika ingin menaikkan posisi */
    right: 3px; /* Geser sedikit ke kiri dari tepi */
    border-radius: 45px 30px 0px 43px; /* Ukuran radius lebih besar */
  }

  #chat-widget button {
    padding-left: 20px;
    padding-bottom: 8px;
    font-size: 16px; /* Ukuran font lebih besar */
    margin-right: -10px;
  }

  #chat-widget button img {
    width: 170px; /* Ukuran gambar lebih besar */
    margin-right: -124px;
  }

  #chat-widget button .icon {
    margin-top: 33px;
    margin-right: 117px;
    margin-left: 19px;
    width: 4px; /* Ukuran icon lebih besar */
    height: 4px;
  }
}
