.theme-preview {
	width : 100% !important;
  display: none;
}

.fix-up {
  transition: transform 0.3s ease-in-out;
}

.fix-up.hide-up {
  transform: translateY(-100%);
}

.notif{
  padding: 10px;
  border-style: solid;
  border-radius: 15px;
  position: fixed;
  bottom: 0;
  right: 10;
  margin-bottom: 30px;
  background-color: yellow;
  display: block;
  width: 270px;
}

.waktu {
  font-size: 0.7em;
}

#loading, #image-state {
  display: none;
}

hr{
  z-index: -1 !important;
}

p {
	text-align: justify;
	text-justify: inter-word;
}

.row {
	margin-top: 20px;
	margin-bottom: 20px;
}

#navbarNav{
  justify-content: center;
}

.offering-wa, .offering-wa p {
  text-align: center;
}

.fix-up {
	 position: fixed; /* Make the div fixed to the viewport */
            top: 0; /* Position it at the top of the page */
            left: 50%; /* Position it at the left of the page */
            
            background-color: white;
            height: 80px;
             transform: translateX(-50%);
             filter: drop-shadow(5px 5px 10px #000000);
             border-radius: 14px;
             max-width: 38% !important;
             z-index: 100 !important;
             font-size: 0.8em;
}

@media screen and (max-width: 768px) {
    .fix-up {
        max-width: 50% !important; /* Change to 50% for smaller screens */
    }
}


#vvisitor{
  z-index: 100 !important;
  position: fixed;
}

#footer {
  margin-top: 50px;
  z-index: 0 !important;
}

.copyright{
  padding-bottom: 70px;
}

.social-links{
  margin-top: 2px !important;
}

.inner {
	margin-top: 100px !important;
}

body::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-image: url('../images/bg.jpeg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
   opacity: 0.2;
    resize: both;
  z-index: -1;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.expanded {
            max-height: none !important;
        } 

.read-more {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
        }

.info-text {
	 max-height: 70px; /* Adjust based on your needs */
            overflow: hidden;
            transition: max-height 0.3s ease-out;
}