﻿body {
    font-family: "Segoe UI", Arial, sans-serif;
    background: #f5f7fb;
    color: #1f2933;
    margin: 0;
}

.main-navbar {
    background: linear-gradient(90deg, #08203e, #123c69);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.brand-title {
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    margin-left: 8px;
    transition: 0.3s;
}

    .navbar-nav .nav-link:hover {
        color: #f7c948 !important;
    }

.page-wrapper {
    padding-top: 85px;
    min-height: 75vh;
}

.hero-section {
    background: linear-gradient(135deg, #08203e, #1b4d89);
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .hero-section::after {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        background: rgba(255, 255, 255, 0.06);
        border-radius: 50%;
        right: -120px;
        top: -120px;
    }

.hero-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
}

.hero-subtitle {
    font-size: 20px;
    color: #dbeafe;
    margin-bottom: 25px;
}

.hero-text {
    font-size: 17px;
    line-height: 1.8;
    color: #edf4ff;
}

.hero-card {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.profile-circle {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: #ffffff;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #123c69;
    font-size: 74px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.section-title {
    font-weight: 800;
    color: #08203e;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #5f6c7b;
    margin-bottom: 35px;
}

.info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
}

    .info-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12);
    }

    .info-card i {
        font-size: 38px;
        color: #1b4d89;
        margin-bottom: 18px;
    }

    .info-card h4 {
        font-weight: 700;
        color: #08203e;
        margin-bottom: 12px;
    }

    .info-card p {
        color: #52616b;
        line-height: 1.7;
    }

.btn-main {
    background: #f7c948;
    color: #08203e;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

    .btn-main:hover {
        background: #ffffff;
        color: #08203e;
    }

.btn-outline-light-custom {
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.7);
}

    .btn-outline-light-custom:hover {
        background: #ffffff;
        color: #08203e;
    }

.stats-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.stats-number {
    font-size: 34px;
    font-weight: 800;
    color: #123c69;
}

.stats-label {
    color: #5f6c7b;
    font-weight: 600;
}

.site-footer {
    background: #08203e;
    color: #ffffff;
    padding: 28px 0;
    margin-top: 60px;
}

    .site-footer h5 {
        font-weight: 700;
        margin-bottom: 6px;
    }

    .site-footer p {
        margin: 0;
        color: #dbeafe;
    }

.footer-link {
    color: #ffffff;
    text-decoration: none;
    margin-left: 16px;
    font-weight: 500;
}

    .footer-link:hover {
        color: #f7c948;
    }

@media only screen and (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .btn-outline-light-custom {
        margin-left: 0;
        margin-top: 12px;
    }

    .profile-circle {
        margin-top: 35px;
    }
}
.inner-hero {
    background: linear-gradient(135deg, #08203e, #1b4d89);
    color: #ffffff;
    padding: 70px 0;
}

    .inner-hero h1 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .inner-hero p {
        font-size: 18px;
        max-width: 760px;
        color: #dbeafe;
        margin: 0;
        line-height: 1.7;
    }

.profile-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    position: sticky;
    top: 105px;
}

.profile-icon {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: linear-gradient(135deg, #123c69, #1b4d89);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 58px;
    margin: 0 auto 25px auto;
}

.profile-card h3 {
    text-align: center;
    color: #08203e;
    font-weight: 800;
    margin-bottom: 8px;
}

.profile-position {
    text-align: center;
    color: #5f6c7b;
    font-weight: 600;
    margin-bottom: 25px;
}

.profile-info {
    margin-top: 20px;
}

    .profile-info div {
        display: flex;
        gap: 12px;
        margin-bottom: 15px;
        color: #344054;
        line-height: 1.5;
    }

    .profile-info i {
        color: #1b4d89;
        font-size: 20px;
        min-width: 24px;
    }

.btn-profile {
    display: block;
    text-align: center;
    margin-top: 25px;
    background: #f7c948;
    color: #08203e;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

    .btn-profile:hover {
        background: #123c69;
        color: #ffffff;
    }

.content-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

    .content-card h2 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 18px;
    }

    .content-card p {
        color: #52616b;
        line-height: 1.85;
        font-size: 16px;
        text-align: justify;
    }

.mini-card {
    background: #f8fafc;
    border-radius: 18px;
    padding: 20px;
    height: 100%;
    display: flex;
    gap: 15px;
    transition: 0.3s;
}

    .mini-card:hover {
        background: #edf4ff;
        transform: translateY(-4px);
    }

    .mini-card i {
        font-size: 30px;
        color: #1b4d89;
    }

    .mini-card h5 {
        color: #08203e;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .mini-card p {
        margin: 0;
        text-align: left;
        font-size: 15px;
        line-height: 1.6;
    }

.professional-list {
    padding-left: 20px;
    margin-bottom: 0;
}

    .professional-list li {
        margin-bottom: 12px;
        color: #52616b;
        line-height: 1.7;
        font-size: 16px;
    }

@media only screen and (max-width: 992px) {
    .profile-card {
        position: relative;
        top: 0;
    }
}
.research-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
}

    .research-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
    }

