body {
    font-family: 'Arial', sans-serif; /* Clean font for the body */
    margin: 0;
    background-color: #f4f4f4; /* Light background for contrast */
}
.navbar {
    display: flex; /* Flexbox for layout */
    justify-content: space-between; /* Space between elements */
    align-items: center; /* Center items vertically */
    padding: 15px 30px; /* Padding for spacing */
    background-color: #a596db;/* Navbar background color */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.nav-list {
    display: flex; /* Horizontal layout for list */
    align-items: center; /* Center items vertically */
    list-style: none; /* Remove bullet points */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
}

.nav-list .logo {
    margin-right: 20px; /* Space between logo and links */
}

.nav-list li {
    margin: 0 15px; /* Space between links */
}

.nav-list a {
    text-decoration: none; /* Remove underline */
    color: white; /* White text color */
    font-size: 18px; /* Font size for links */
    padding: 10px 15px; /* Padding for links */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s, transform 0.3s; /* Smooth transitions */
}

.nav-list a:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Light hover effect */
    transform: scale(1.05); /* Slight scale on hover */
}
.gst{
    align-items: left;
    justify-content: baseline;
}
.logo img {
    width: 50px; /* Fixed width for logo */
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* Circular logo */
    border: 2px solid white; /* White border for contrast */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}
.logo image :hover{
    background-color: #cedeed;
}
.rightnav {
    display: flex; /* Flexbox for right side items */
    align-items: center; /* Center vertically */
    color: white ;
}

.name {
    font-family: 'Arial', sans-serif; /* Clean font for the name */
    font-size: 50px; /* Large font size for prominence */
    font-weight: bold; /* Bold text for emphasis */
    color: #302e46; /* Bright blue color for the text */
    text-align: center; /* Center the text */
    padding: 20px; /* Padding for spacing around the text */
    text-shadow: 8px 4px 8px rgba(12, 12, 12, 0.3), /* First shadow */
                 8px 4px 8px rgba(0, 0, 0, 0.2); /* Second shadow for depth */
    background-color: #e7f4d5;
}
.name {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
}

.AB, .ba, .tdm, .inf {
    display: flex;
    font-size: 25px;
    padding: 13px;
    text-decoration: underline;
    background-color: rgb(148, 194, 209);
}
.pharag{
    display: flex;
    height: auto;
    font-size: 15px;
    padding: 10px 5%;
}

.tb {
    margin: 30px auto;
    max-width: 90%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tab {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.tab td, .tab th {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 2px solid #05050537;
}

.tab th {
    background-color: hsl(205, 28%, 70%);
    color: rgb(246, 240, 240);
    font-weight: bold;
    text-transform: uppercase;
}

.tab tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tab tr:hover {
    background-color: #f1f1f1;
}

.tab ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tab ul li {
    margin-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .tb {
        padding: 10px;
    }

    .tab td {
        font-size: 14px;
    }
}

.stp, .fac, .qu, .tm {
    display: flex;
    font-size: 25px;
    padding: 13px;
    text-decoration: underline;
    background-color: rgb(148, 194, 209);
}

.site , .the{
    font-size: 15px;
    padding: 10px 5%;
}

.sti {
    display: flex;
    width: 530px;
    height: 230px;
    border:1px solid #34495e;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background-color: #ccc;
}

.stim, .pic{
   padding: 10px 5%; 
}

.about {
    max-width: 100%; /* Maximum width for the section */
    margin: 20px auto; /* Center the section */
    padding: 5px; /* Padding for inner spacing */
    background-color: rgb(77, 53, 63); /* Background color for the section */
    border-radius: 8px; /* Rounded corners */
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);/* Subtle shadow for depth */
}

.aboutDetail {
    font-size: 24px; /* Font size for the title */
    font-weight: bold; /* Bold font for emphasis */
    color: white; /* color for text */
    margin-bottom: 15px; /* Space below the title */
}

.aboutD {
    font-size: 16px; /* Font size for address */
    color: white; /* Slightly lighter color for less emphasis */
    margin-bottom: 20px; /* Space below the address */
    line-height: 1.5; /* Spacing between lines */
}

.contact {
    /* You can style the contact section here */
    margin-bottom: 20px; /* Space below the contact section */
    color: #ccc;
    text-size-adjust: 10px;
}

.trust {
    display: flex; /* Enable Flexbox layout */
    justify-content: center; /* Align items to the right */
    align-items: center; /* Center items vertically */
    margin-right: 10px; /* Margin on the right */
    width: 100%; /* Full width of the container */
}

.im {
    max-width: 90%; /* Responsive image */
    height: 70px; /* Maintain aspect ratio */
    width: 140px;
}
.copyright {
    background-color: #34495e; /* Slightly lighter background for copyright */
    padding: 20px 10px; /* Padding for spacing */
    text-align: center; /* Center text */
    font-size: 14px; /* Smaller font for copyright text */
    border-radius: 8px;
}

.copyright {
    color: white; /* White text for copyright */
}