/* General Styles */
body {
    font-family: Verdana, sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #f9f6fc;
    color: black; 
}

/* Header Styles */
header {
    background-color: #2e004f;
    color: white;
    padding: 1rem 0;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

header nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

header nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

header nav ul li a:hover {
    text-decoration: underline;
}

/* Layout Structure */
.main-flex-container {
    display: flex;
    height: 100vh; 
    overflow: hidden;
}

/* Sidebar Styles */
.sidebar {
    flex: 0 0 250px;
    padding: 2rem 1rem;
    text-align: center;
    height: 100%;
    background-color: #2e004f; 
    color: white;
}



.sidebar h1 {
    font-size: 24px;
    color: black;
    margin-top: 1rem;
}

.sidebar .profile-picture {
    width: 180px;
    height: auto;
    border-radius: 0; /* rectangular */
    object-fit: cover;
    margin-bottom: 0;
}

/* Education in Sidebar */
.education {
    margin-top: 2rem;
    font-size: 14px;
    text-align: left;
}

.education h4 {
    margin: 0.5rem 0 0.25rem 0;
    font-size: 14px;
    color: black;
}

.education p {
    margin: 0 0 1rem 0;
    line-height: 1.4;
    color: black;
}

/* Scrollable Right-Side Content */
.scrollable-content {
    flex: 1;
    overflow-y: auto;
    padding: 0 3rem 0 3rem;
    background-color: #f9f6fc;
}

/* Profile Page Sections */
.profile-content {
    max-width: 800px;
    margin: 0 auto 2rem auto;
    padding: 2rem;
    color: black;
}

.profile-content h2 {
    color: #4b0082; 
    text-align: left;
    font-size: 48px;
}


.profile-content h2 {
    text-align: left;
    margin-bottom: 0;
}

.profile-content h4 {
    margin-top: 1.5rem;
}

.profile-content p,
.profile-content ul {
    line-height: 1.6;
    color: black;
}

/* CONTACT & OTHER PAGES */

.contact-section,
.other-section {
    padding: 2rem;
    color: black;
}

.contact-section h1,
.other-section h1 {
    text-align: center;
    margin-bottom: 0;
}

.contact-section form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem auto;
    max-width: 600px;
    width: 100%;
}

.contact-section form label {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.contact-section form input,
.contact-section form textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-section form textarea {
    resize: vertical;
    height: 150px;
}

.contact-section form button {
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #4b0082;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.contact-section form button:hover {
    background-color: #36006a;
}

.contact-section p,
.contact-section ul li,
.contact-links li a {
    color: black;
    text-align: center;
}

.contact-links {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.contact-links li a {
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-links li a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .main-flex-container {
        flex-direction: column;
        height: auto;
    }

    .sidebar {
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .scrollable-content {
        overflow: visible;
        height: auto;
        padding: 2rem;
    }
}


.sidebar nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    list-style: none;
    gap: 1rem;
    margin-top: 1.5rem;
}

.sidebar nav ul a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.sidebar nav ul a:hover {
    text-decoration: underline;
}


.sidebar h1 {
    color: white;
}

.sidebar nav ul a {
    color: white;
}


.sidebar nav ul a:hover {
    text-decoration: underline;
}

.sidebar .profile-picture {
    margin-top: 0;
}

.big-name {
    font-size: 134px;
    color: black;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.job-entry {
    margin-bottom: 2rem;
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-header h3 {
    margin: 0;
    font-size: 1.2rem;
}

.job-date {
    font-style: italic;
    font-size: 0.95rem;
    color: #888;
}

.job-title {
    margin: 0.25rem 0 0.5rem 0;
    font-weight: normal;
}

.job-description {
    margin: 0;
}

.contact-links-left {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.contact-links-left li a {
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.contact-links-left li a:hover {
    text-decoration: underline;
}

.contact-form-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* key change to left-align */
    gap: 1rem;
    margin: 2rem 0;
    max-width: 800px;
    width: 100%;
    padding-left: 0; /* matches left-aligned content spacing */
}


.contact-section form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    margin: 2rem auto;
    max-width: 800px;
    width: 100%;
}

.contact-section form label {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.contact-section form input,
.contact-section form textarea {
    width: 100%;
    padding: 18px 20px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-section form textarea {
    height: 200px;
    resize: vertical;
}

.contact-section form button {
    padding: 14px 28px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #4b0082;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.contact-section form button:hover {
    background-color: #36006a;
}

.section-title {
    color: #4b0082;
    text-align: left;
    font-size: 48px;
    margin-bottom: 1rem;
    margin-top: 2rem;
}



.message-card input,
.message-card textarea {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.message-card input:focus,
.message-card textarea:focus {
    outline: none;
    border-color: #4b0082;
    box-shadow: 0 0 4px rgba(75, 0, 130, 0.3);
}

.message-card button {
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    background-color: #4b0082;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.message-card button:hover {
    background-color: #36006a;
}






.contact-form-left label {
    font-size: 20px;
    font-weight: bold;
    color: #4b0082;
}

.contact-form-left input,
.contact-form-left textarea {
    width: 100%;
    padding: 18px;
    font-size: 18px;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 4px;
}
.contact-form-left button {
    margin-top: 1.5rem;
    width: 100%;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    background-color: #4b0082;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form-left button:hover {
    background-color: #36006a;
}


.left-align {
    text-align: left;
}

.gallery {
    justify-content: flex-start !important;
}