/* Header बटणांसाठी */
.header-buttons {
display: flex;
gap: 5px; /* बटणांमध्ये अंतर */
align-items: center;
}
.header-buttons a {
text-decoration: none;
font-weight: 400;
color: #000;
font-size: 15px;
margin-bottom:10px;
line-height: 1;
display: flex;
align-items: center;
gap: 9px;
}
.header-buttons a img {
width: 15px; /* image size */
height: 15px;
margin-bottom: 1px; /* थोडी खाली image */
}
.header-buttons svg {
width: 14px;
height: 14px;
flex: 0 0 14px;
}