.research-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(135deg, #123c69, #1b4d89);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.research-card h4 {
    color: #08203e;
    font-weight: 800;
    margin-bottom: 12px;
}

.research-card p {
    color: #52616b;
    line-height: 1.75;
    margin-bottom: 0;
}

.tool-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.tool-item {
    background: #f8fafc;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    color: #344054;
    transition: 0.3s;
}

    .tool-item:hover {
        background: #edf4ff;
        transform: translateY(-3px);
    }

    .tool-item i {
        color: #1b4d89;
        font-size: 24px;
    }

.timeline-box {
    position: relative;
    padding-left: 10px;
}

.timeline-item {
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
}

    .timeline-item:last-child {
        margin-bottom: 0;
    }

.timeline-marker {
    width: 18px;
    height: 18px;
    background: #f7c948;
    border-radius: 50%;
    margin-top: 6px;
    box-shadow: 0 0 0 6px rgba(247, 201, 72, 0.22);
    flex-shrink: 0;
}

.timeline-item h5 {
    color: #08203e;
    font-weight: 800;
    margin-bottom: 6px;
}

.timeline-item p {
    color: #52616b;
    line-height: 1.75;
    margin-bottom: 0;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .tool-grid {
        grid-template-columns: 1fr;
    }
}
.publication-filter-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

    .publication-filter-box h3 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .publication-filter-box p {
        color: #52616b;
        margin-bottom: 0;
    }

.publication-select {
    border-radius: 14px;
    padding: 12px;
    font-weight: 600;
    color: #344054;
}

.publication-item {
    display: flex;
    gap: 24px;
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    margin-bottom: 22px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
}

    .publication-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
    }

.publication-year {
    width: 86px;
    height: 86px;
    border-radius: 22px;
    background: linear-gradient(135deg, #123c69, #1b4d89);
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.publication-content {
    flex: 1;
}

.publication-badge {
    display: inline-block;
    background: #edf4ff;
    color: #123c69;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
}

    .publication-badge.conference {
        background: #fff7d6;
        color: #8a6100;
    }

    .publication-badge.submitted {
        background: #e9f9ef;
        color: #166534;
    }

    .publication-badge.report {
        background: #f3e8ff;
        color: #6b21a8;
    }

.publication-content h4 {
    color: #08203e;
    font-weight: 800;
    margin-bottom: 12px;
}

.publication-content p {
    color: #52616b;
    line-height: 1.75;
    margin-bottom: 15px;
}

.publication-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #5f6c7b;
    font-size: 14px;
    font-weight: 600;
}

    .publication-meta i {
        color: #1b4d89;
        margin-right: 5px;
    }

@media only screen and (max-width: 768px) {
    .publication-item {
        flex-direction: column;
    }

    .publication-year {
        width: 76px;
        height: 76px;
        font-size: 21px;
    }
}
.keyword-box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .keyword-box span {
        background: #edf4ff;
        color: #123c69;
        padding: 10px 16px;
        border-radius: 30px;
        font-weight: 700;
        font-size: 14px;
    }
.teaching-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
}

    .teaching-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
    }

.teaching-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(135deg, #123c69, #1b4d89);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.teaching-card h4 {
    color: #08203e;
    font-weight: 800;
    margin-bottom: 12px;
}

.teaching-card p {
    color: #52616b;
    line-height: 1.75;
    margin-bottom: 0;
}

.assessment-flow {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.assessment-step {
    display: flex;
    gap: 16px;
    background: #f8fafc;
    border-radius: 18px;
    padding: 18px;
}

.assessment-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f7c948;
    color: #08203e;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.assessment-step h5 {
    color: #08203e;
    font-weight: 800;
    margin-bottom: 6px;
}

