body, html {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f2e6f9; /* Very Light Lavender */
    font-size: 16px;
}

header {
    font-family: Arial, sans-serif;
    line-height: 1.2;
    color: #ffffff; /* White for contrast */
    text-align: center;
    padding: 10px 0;
    background-color: #321c4c; /* Dark Violet */
}

.logo-container {
    text-align: center;
    margin-bottom: 5px;
}

.library-logo {
    width: 100px;
    margin: 0 auto 5px;
    color: #9b79b3; /* Medium Violet */
}

.library-name {
    font-size: 1.8em;
    color: #ffffff; /* Adjusted to white for contrast */
}

.navigation {
    background-color: #d4c3e5; /* Muted Violet */
    padding: 10px 0;
}

.navigation a {
    color: #8c6f97; /* Deeper Shade of Violet */
    text-decoration: none;
    margin: 0 10px;
    font-weight: bold;
}
.shloka {
    text-align: center; /* Center text horizontally */
    display: flex;
    align-items: center; /* Center text vertically */
    justify-content: center; /* Center text horizontally */
    
    font-family: Arial, sans-serif; /* Optional: font style */
    font-size: 16px; /* Optional: font size */
}


h1, h2, h3, h4 {
    color: #ffffff; /* White for contrast */
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 { font-size: 20px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }

p {
    font-size: 16px;
    text-indent: 50px;
}

hr {
    border: none;
    height: 2px;
    background-color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.split-line {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 16px;
}

main {
    padding: 10px;
}

.tab-content {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

footer {
    background-color: #6d4b8c; /* Deeper Violet */
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

@media screen and (max-width: 768px) {
    

    header {
        line-height: 1; /* Reduced line-height for header */
        padding: 4px 0; /* Reduced padding in header */
    }

    .logo-container {
        margin-bottom: 2px; /* Reduced spacing between logo and letters */
    }

    .library-logo {
        width: 75px;
        margin-bottom: 2px; /* Reduced spacing between logo and letters */
    }

    .library-name {
        font-size: 2em;
    }

    h1, h2, h3, h4 {
        line-height: 1; /* Reduced line-height for headings */
        margin-top: 8px;
        margin-bottom: 8px;
    }
    h1 { font-size: 20px; }
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }
    h4 { font-size: 16px; }

    p {
        text-indent: 20px;
        line-height: 1; /* Reduced line-height for paragraphs */
    }

    .split-line {
        line-height: 1; /* Reduced line-height for split lines */
    }
    
    .contact-info {
    font-family: Arial, sans-serif; /* You can choose a different font if you like */
    font-size: 16px;
}

.email {
    margin-bottom: 10px;
}

.title {
    font-weight: bold;
    margin-bottom: 5px;
}

.mobile-numbers {
    list-style-type: none; /* Removes bullet points */
    padding: 0; /* Removes default padding */
}

.mobile-numbers li {
    margin-bottom: 5px;
}



}
