.navbar-toggle-label {
    display: none;
    color: #fff;
    font-size: 1.08em;
    font-weight: 600;
    margin-left: 10px;
    letter-spacing: 1px;
}
@media (max-width: 700px) {
    .navbar-toggle-label {
        display: inline-block;
        vertical-align: middle;
    }
}
.contact-alert {
    max-width: 420px;
    margin: 0 auto 1.5em auto;
    padding: 1em 1.5em;
    border-radius: 7px;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
}
.contact-success {
    background: #e6fffa;
    color: #276749;
    border: 1.5px solid #38b2ac;
}
.contact-error {
    background: #fff5f5;
    color: #c53030;
    border: 1.5px solid #e53e3e;
}
.required-asterisk {
    color: #e53e3e;
    font-size: 1.1em;
    margin-left: 2px;
}
.project-img {
    width: 100%;
    max-width: 340px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1em;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    background: #e9e9e9;
    display: block;
}
/* Projects Disclaimer Footer */
.projects-footer {
    width: 100vw;
    text-align: center;
    margin-top: 2em;
    padding-bottom: 1.5em;
}
.projects-disclaimer {
    color: #888;
    font-size: 0.98em;
    letter-spacing: 0.01em;
}
/* Project Cards Custom Styles */
.projects-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
    margin-top: 2em;
}
.project-card {
    min-width: 320px;
    max-width: 400px;
    flex: 1 1 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 2em 1.5em 1.5em 1.5em;
    margin-bottom: 1.5em;
}
.project-title {
    font-size: 1.5rem;
    color: #1a2233;
    margin: 0 0 0.5em 0;
}
.project-progress {
    font-size: 1.05rem;
    margin-bottom: 0.7em;
}
.progress-status {
    font-weight: 600;
    color: #4fd1c5;
}
.project-desc {
    font-size: 1.1rem;
    margin-bottom: 1.2em;
    color: #222;
}
.project-link {
    font-size: 1rem;
    padding: 0.7em 1.5em;
}
/* Home Page Custom Styles */
.home-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(80vh - 60px);
    width: 96vw;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}
.home-title {
    font-size: 3.5rem;
    margin-bottom: 0.3em;
}
.home-subtitle {
    color: #4fd1c5;
    font-weight: 700;
    margin-top: 0.5em;
    font-size: 2rem;
}
.home-photo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    box-shadow: 0 2px 32px rgba(0,0,0,0.15);
    margin: 2em 0 1.5em 0;
    object-fit: cover;
}
.home-links {
    margin: 2em 0;
    display: flex;
    justify-content: center;
    gap: 1.5em;
}
.home-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.7em;
    font-size: 1.2em;
    padding: 1em 2em;
}

/* Projects Page Custom Styles */
.projects-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(80vh - 60px);
    width: 96vw;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}
.projects-title {
    font-size: 3.5rem;
    margin-bottom: 0.3em;
}
.projects-desc {
    font-size: 1.2rem;
    max-width: 700px;
}

/* Contact Page Custom Styles */
.contact-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(80vh - 60px);
    width: 96vw;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}
.contact-title {
    font-size: 3.5rem;
    margin-bottom: 0.3em;
}
.contact-desc {
    font-size: 1.2rem;
    max-width: 700px;
}

.contact-details {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 1.5em 2em;
    margin-bottom: 2em;
    font-size: 1.15rem;
    max-width: 420px;
    width: 100%;
    text-align: left;
}
.contact-details a {
    color: #4fd1c5;
    text-decoration: none;
    font-weight: 500;
}
.contact-details a:hover {
    text-decoration: underline;
}

.contact-divider {
    border: none;
    border-top: 1.5px solid #e2e8f0;
    margin: 2em 0 2em 0;
    width: 100%;
    max-width: 420px;
}

