a.header_logo{
    font-size: 2em;
    color: #ffa700;
    font-weight: bolder;
    text-align: center;
    font-family: 'Druk Wide', sans-serif;

}

a.contact-a{
    color: white;
    text-decoration: none;
    font-family: 'Druk Wide', sans-serif;
}

@font-face {
    font-family: 'Druk Wide';
    src: url('/assets/fonts/DrukWideBold.ttf') format('truetype');
}



/* Styling for the WhatsApp Popup */

.whatsapp-popup {
    position: fixed;
    bottom: 125px;
    right: 20px;
    z-index: 1000;
  }
  
  .whatsapp-btn {
    background-color: #25D366;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }
  
  .whatsapp-btn img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  
  .whatsapp-btn:hover {
    transform: scale(1.05);
  }
  
  .whatsapp-widget {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 290px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 15px;
  }
  
  .whatsapp-header h5{
    color: #000;
  }
  .whatsapp-header {
    background-color: #25D366;
    padding: 8px;
    border-radius: 10px 10px 0 0;
  }
  
  .whatsapp-header h5 {
    font-size: 1rem;
  }
  
  .whatsapp-contact {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  
  .contact-logo {
    width: 100%;
    height: auto;
  }
  
  .contact-text {
    color: #25D366;
    font-weight: bold;
  }
  