.assessment-step p {
    margin-bottom: 0;
    color: #52616b;
    line-height: 1.65;
    text-align: left;
}

.teaching-table {
    margin-bottom: 0;
}

    .teaching-table thead th {
        background: #08203e;
        color: #ffffff;
        padding: 15px;
        font-weight: 700;
    }

    .teaching-table tbody td {
        padding: 15px;
        color: #344054;
        line-height: 1.6;
    }

    .teaching-table tbody tr:nth-child(even) {
        background: #f8fafc;
    }
.naming-box {
    background: #f8fafc;
    border-radius: 18px;
    padding: 20px;
    margin-top: 20px;
}

    .naming-box h5 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .naming-box p {
        margin-bottom: 6px;
        text-align: left;
    }

.upload-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

    .upload-card h3 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .upload-card p {
        color: #52616b;
        margin-bottom: 20px;
    }

.btn-upload {
    background: #f7c948;
    color: #08203e;
    border: none;
    border-radius: 14px;
    padding: 12px;
    font-weight: 800;
    transition: 0.3s;
}

    .btn-upload:hover {
        background: #123c69;
        color: #ffffff;
    }

.upload-message {
    display: block;
    margin-top: 18px;
    font-weight: 700;
}

    .upload-message.success {
        color: #166534;
    }

    .upload-message.error {
        color: #b42318;
    }

.no-lectures-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

    .no-lectures-box i {
        font-size: 58px;
        color: #1b4d89;
        margin-bottom: 15px;
    }

    .no-lectures-box h3 {
        color: #08203e;
        font-weight: 800;
    }

    .no-lectures-box p {
        color: #52616b;
        margin-bottom: 0;
    }

.course-category-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    margin-bottom: 28px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.course-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

    .course-category-header h3 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 6px;
    }

    .course-category-header p {
        color: #52616b;
        margin-bottom: 0;
        font-weight: 600;
    }

.course-category-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, #123c69, #1b4d89);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.lecture-link {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #f8fafc;
    padding: 18px;
    border-radius: 18px;
    margin-bottom: 14px;
    text-decoration: none;
    transition: 0.3s;
}

    .lecture-link:hover {
        background: #edf4ff;
        transform: translateY(-3px);
    }

.lecture-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fff1f0;
    color: #b42318;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}

.lecture-details {
    flex: 1;
}

    .lecture-details h5 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .lecture-details p {
        color: #52616b;
        margin-bottom: 0;
        font-size: 14px;
    }

.lecture-meta {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 4px;
    color: #5f6c7b;
    font-size: 13px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .course-category-header {
        align-items: flex-start;
        gap: 15px;
    }

    .lecture-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .lecture-meta {
        align-items: flex-start;
    }
}
.naming-box {
    background: #f8fafc;
    border-radius: 18px;
    padding: 20px;
    margin-top: 20px;
}

    .naming-box h5 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .naming-box p {
        margin-bottom: 6px;
        text-align: left;
    }

.no-lectures-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

    .no-lectures-box i {
        font-size: 58px;
        color: #1b4d89;
        margin-bottom: 15px;
    }

    .no-lectures-box h3 {
        color: #08203e;
        font-weight: 800;
    }

    .no-lectures-box p {
        color: #52616b;
        margin-bottom: 0;
    }

.course-category-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    margin-bottom: 28px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.course-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

    .course-category-header h3 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 6px;
    }

    .course-category-header p {
        color: #52616b;
        margin-bottom: 0;
        font-weight: 600;
    }

.course-category-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, #123c69, #1b4d89);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.lecture-link {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #f8fafc;
    padding: 18px;
    border-radius: 18px;
    margin-bottom: 14px;
    text-decoration: none;
    transition: 0.3s;
}

    .lecture-link:hover {
        background: #edf4ff;
        transform: translateY(-3px);
    }

.lecture-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fff1f0;
    color: #b42318;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}

.lecture-details {
    flex: 1;
}

    .lecture-details h5 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .lecture-details p {
        color: #52616b;
        margin-bottom: 0;
        font-size: 14px;
    }

