.art-info-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background-color: #191923;
    color: #fff;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    font-family: 'Poppins', sans-serif;
}

#bg-color,
body#page-top {
    background-color: #1f1f2d;
}


.art-info-bar-frame {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.art-header {
    text-align: center;
    padding: 20px 10px;
}

.art-avatar {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.art-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}

.art-avatar .fas {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 2px 4px;
    border-radius: 3px;
}


.art-ls-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.art-ls-social a {
    color: #fff;
    font-size: 16px;
}

.art-scroll-frame {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.art-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.art-menu li {
    margin-bottom: 10px;
}

.art-menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    border-radius: 5px;
}

.art-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.art-links-frame {
    padding: 10px;
    text-align: center;
}

.art-link {
    display: inline-block;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
}

.art-link:hover {
    background-color: #fff;
    color: #1d2b36;
}

.art-name a {
    color: #ffc107;
    text-decoration: none;
    font-family: math;
}

.typewriter {
    display: inline-block;
    border-right: 2px solid #fff;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    font-weight: 500;
    animation: blink-cursor 0.7s infinite;
}

@keyframes blink-cursor {

    0%,
    50%,
    100% {
        border-color: #fff;
    }

    25%,
    75% {
        border-color: transparent;
    }
}

.art-info-bar-btn {
    display: none;
}

@media (max-width: 991px) {
    .art-info-bar-btn {
        display: inline-block;
        cursor: pointer;
        font-size: 1.8rem;
        color: #ffffff;
        position: fixed;
        top: 15px;
        left: 15px;
        z-index: 1100;
        background: rgba(29, 43, 54, 0.9);
        padding: 8px 12px;
        border-radius: 8px;
    }

    .art-info-bar-btn:hover {
        background: rgba(29, 43, 54, 0.9);
        color: #fff;
    }
}


@media (max-width: 991px) {
    .art-info-bar {
        transform: translateX(-100%);
    }

    .art-info-bar.active {
        transform: translateX(0);
    }
}

.art-lang-skills-list {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
}

.art-lang-skills-item {
    text-align: center;
}

.art-cirkle-progress {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto 5px auto;
}

.art-cirkle-progress svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.art-cirkle-progress path.background {
    stroke: #333;
    stroke-width: 6;
    fill: none;
}

.art-cirkle-progress path.progress {
    stroke: #ffc107;
    stroke-width: 6;
    fill: none;
    stroke-dasharray: 292.273;
    stroke-dashoffset: 292.273;
    transition: stroke-dashoffset 1s ease;
}

.progressbar-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.65rem;
    font-weight: 600;
    color: #fff;
}

.art-lang-skills-item h6 {
    margin-top: 3px;
    font-size: 0.65rem;
    color: #ccc;
}

.art-ls-divider {
    background: #8c8c8e;
    width: 100%;
    height: 1px;
    opacity: .3;
}

.about-card {
    background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
    border-radius: 12px;
    box-shadow: 0 3px 8px 0 rgba(15, 15, 20, .2);
    padding: 15px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 0.85rem;
}

.about-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-card li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-card li:last-child {
    border-bottom: none;
}

.about-card h6 {
    font-weight: 600;
    font-size: 0.8rem;
    color: #ccc;
    margin: 0;
}

.about-card span {
    font-weight: 400;
    font-size: 0.85rem;
    color: #fff;
}

.p-15-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.art-table {
    box-shadow: 0 4px 12px rgba(10, 10, 10, 0.2);
    padding: 15px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 0.85rem;
}

.art-table ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.art-table ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.art-table ul li:last-child {
    border-bottom: none;
}

.art-table h6 {
    font-weight: 600;
    font-size: 0.8rem;
    color: #ccc;
    margin: 0;
}

.art-table span {
    font-weight: 400;
    font-size: 0.85rem;
    color: #fff;
}

.art-scroll-frame {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    padding-right: 8px;
}

.art-scroll-frame::-webkit-scrollbar {
    width: 6px;
}

.art-scroll-frame::-webkit-scrollbar-track {
    background: #1e1e1e;
    border-radius: 10px;
}

.art-scroll-frame::-webkit-scrollbar-thumb {
    background-color: #efc346;
    border-radius: 10px;
    transition: background-color 0.3s;
}

.art-scroll-frame::-webkit-scrollbar-thumb:hover {
    background-color: #efc346;
}

.art-scroll-frame {
    scrollbar-color: #efc346 #1e1e1e;
    scrollbar-width: thin;
}

/* About Section */
.about-header {
    max-width: 600px;
}

.section-subtitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #efb633;
    font-weight: 600;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    margin: 6px 0 10px;
}

.section-line {
    width: 50px;
    height: 3px;
    background: #efb633;
    border-radius: 2px;
}



.about-text {
    font-size: 15.5px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 16px;
}

.about-lead {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

span.highlight {
    font-weight: 600;
    font-size: 1.1rem;
}

.about-signature {
    margin-top: 25px;
    font-size: 14px;
    font-style: italic;
    color: #999;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 30px;
    }

    .about-card {
        padding: 25px;
    }
}

