
/* Whats App */
.btn-whatsapp a {
    color:#fff; 
    text-decoration:none; 
    display:block; 
}
.btn-whatsapp {
    z-index: 19;
    position:fixed; 
    right: 0px;
    bottom: 38%;
    transform: translate(-50%, -50%);  
    background-color:rgb(37, 211, 102); 
    width:60px; height:60px; 
    text-align:center; 
    line-height:58px; 
    font-size:1.8em; 
    color:#ffffff; 
    font-weight:100; 
    border-radius:50%; 
}
.btn-whatsapp:before,
.btn-whatsapp:after {
    content: '';
    display:block;
    position: absolute;
    border-radius:50%;
    border:1px solid #25d366;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animate 1.5s linear infinite;
    opacity:0;
    backface-visibility:hidden;    
}
.pulsaDelay:after { animation-delay: .5s; }
@keyframes animate {
   0%   { transform: scale(0.5); opacity:0; }
   50%  { opacity:1; }
   100% { transform: scale(1.2); opacity:0; }
}

.banner-2.andro_banner .andro_banner-slider-text h1 {
    background-repeat: inherit!important;
    -webkit-background-clip: inherit!important;
    -webkit-text-fill-color: inherit!important;
    color: #777777;
}


.single-play-post-item img {
    /* width: 100% !important;
  min-height: 33% !important;
  background-size: cover !important;
  background-position: center !important; */
  margin: 0 auto!important;
  width: 100%!important;
  min-height: 100%!important;
  background-position: center !important;
}

.trending-news-item .trending-news-thumb {
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    border-radius: 8px;
    max-height: 9rem;
}

.single-play-post-area .single-play-box {
    padding: 0 60px!important;
}


#audio-container {
    background: #efefef;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: auto;
}

#audio-container audio {
    width: 100%;
}





/* body {
    font-family: Arial, sans-serif;
}

header {
    background: #333;
    color: white;
    padding: 10px;
    text-align: center;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

#radio-player {
    margin-top: 20px;
}

footer {
    text-align: center;
    padding: 10px;
    background: #333;
    color: white;
}

section {
    margin: 20px;
}

.article {
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    padding: 10px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.btn:hover {
    background-color: #0056b3;
} */