.lecture-meta {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 4px;
    color: #5f6c7b;
    font-size: 13px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .course-category-header {
        align-items: flex-start;
        gap: 15px;
    }

    .lecture-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .lecture-meta {
        align-items: flex-start;
    }
}
.project-summary-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
}

    .project-summary-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
    }

    .project-summary-card i {
        font-size: 38px;
        color: #1b4d89;
        margin-bottom: 18px;
    }

    .project-summary-card h4 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .project-summary-card p {
        color: #52616b;
        line-height: 1.7;
        margin-bottom: 0;
    }

.project-section-title {
    margin: 35px 0 22px 0;
}

    .project-section-title h2 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .project-section-title p {
        color: #52616b;
        margin-bottom: 0;
    }

.project-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
}

    .project-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
    }

.project-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.project-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: linear-gradient(135deg, #123c69, #1b4d89);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.project-type {
    background: #edf4ff;
    color: #123c69;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
}

    .project-type.research {
        background: #e9f9ef;
        color: #166534;
    }

    .project-type.energy {
        background: #fff7d6;
        color: #8a6100;
    }

    .project-type.engineering {
        background: #e0f2fe;
        color: #075985;
    }

    .project-type.software {
        background: #f3e8ff;
        color: #6b21a8;
    }

    .project-type.quality {
        background: #fef3c7;
        color: #92400e;
    }

.project-card h3 {
    color: #08203e;
    font-weight: 800;
    margin-bottom: 14px;
    font-size: 22px;
}

.project-card p {
    color: #52616b;
    line-height: 1.75;
    margin-bottom: 18px;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .project-tags span {
        background: #f8fafc;
        color: #344054;
        padding: 8px 13px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 700;
    }
.quality-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
}

    .quality-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
    }

.quality-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(135deg, #123c69, #1b4d89);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.quality-card h4 {
    color: #08203e;
    font-weight: 800;
    margin-bottom: 12px;
}

.quality-card p {
    color: #52616b;
    line-height: 1.75;
    margin-bottom: 0;
}

.qams-feature {
    background: #f8fafc;
    border-radius: 18px;
    padding: 22px;
    height: 100%;
    transition: 0.3s;
}

    .qams-feature:hover {
        background: #edf4ff;
        transform: translateY(-4px);
    }

    .qams-feature i {
        font-size: 34px;
        color: #1b4d89;
        margin-bottom: 14px;
    }

    .qams-feature h5 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .qams-feature p {
        color: #52616b;
        line-height: 1.7;
        margin-bottom: 0;
        text-align: left;
    }

.quality-table {
    margin-bottom: 0;
}

    .quality-table thead th {
        background: #08203e;
        color: #ffffff;
        padding: 15px;
        font-weight: 700;
    }

    .quality-table tbody td {
        padding: 15px;
        color: #344054;
        line-height: 1.6;
    }

    .quality-table tbody tr:nth-child(even) {
        background: #f8fafc;
    }
.cv-header-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

    .cv-header-card h2 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 8px;
    }

.cv-title {
    color: #52616b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
}

.cv-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

    .cv-info-grid div {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #344054;
        font-weight: 600;
    }

    .cv-info-grid i {
        color: #1b4d89;
        font-size: 20px;
    }

.cv-download-btn {
    display: block;
    background: #f7c948;
    color: #08203e;
    font-weight: 800;
    padding: 13px 20px;
    border-radius: 30px;
    text-decoration: none;
    margin-bottom: 12px;
    text-align: center;
    transition: 0.3s;
}

    .cv-download-btn:hover {
        background: #123c69;
        color: #ffffff;
    }

    .cv-download-btn.secondary {
        background: #edf4ff;
        color: #123c69;
    }

        .cv-download-btn.secondary:hover {
            background: #123c69;
            color: #ffffff;
        }

.cv-note {
    display: block;
    background: #fff7d6;
    color: #8a6100;
    padding: 13px 18px;
    border-radius: 16px;
    font-weight: 700;
    text-align: center;
}

.cv-side-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    position: sticky;
    top: 105px;
}

    .cv-side-card h3 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 14px;
    }

    .cv-side-card p {
        color: #52616b;
        line-height: 1.8;
        text-align: justify;
    }

.cv-section {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 24px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

    .cv-section h2 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 20px;
        font-size: 24px;
    }

        .cv-section h2 i {
            color: #1b4d89;
            margin-right: 8px;
        }

    .cv-section p {
        color: #52616b;
        line-height: 1.85;
        text-align: justify;
    }

