::-webkit-scrollbar {
  width: 4px; /* width of the vertical scrollbar */
  height: 4px; /* height of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #aaa !important;
  border-radius: 10px;
  /* Add shadows, gradients, etc. here */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.navbar-brand{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
    
}
.hero {
    background: #fff;
    overflow: hidden;
}

.hero-container {
    padding-left: 70px;
    padding-right: 70px;
}

.hero-row {
    min-height: 415px;
}

.hero-left {
    display: flex;
    align-items: center;
}

.hero-content {
    width: 100%;
    max-width: 680px;
    padding-top: 5px;
}

.hero-eyebrow {
    margin-bottom: 18px;
    color: #707070;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

.hero-title {
    margin: 0 0 23px;
    color: #111;
    font-size: 47px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -1.8px;
}

.hero-description {
    max-width: 550px;
    margin: 0 0 27px;
    color: #222;
    font-size: 15.5px;
    line-height: 1.65;
    font-weight: 400;
}

.hero-meta {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-wrap: wrap;
}

.hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #202020;
    font-size: 12.5px;
    margin-top: 1px;
    line-height: 1;
    text-decoration: none;
}

.hero-meta-item i {
    font-size: 15px;
}

.hero-meta-item:hover {
    color: #555;
}

.hero-meta-divider {
    display: block;
    width: 1px;
    height: 17px;
    margin: 0 13px;
    background: #d8d8d8;
}

.hero-center {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.hero-profile {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-profile-image {
    display: block;
    width: auto;
    height: 415px;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
}

.career-card {
    width: 100%;
    max-width: 390px;
    padding: 25px 26px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}


.career-section {
    width: 100%;
}
.career-label {
    display: block;
    margin-bottom: 5px;
    color: #777;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}
.career-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.career-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-top: 5px;
}

.career-icon img {
    width: 100%;
    border-radius: 8px;
}

.career-title {
    margin: 0 0 0px;
    color: #111;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 750;
    letter-spacing: -0.3px;
}

.career-company {
    margin: 0 0 0 0;
    color: #333;
    font-size: 13px;
    font-weight: 600;
}

.career-location {
    color: #777;
    font-size: 12px;
}

.career-divider {
    height: 1px;
    margin: 15px 0;
    background: #dedede;
}

.education-timeline {
    position: relative;
    padding-left: 17px;
}

.education-timeline::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 7px;
    left: 3px;
    width: 1px;
    background: #d2d2d2;
}

.education-item {
    position: relative;
    display: flex;
    margin-bottom: 17px;
}

.education-item:last-child {
    margin-bottom: 0;
}

.education-dot {
    position: absolute;
    left: -17px;
    top: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #111;
}

.education-title {
    margin: 0 0 4px;
    color: #222;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
}

.education-time {
    max-width: 230px;
    margin: 0;
    color: #666;
    font-size: 11.5px;
    line-height: 1.45;
}

.tech-stack {
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 60px;
}

.tech-stack-inner {
    height: 100%;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.section-title {
    width: 255px;
    min-width: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
    padding-left: 30px;
}
.section-title-lg{
    width: 355px;
    min-width: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
    padding-left: 30px;
}

.stack-line {
    display: block;
    width: 24px;
    height: 2px;
    background: #111;
}

.tech-stack-items {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.tech-stack-item {
    height: 50px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    border-right: 1px solid #e5e5e5;
    white-space: nowrap;
}

.tech-stack-item i {
    font-size: 20px;
}

.tech-stack__aws {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -1px;
}

.project-card {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.project-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.project-logo {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.project-logo img {
    width: 100%;
}
.project-description-content {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.project-description-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    background: linear-gradient(
        transparent,
        var(--bs-body-bg)
    );
    pointer-events: none;
}

.project-description.expanded .project-description-content {
    max-height: 1000px;
}

.project-description.expanded .project-description-content::after {
    display: none;
}

.project-show-more {
    text-decoration: none;
    font-weight: 500;
}

.project-show-more:hover {
    text-decoration: underline;
}

.capture-image{
    /*width: 100%;*/
    max-height: 700px;
}

.tech-badge {
    background-color: #f1f1f1;
    color: #333;
    font-size: 0.65rem;
    font-weight: 500;
    padding: 0.3rem 0.5rem;
    border-radius: 5px;
}

#experience{
    max-height: 600px;
    overflow-y: auto;
}
.experience-section {
    background: #fff;
    color: #111;
}

.experience-timeline {
    position: relative;
}

.experience-timeline::before {
    content: "";
    position: absolute;
    left: 13.1%;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: #cfcfcf;
}

.experience-item {
    position: relative;
    padding: 0 0 35px;
    margin: 0;
    min-height: 145px;
}

.experience-item:last-child {
    padding-bottom: 10px;
}

.experience-item::before {
    content: "";
    position: absolute;
    left: calc(11.1% - 4px);
    top: 5px;
    width: 9px;
    height: 9px;
    background: #111;
    border-radius: 50%;
    z-index: 2;
}

.experience-date {
    padding-right: 45px;

    font-size: 14px;
    line-height: 1.5;

    color: #222;
}

.experience-date div {
    font-weight: 500;
}

.experience-date span {
    display: block;

    margin-top: 3px;

    color: #777;
    font-size: 13px;
}

.experience-company {
    display: flex;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
}

.experience-company h3 {
    margin: 0 0 4px;

    font-size: 16px;
    font-weight: 700;
}

.experience-company span {
    color: #777;

    font-size: 13px;
}
.experience-content {
    padding-right: 45px;
}

.experience-content h2 {
    margin: 0;

    font-size: 17px;
    line-height: 1.3;

    font-weight: 700;
}

.experience-content h4 {
    margin: 2px 0 8px;

    font-size: 14px;
    font-weight: 400;

    color: #666;
}

.experience-content p {
    margin: 0;

    max-width: 570px;

    font-size: 13px;
    line-height: 1.55;

    color: #555;
}

.experience-skills {
    padding-left: 28px;

    border-left: 1px solid #eeeeee;
}

.experience-skills ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.experience-skills li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 12px;
    color: #555;
    font-size: 13px;
    line-height: 1.45;
}

.experience-skills li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #777;
}

/*Skills*/
.skills-page {
    max-width: 1400px;
    margin: 0 auto;
}
.skills-header {
    padding: 1rem 1.5rem 2rem;
}

.skills-header-title {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.skills-header-title::before {
    content: "";
    display: block;
    width: 4px;
    height: 32px;
    background: #000;
}

.skills-header-description {
    margin-top: .75rem;
    color: #6c757d;
    font-size: .95rem;
    line-height: 1.7;
}
.skill-category {
    position: relative;
    margin-bottom: 2rem;
}

.skill-category-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding: 0 1.5rem;
}

.skill-category-index {
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dee2e6;
    border-radius: 50%;

    font-size: .75rem;
    font-weight: 700;
    color: #6c757d;
}

.skill-category-heading {
    flex: 1;
}

.skill-category-name {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: .03em;
}

.skill-category-description {
    margin: .35rem 0 0;
    color: #6c757d;
    font-size: .9rem;
    line-height: 1.6;
}
.skill-card {
    height: 100%;
    border: 1px solid #e9ecef;
    border-radius: .6rem;
    background: #fff;

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.skill-card:hover {
    transform: translateY(-3px);
    border-color: #adb5bd;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .07);
}

.skill-card-body {
    padding: 1rem;
}

.skill-identity {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.skill-logo {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border: 1px solid #e9ecef;
    border-radius: .5rem;

    background: #f8f9fa;
}

.skill-logo img {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.skill-name {
    margin: 0;
    font-size: .95rem;
    font-weight: 700;
}

.skill-meta {
    margin-top: .15rem;
    font-size: .72rem;
    color: #6c757d;
}

.skill-percentage {
    font-size: .8rem;
    font-weight: 700;
    white-space: nowrap;
}

.skill-progress {
    height: 4px;
    margin-top: .85rem;

    overflow: hidden;

    background: #e9ecef;
    border-radius: 10px;
}

.skill-progress-bar {
    height: 100%;
    background: #212529;

    border-radius: inherit;

    transition: width .8s ease;
}

.skill-learning {
    display: inline-flex;
    align-items: center;
    gap: .3rem;

    margin-top: .7rem;

    font-size: .68rem;
    font-weight: 600;
    color: #6c757d;
}

.skill-learning-dot {
    width: 6px;
    height: 6px;

    display: inline-block;

    background: #212529;
    border-radius: 50%;
}

.skill-category:not(:last-child)::after {
    content: "";
    display: block;
    width: calc(100% - 3rem);
    height: 1px;
    margin: 1rem auto 0;
    background: #f1f3f5;
}


.footer-container{
    border-top: 1px solid #e8e8e8;
}
.footer-title{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
}
.footer-status{
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #111;
}

/*World Map*/
#world-map{
    width: 100%;
    height: 800px;
}
#requests-list{
    height: 800px;
    overflow-y: auto;
}

.portfolio-title {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.portfolio-title::before {
    content: "";
    display: block;
    width: 4px;
    height: 32px;
    background: #000;
}

.portfolio-description {
    margin-top: .75rem;
    color: #6c757d;
    font-size: .95rem;
    line-height: 1.7;
}

/*Resonsive*/
@media (min-width: 1920px) {
    .hero-title{
        font-size: 45px;
    }
}

@media (min-width: 1400px) {
    .hero-title{
        font-size: 40px;
    }
    .experience-timeline::before {
        left: 13.1%;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .hero-title{
        font-size: 26px;
    }
    .hero-meta-item{
        margin: 3px 3px 3px 3px;
    }
    .experience-timeline::before{
        left: 16.1%;
    }
    .experience-item::before{
        left: calc(13.5% - 4px);
    }
    .project-logo{
        width: 50px;
        height: 50px;
    }
    .project-title{
        font-size: 20px;
    }
}

@media (max-width: 992px) {

    .tech-stack {
        height: 70px;
    }

    .section-title {
        width: 125px;
        min-width: 125px;
    }

    .tech-stack-item {
        padding: 0 16px;
    }

    .experience-timeline::before {
        left: 36px;
    }

    .experience-item {
        padding-left: 35px;
        padding-bottom: 45px;
    }

    .experience-item::before {
        left: -16px;
    }

    .experience-date {
        padding: 0 0 15px;
    }

    .experience-company {
        padding: 0 0 15px;
    }

    .experience-content {
        padding: 0 0 15px;
    }

    .experience-skills {
        padding: 0;
        border-left: none;
    }
    .capture-image{
        width: 100% !important;
    }

}

@media (max-width: 768px) {

    .section-title {
        position: sticky;
        left: 0;
        background: #fafafa;
        z-index: 2;
    }

    .tech-stack-items {
        flex: none;
    }
    .capture-image{
        width: 100%;
    }

    .portfolio-title {
        font-size: 1.4rem;
    }

    .skills-header {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .skill-category-header {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .skills-header-title {
        font-size: 1.4rem;
    }

    .skill-category-name {
        font-size: 1.1rem;
    }
    .skill-category{
        margin-bottom: 1.5rem;
    }
    .skill-category:not(:last-child)::after {
        margin: 0px;
    }

}

@media (max-width: 575.98px) {
    .experience-section {
        padding-top: 35px !important;
    }

    .experience-item {
        padding-left: 25px;
        padding-bottom: 40px;
    }

    .experience-timeline::before {
        left: 35px;
    }

    .experience-item::before {
        width: 8px;
        height: 8px;
    }

    .experience-date {
        font-size: 13px;
    }

    .experience-company {
        padding-bottom: 12px;
    }

    .experience-content h2 {
        font-size: 16px;
    }

    .experience-content p {
        font-size: 13px;
    }

    .experience-skills {
        margin-top: 5px;
    }
    .capture-image{
        width: 100% !important;
    }
}