* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    padding: 10px 20px;
    color: white;
    border-bottom: 1px solid #ddd; /* Adds a subtle border at the bottom */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
    padding: 20px;
    color: white;
    text-align: center;
}

.footer-nav {
    margin-bottom: 10px;
}

.footer-nav-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.footer-nav-item {
    margin: 0;
}

.footer-nav-link {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid transparent;
}

.footer-nav-link:hover {
    border-color: white;
    background-color: rgba(255, 255, 255, 0.1); /* Adds a slight background color on hover */
}

.copyright-text {
    font-size: 12px;
    margin-top: 10px;
}


.copyright-text {
    font-size: 12px;
    text-align: center;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    height: 70px;
    margin-right: 35px;
    margin-left: 35px;
    border-radius: 50%;
}

.title {
    font-size: 2em;
    letter-spacing: 5px;
}

.information {
    margin-top: 20px;
    align-content: baseline;
    white-space: pre-wrap;
    font-size: 1.1em;
}

.nav {
    display: flex;
}

.nav-list {
    display: flex;
    list-style: none;
}

.nav-item {
    margin-left: 20px;
}

.nav-link {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid transparent;
}

.nav-link:hover {
    border-color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.banner {
    display: flex;
    width: 100%;
    object-fit: contain;
}

.slogan {
    font-size: 3rem;
    margin-bottom: 20px;
}

.intro-message {
    font-size: 1.5rem;
}

.portfolio {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.portfolio-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color:  #DDDDDD; /* Change to your desired background color */
    background-color: whitesmoke;
    color: black;
    width: 450px; /* Set a fixed width for consistency */
    border-radius: 8px; /* Optional: rounded corners */
    padding: 20px;
    gap: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
}

.portfolio-image {
    width: 400px; /* Set a fixed width */
    height: 400px; /* Set a fixed height */
    border-radius: 20px;
}

.portfolio-text {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.contact-form {
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
}

.contact-form h2 {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form button {
    background-color: #004aad;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: blue;
}

.policy{
    padding: 10px 150px;
    border: 1px solid #ddd; /* Adds a subtle border to the main content */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
    border-radius: 8px; /* Optional: adds rounded corners */

}

.policy ul, 
.policy ol {
    padding-left: 40px; /* Adjust this value for more or less indentation */
}

.policy h2 {
    margin-top: 20px; /* Space above each heading */
}
.policy h3 {
    margin-top: 20px; /* Space above each heading */
}

.profile-photo {
    width: 200px; /* Set a fixed width */
    height: 200px; /* Set a fixed height */
    border-radius: 200px;
}

.doc{
    padding: 10px 200px;
}

.profile-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color:  #DDDDDD; /* Change to your desired background color */
    background-color: whitesmoke;
    color: black;
    width: 250px; /* Set a fixed width for consistency */
    border-radius: 8px; /* Optional: rounded corners */
    padding: 20px;
    gap: 10px;
}

.badge{
    width: 31px;
    height: 27px;
}

/* Style for the menu toggle button */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

/* Hamburger icon lines */
.nav-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

/* Rotate first line to create an X */
.nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(0px, 11px);
}

/* Hide the second line */
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

/* Rotate the third line to create an X */
.nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0px, -11px);
}

.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.banner {
    width: 100%;
    display: block;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 16px;
    font-size: 18px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Notification styles */
.notification {
    display: none; /* Hide by default */
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4caf50; /* Green background */
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Ensure it's above other elements */
}

.notification p {
    margin: 0;
    font-size: 16px;
}

.notification button {
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    margin-left: 20px;
    cursor: pointer;
}

/* Error notification styles */
.notification.error {
    background-color: #f44336; /* Red background for errors */
}

/* Added Media Query for Responsive Design */
@media (max-width: 1100px) {
    .header {
        flex-direction: column;
    }

    .nav-toggle {
        display: block; /* Show the menu toggle button */
    }

    .nav-list {
        flex-direction: column;
        display: none; /* Hide by default */
    }

    .nav-list.active {
        display: flex; /* Show when active */
    }

    .nav-item {
        margin: 10px 0;
    }

    .footer-nav-list {
        flex-direction: column;
    }

    .footer-nav-item {
        margin: 10px 0;
    }

    .portfolio-item{
        width: 300px;
    }

    .portfolio-image{
        width: 250px; /* Set a fixed width */
        height: 250px;
    }

    .contact-form {
        padding: 10px;
        border-radius: 5px;
        width: 90%;
        margin: 10px auto;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
    }

    .policy{
        padding: 5px 10px;
        border: 1px solid #ddd; /* Adds a subtle border to the main content */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
        border-radius: 5px; /* Optional: adds rounded corners */
    
    }

    .profile-photo {
        width: 100px; /* Set a fixed width */
        height: 100px; /* Set a fixed height */
        border-radius: 50px;
    }
    .doc{
        padding: 30px 30px;
    }
}