.cv-item {
    background: #f8fafc;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 16px;
}

    .cv-item:last-child {
        margin-bottom: 0;
    }

    .cv-item h4 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 8px;
        font-size: 19px;
    }

    .cv-item p {
        margin-bottom: 0;
        text-align: left;
    }

.cv-list {
    margin-bottom: 0;
    padding-left: 20px;
}

    .cv-list li {
        color: #52616b;
        line-height: 1.75;
        margin-bottom: 10px;
    }

.cv-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .cv-keywords span {
        background: #edf4ff;
        color: #123c69;
        padding: 9px 14px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 800;
    }

@media only screen and (max-width: 992px) {
    .cv-side-card {
        position: relative;
        top: 0;
    }

    .cv-info-grid {
        grid-template-columns: 1fr;
    }
}
.contact-profile-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    position: sticky;
    top: 105px;
}

.contact-avatar {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: linear-gradient(135deg, #123c69, #1b4d89);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 58px;
    margin: 0 auto 25px auto;
}

.contact-profile-card h2 {
    color: #08203e;
    font-weight: 800;
    text-align: center;
    margin-bottom: 8px;
}

.contact-title {
    color: #52616b;
    text-align: center;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 25px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info-item {
    display: flex;
    gap: 14px;
    background: #f8fafc;
    padding: 16px;
    border-radius: 18px;
}

    .contact-info-item i {
        color: #1b4d89;
        font-size: 24px;
        min-width: 28px;
    }

    .contact-info-item h5 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 4px;
    }

    .contact-info-item span,
    .contact-info-item a {
        color: #52616b;
        font-weight: 600;
        text-decoration: none;
        line-height: 1.6;
    }

        .contact-info-item a:hover {
            color: #123c69;
            text-decoration: underline;
        }

.contact-main-btn {
    display: block;
    margin-top: 25px;
    text-align: center;
    background: #f7c948;
    color: #08203e;
    font-weight: 800;
    padding: 13px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

    .contact-main-btn:hover {
        background: #123c69;
        color: #ffffff;
    }

.contact-keyword-area {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

    .contact-keyword-area span {
        background: #edf4ff;
        color: #123c69;
        padding: 9px 14px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 800;
    }

.contact-link-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.contact-link-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #f8fafc;
    padding: 18px;
    border-radius: 18px;
    text-decoration: none;
    transition: 0.3s;
}

    .contact-link-card:hover {
        background: #edf4ff;
        transform: translateY(-4px);
    }

    .contact-link-card i {
        font-size: 30px;
        color: #1b4d89;
    }

    .contact-link-card h5 {
        color: #08203e;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .contact-link-card p {
        color: #52616b;
        margin-bottom: 0;
        line-height: 1.6;
        text-align: left;
    }

.email-template-box {
    background: #f8fafc;
    border-radius: 18px;
    padding: 22px;
}

    .email-template-box p {
        text-align: left;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 992px) {
    .contact-profile-card {
        position: relative;
        top: 0;
    }

    .contact-link-grid {
        grid-template-columns: 1fr;
    }
}
.hero-card {
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.profile-photo-box {
    width: 220px !important;
    height: 220px !important;
    max-width: 220px !important;
    max-height: 220px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    margin: 0 auto !important;
    padding: 7px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28) !important;
}

    .profile-photo-box img,
    .profile-photo {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: cover !important;
        object-position: center top !important;
        border-radius: 50% !important;
        display: block !important;
    }

@media only screen and (max-width: 768px) {
    .profile-photo-box {
        width: 190px !important;
        height: 190px !important;
        max-width: 190px !important;
        max-height: 190px !important;
    }
}
.hero-card {
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.profile-photo-box {
    width: 220px !important;
    height: 220px !important;
    max-width: 220px !important;
    max-height: 220px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    margin: 0 auto !important;
    padding: 7px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28) !important;
}

    .profile-photo-box img,
    .profile-photo {
        width: 220px !important;
        height: 220px !important;
        max-width: 220px !important;
        max-height: 220px !important;
        object-fit: cover !important;
        object-position: center top !important;
        border-radius: 50% !important;
        display: block !important;
        margin: auto !important;
    }

@media only screen and (max-width: 768px) {
    .profile-photo-box,
    .profile-photo-box img,
    .profile-photo {
        width: 180px !important;
        height: 180px !important;
        max-width: 180px !important;
        max-height: 180px !important;
    }
}
.home-profile-card {
    width: 100% !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-radius: 24px !important;
    padding: 32px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
}

.home-photo-frame {
    width: 220px !important;
    height: 220px !important;
    max-width: 220px !important;
    max-height: 220px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    padding: 7px !important;
    margin: 0 auto 24px auto !important;
    overflow: hidden !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28) !important;
}

.home-profile-photo {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 50% !important;
    display: block !important;
}

.home-profile-card h3 {
    color: #ffffff !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
}

.home-profile-card p {
    color: #edf4ff !important;
    line-height: 1.7 !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 992px) {
    .home-profile-card {
        margin-top: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    .home-photo-frame {
        width: 180px !important;
        height: 180px !important;
        max-width: 180px !important;
        max-height: 180px !important;
    }
}
.gallery-search {
    border-radius: 16px;
    padding: 13px 18px;
    font-weight: 600;
}

.gallery-format-box {
    background: #f8fafc;
    border-radius: 18px;
    padding: 16px 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #52616b;
}

    .gallery-format-box strong {
        color: #08203e;
    }

.no-gallery-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

    .no-gallery-box i {
        font-size: 58px;
        color: #1b4d89;
        margin-bottom: 15px;
    }

    .no-gallery-box h3 {
        color: #08203e;
        font-weight: 800;
    }

    .no-gallery-box p {
        color: #52616b;
        margin-bottom: 0;
    }

.gallery-filter-area {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gallery-filter-btn {
    background: #ffffff;
    color: #123c69;
    padding: 11px 18px;
    border-radius: 30px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
    border: none;
}

    .gallery-filter-btn span {
        background: #edf4ff;
        color: #123c69;
        padding: 3px 8px;
        border-radius: 20px;
        margin-left: 6px;
        font-size: 12px;
    }

    .gallery-filter-btn:hover,
    .gallery-filter-btn.active {
        background: #123c69;
        color: #ffffff;
    }

        .gallery-filter-btn:hover span,
        .gallery-filter-btn.active span {
            background: #f7c948;
            color: #08203e;
        }

.gallery-grid {
    columns: 3 280px;
    column-gap: 24px;
}

.gallery-card {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
}

    .gallery-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
    }

.gallery-image-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: 0.4s;
}

.gallery-card:hover .gallery-image {
    transform: scale(1.04);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 32, 62, 0.68);
    color: #ffffff;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    transition: 0.3s;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    font-size: 34px;
}