.btn-resume {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #efc346;
    ;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-resume i {
    font-size: 14px;
}

.btn-resume:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* JOURNEY */
.resume-section {
    padding: 50px 0;
    background: #1f1f2e;
    color: #fff;
}

.journey-header .section-subtitle {
    color: #efb633;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.journey-header .section-title {
    font-size: 36px;
    font-weight: 700;
    margin: 8px 0 12px;
}


.card {
    background: #2a2a3d;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.timeline-item h6 {
    font-size: 16px;
    color: #fff;
}

.timeline-item p {
    font-size: 14px;
    margin-bottom: 0;
}

.timeline-item small {
    font-size: 12px;
    color: #ccc;
}

.timeline {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 4px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
}

.timeline-icon {
    position: absolute;
    left: -2px;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.timeline-content {
    padding-left: 60px;
}

.timeline-content h6 {
    font-weight: 600;
    margin-bottom: 2px;
}

.timeline-content p {
    margin: 0;
}

.timeline-date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}


/* PORTFOLIO */
.portfolio-card {
    background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.portfolio-card h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.portfolio-card p {
    font-size: 0.85rem;
    color: #6c757d;
}

.portfolio-link {
    font-weight: 500;
    text-decoration: none;
    color: #0d6efd;
    transition: color 0.2s ease;
}

.portfolio-link:hover {
    color: #0056b3;
}

/* PAGES */
#saf-page-top {
    background: #191922;
}

#saf-page-top .project-container {
    max-width: 1200px;
    margin: 0 auto;
}

#saf-page-top .project-header {
    background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
    padding: 4rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 3rem;
}

#saf-page-top .project-header h1 {
    font-size: 2.75rem;
    font-weight: 700;
}

#saf-page-top .project-header p {
    font-size: 1.2rem;
    color: #6c757d;
}

#saf-page-top .section-title {
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

#saf-page-top.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #0d6efd;
    margin-top: 6px;
    border-radius: 2px;
}

#saf-page-top .project-description p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

#saf-page-top .project-description span {
    font-weight: 600;
}

.feature-item,
.tech-item {
    background-color: #ffffff;
    padding: 1.2rem;
    border-radius: 0.75rem;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-item i,
.tech-item i {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 0.5rem;
    display: block;
}

.feature-item:hover,
.tech-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.project-media .media-card {
    background: #2b2b35;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 250px;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.project-media .media-card img,
.project-media .media-card video {
    max-width: 100%;
    max-height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.project-media .media-caption {
    font-size: 0.9rem;
    color: #555;
    margin-top: 5px;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: none;
}

/* BLOG */



.pagination .page-item.active .page-link {
    background-color: #ffc107;
    /* Bootstrap warning color */
    border-color: #ffc107;
    color: #fff;
}

.pagination .page-link {
    color: #343a40;
}

.blog-img-wrapper {
    position: relative;
    /* allows overlay to be positioned over it */
    overflow: hidden;
    /* optional, hides anything outside */
}

.blog-overlay {
    position: absolute;
    /* positions over the image */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* semi-transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /* hidden by default */
    transition: opacity 0.3s ease;
}

.blog-overlay span {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

.blog-img-wrapper:hover .blog-overlay {
    opacity: 1;
}

.text-dark-yellow {
    color: rgb(146 150 97);
}

/* //contact */

.contact-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #e5e7eb;
}

.google-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%) invert(90%) contrast(90%);
}

.contact-card {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 380px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.contact-card h3 {
    margin-top: 0;
    color: #1e293b;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.icon-circle {
    width: 40px;
    height: 40px;
    background: #6366f1;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-info-text b {
    display: block;
    font-size: 0.9rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-text p {
    margin: 0;
    color: #1e293b;
    font-weight: 500;
}

.btn-contact {
    display: block;
    width: 100%;
    padding: 12px;
    background: #1e293b;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.btn-contact:hover {
    background: #4338ca;
}

@media (max-width: 768px) {
    .contact-card {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .contact-wrapper {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .google-map {
        position: relative;
        height: 300px;
    }
}

/* //education */
#experience .cert-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Two columns: Left & Right */
    gap: 15px;
    margin-top: 15px;
}

#experience .cert-card {
    display: flex;
    align-items: center;
    background: #1f1f2d;
    /* Matching about-card dark */
    border-radius: 10px;
    border: 1px solid #374151;
    transition: all 0.3s ease;
    text-decoration: none !important;
    height: 65px;
    /* Compact but holds detail */
    overflow: hidden;
}

#experience .cert-card:hover {
    border-color: #6366f1;
    background: #1f2937;
}

#experience .cert-img-container {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    background: #ffffff;
    /* White background to make the doc pop */
    padding: 5px;
}

#experience .cert-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#experience .cert-info {
    padding: 0 15px;
}

#experience .cert-info span {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #f3f4f6;
    line-height: 1.2;
}

#experience .cert-subtitle {
    font-size: 0.7rem !important;
    color: #9ca3af !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

/* Stack on mobile */
@media (max-width: 768px) {
    #experience .cert-grid {
        grid-template-columns: 1fr;
    }
}