/* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header Styles */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f8f8f8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo {
    font-size: 20px;
    font-weight: bold;
}

nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: #353434;
    font-size: 16px;
}

/* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.6;
    background-color: #f4f4f9;
    color: #333;
}

/* Header Styles */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #ffffff;
    color: white;
}

header .logo {
    font-size: 20px;
    font-weight: bold;
}

header nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

header nav ul li {
    margin: 0 10px;
}

header nav ul li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

/* Section Styles */
.section {
    padding: 20px;
    margin: 10px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 800px;
}

.section h1 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2d3e50;
}

.section p {
    margin-bottom: 10px;
    text-align: justify;
}

.section a {
    color: #2d3e50;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    header {
        flex-direction: column;
        text-align: center;
    }

    header nav ul {
        flex-direction: column;
    }

    header nav ul li {
        margin: 5px 0;
    }
}


.logoimg{
    width: 250px;
    height: 80px;
    margin-left: 80px;
}




















/* footer  */




footer {
    background-color: #2d3e50;
    color: white;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
}

footer .footer-content a {
    color: #f4b400;
    text-decoration: none;
}

footer .footer-content a:hover {
    text-decoration: underline;
}

footer .footer-content p {
    margin: 5px 0;
}