.gallery-overlay span {
    font-weight: 800;
}

.gallery-info {
    padding: 20px;
}

.gallery-category {
    display: inline-block;
    background: #edf4ff;
    color: #123c69;
    padding: 7px 13px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 12px;
}

.gallery-info h4 {
    color: #08203e;
    font-weight: 800;
    margin-bottom: 12px;
    font-size: 20px;
}

.gallery-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #52616b;
    font-size: 13px;
    font-weight: 700;
}

    .gallery-meta i {
        color: #1b4d89;
        margin-right: 4px;
    }

.gallery-modal-content {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
}

.gallery-modal-header {
    background: #08203e;
    color: #ffffff;
    padding: 20px 24px;
}

    .gallery-modal-header h5 {
        font-weight: 800;
        margin-bottom: 5px;
    }

    .gallery-modal-header p {
        margin-bottom: 0;
        color: #dbeafe;
        font-weight: 600;
    }

.gallery-modal-body {
    background: #f8fafc;
    text-align: center;
    padding: 20px;
}

    .gallery-modal-body img {
        max-width: 100%;
        max-height: 75vh;
        border-radius: 18px;
    }

.gallery-modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #52616b;
    font-weight: 700;
}

.gallery-open-btn {
    background: #f7c948;
    color: #08203e;
    padding: 10px 16px;
    border-radius: 30px;
    font-weight: 800;
    text-decoration: none;
}

    .gallery-open-btn:hover {
        background: #123c69;
        color: #ffffff;
    }

@media only screen and (max-width: 768px) {
    .gallery-grid {
        columns: 1;
    }

    .gallery-meta,
    .gallery-modal-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}
.gallery-count {
    display: inline-block;
    background: #edf4ff;
    color: #123c69;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 800;
}

.smart-gallery-carousel {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    background: #08203e;
    margin-bottom: 45px;
}

