body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}



h1, h2 {
    margin: 0 0 15px;
}

.contact-info, .contact-form, .social-media, .mailing-address {
    background: #ffffff;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin: 10px 0 5px;
}

input[type="text"],
input[type="email"],
select,
textarea {
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 15px;
}

button {
    background: #007BFF;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background: #0056b3;
}

footer {
    text-align: center;
    padding: 20px;
    background: #007BFF;
    color: #ffffff;
    position: relative;
    bottom: 0;
    width: 100%;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    margin: 5px 0;
}




/* Navbar Styles */
.navbar {
    background-color: #1a1a2e;
    width: 100%;
    height: 50px;
    padding: 15px 0;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.navbar-brand {
    font-size: 2rem;
    color: #9ae945;;
    margin-top: -10px;
}

.navbar-menu {
    list-style-type: none;
    display: flex;
    gap: 20px;
    margin-top: 5px;
}

.navbar-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: border-bottom 0.3s ease;
}

.navbar-menu li a.active {
    border-bottom: 2.5px solid #9ae945;;
}

.navbar-user {
    color: #ffffff;

}

 
.pp{
    background-image: url(pp2.png);
    height: 40px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -40px;
    margin-left: 20px;
  }

.profile{
    margin-top: 50px;
  
    
  }

  footer {
    text-align: center;
    padding: 20px;
    background: #000000;
    color: #ffffff;
    position: relative;
    bottom: 0;
    width: 100%;
}

.social-icons {
    margin-bottom: 10px;
}

.social-icons a {
    color: #ffffff;
    margin: 0 10px;
    font-size: 24px; /* Adjust icon size */
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #ffc107; /* Change icon color on hover */
}
