a { text-decoration: none;}

.header-fixed {
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 99999; 
    transition: background-color 0.3s ease, margin-top 0.3s ease;
  }

  .header-separator{ background-image: url(http://localhost/karuna/wp-content/uploads/2025/05/heading-seprator.svg);
    background-position: left;
    background-repeat: no-repeat;
    padding-bottom: 35px;}
    
  