.smart-gallery-slide {
    width: 100%;
    height: 560px;
    background: #08203e;
}

.smart-gallery-main-img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.smart-gallery-caption {
    background: linear-gradient(180deg, rgba(8, 32, 62, 0.1), rgba(8, 32, 62, 0.88));
    left: 0;
    right: 0;
    bottom: 0;
    padding: 80px 40px 35px 40px;
    text-align: left;
}

    .smart-gallery-caption span {
        display: inline-block;
        background: #f7c948;
        color: #08203e;
        padding: 7px 14px;
        border-radius: 30px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .smart-gallery-caption h3 {
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 8px;
        color: #ffffff;
    }

    .smart-gallery-caption p {
        color: #dbeafe;
        font-weight: 700;
        margin-bottom: 0;
    }

.gallery-thumbnail-title {
    margin-bottom: 22px;
}

    .gallery-thumbnail-title h2 {
        color: #08203e;
        font-weight: 900;
        margin-bottom: 6px;
    }

    .gallery-thumbnail-title p {
        color: #52616b;
        margin-bottom: 0;
    }

.smart-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.smart-gallery-card {
    background: #ffffff;
    border: none;
    border-radius: 24px;
    overflow: hidden;
    text-align: left;
    padding: 0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
    cursor: pointer;
}

    .smart-gallery-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
    }

.smart-gallery-thumb-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.smart-gallery-card-body {
    padding: 20px;
}

    .smart-gallery-card-body span {
        display: inline-block;
        background: #edf4ff;
        color: #123c69;
        padding: 7px 13px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .smart-gallery-card-body h4 {
        color: #08203e;
        font-weight: 900;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .smart-gallery-card-body p {
        color: #52616b;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 0;
    }

.no-gallery-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

    .no-gallery-box i {
        font-size: 58px;
        color: #1b4d89;
        margin-bottom: 15px;
    }

    .no-gallery-box h3 {
        color: #08203e;
        font-weight: 800;
    }

    .no-gallery-box p {
        color: #52616b;
        margin-bottom: 0;
    }

@media only screen and (max-width: 992px) {
    .smart-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .smart-gallery-slide,
    .smart-gallery-main-img {
        height: 440px;
    }
}

@media only screen and (max-width: 768px) {
    .smart-gallery-grid {
        grid-template-columns: 1fr;
    }

    .smart-gallery-slide,
    .smart-gallery-main-img {
        height: 320px;
    }

    .smart-gallery-caption {
        padding: 60px 24px 24px 24px;
    }

        .smart-gallery-caption h3 {
            font-size: 24px;
        }

    .smart-gallery-thumb-img {
        height: 220px;
    }
}
.gallery-count {
    display: inline-block;
    background: #edf4ff;
    color: #123c69;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 800;
}

.gallery-slideshow {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 28px;
    overflow: hidden;
    background: #08203e;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.gallery-frame {
    width: 100%;
    height: 560px;
    background: #08203e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-slide-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #08203e;
}

.gallery-caption-box {
    background: #ffffff;
    padding: 22px 30px;
    text-align: center;
}

    .gallery-caption-box span {
        display: inline-block;
        background: #f7c948;
        color: #08203e;
        padding: 7px 15px;
        border-radius: 30px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .gallery-caption-box h3 {
        color: #08203e;
        font-weight: 900;
        margin-bottom: 6px;
    }

    .gallery-caption-box p {
        color: #52616b;
        font-weight: 700;
        margin-bottom: 0;
    }

.gallery-arrow {
    width: 70px;
}

    .gallery-arrow span {
        background-color: rgba(8, 32, 62, 0.75);
        border-radius: 50%;
        padding: 24px;
    }

.no-gallery-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

    .no-gallery-box i {
        font-size: 58px;
        color: #1b4d89;
        margin-bottom: 15px;
    }

    .no-gallery-box h3 {
        color: #08203e;
        font-weight: 800;
    }

    .no-gallery-box p {
        color: #52616b;
        margin-bottom: 0;
    }

@media only screen and (max-width: 992px) {
    .gallery-frame {
        height: 460px;
    }
}

@media only screen and (max-width: 768px) {
    .gallery-frame {
        height: 320px;
    }

    .gallery-caption-box {
        padding: 18px;
    }

        .gallery-caption-box h3 {
            font-size: 22px;
        }
}