.contact-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 2em 2em 1.5em 2em;
    max-width: 420px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    margin-bottom: 2em;
}
.form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4em;
}
.form-group label {
    font-size: 1.08em;
    font-weight: 500;
    color: #1a2233;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.7em 1em;
    border: 1.5px solid #e2e8f0;
    border-radius: 5px;
    font-size: 1em;
    background: #f9fafb;
    color: #222;
    transition: border 0.2s;
    resize: none;
}
.form-group input:focus,
.form-group textarea:focus {
    border-color: #4fd1c5;
    outline: none;
}
.btn-submit {
    background: #4fd1c5;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.8em 1.7em;
    font-size: 1.08em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    align-self: flex-end;
    margin-top: 0.5em;
}
.btn-submit:hover {
    background: #38b2ac;
}
/* About Page Custom Styles */
/* Navbar Styles */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1a2233;
    color: #fff;
    padding: 1.2em 2em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    position: relative;
    z-index: 10;
}
.navbar-left {
    display: flex;
    align-items: center;
    gap: 0.7em;
}
.logo-img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
    background: #fff;
}
.navbar-name {
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #4fd1c5;
}
.navbar-links {
    display: flex;
    gap: 1.5em;
    transition: max-height 0.3s, opacity 0.3s;
}
.navbar-toggle {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 70px;
    height: 44px;
    background: #2b7e75;
    border: 2px solid #4fd1c5;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 1em;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    transition: background 0.2s, border 0.2s;
    gap: 10px;
}
.navbar-toggle:hover {
    background: #26304a;
    border-color: #38b2ac;
}
.navbar-toggle span {
    display: block;
    width: 26px;
    height: 3.5px;
    margin: 6px 0;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

@media (max-width: 700px) {
    .navbar-toggle-label {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        margin-left: 10px;
        position: relative;
        top: 0;
    }
    .navbar-toggle {
        display: flex;
    }
    .navbar {
        flex-direction: row;
        padding: 1em 0.7em;
    }
    .navbar-links {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: #1a2233;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 0.5em 1.2em 1em 1.2em;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    }
    .navbar-links.open {
        max-height: 300px;
        opacity: 1;
        pointer-events: auto;
    }
    .navbar-links a {
        width: 100%;
        padding: 1em 0;
        margin: 0;
        border-bottom: 1px solid #26304a;
        font-size: 1.15em;
    }
    .navbar-links a:last-child {
        border-bottom: none;
    }
}
.about-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: calc(80vh - 60px);
    width: 96vw;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2.5em;
}
.about-title {
    font-size: 3.5rem;
    margin-bottom: 0.3em;
}
.about-section {
    margin-bottom: 2.5em;
    width: 100%;
}
.about-section-title {
    color: #4fd1c5;
    font-size: 2rem;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.about-bio {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
}
.about-skills {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
}
.about-resume {
    font-size: 1.2rem;
    padding: 1em 2.5em;
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f9fafb;
    color: #222;
}

nav {
    background: #1a2233;
    color: #fff;
    padding: 1.2em 2em;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
nav a {
    color: #fff;
    margin-right: 2em;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
nav a:hover {
    color: #4fd1c5;
}

main {
    max-width: 900px;
    margin: 2.5em auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 2.5em 2em;
}

h1, h2, h3 {
    color: #1a2233;
    margin-top: 0;
}

.card {
    background: #f9fafb;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 1.5em;
    margin-bottom: 1.5em;
    transition: box-shadow 0.2s;
}
.card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

button, .btn {
    background: #4fd1c5;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.7em 1.5em;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block;
}
button:hover, .btn:hover {
    background: #38b2ac;
}

footer {
    text-align: center;
    padding: 2em 0 1em 0;
    color: #888;
    font-size: 0.95em;
}

@media (max-width: 700px) {
    main {
        padding: 1.2em 0.5em;
    }
    nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 1em;
    }
    nav a {
        margin-bottom: 0.7em;
        margin-right: 1em;
    }
}
