.breadcrumb-nav {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 0px auto;
    padding: 0px 0 0 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #888;
    background: none;
    z-index: 2;
    position: relative;
    pointer-events: auto;
    user-select: text;
}
.breadcrumb-nav a {
    color: #0e76bc;
    text-decoration: none;
    transition: color 0.2s;
    pointer-events: auto;
    user-select: text;
}
.breadcrumb-separator {
    margin: 0 8px;
    color: #bbb;
    font-size: 16px;
}
#breadcrumb-current {
    color: #222;
    font-weight: 500;
}

.portfolio-list-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
    z-index: 0;
}

.portfolio-list-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23007bff' fill-opacity='0.05'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: -1;
}

.portfolio-heading {
    text-align: center;
    padding: 30px 0px;
}

.portfolio-heading h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.portfolio-heading p {
    font-size: 1rem;
}

.portfolio-list-section .card {
    flex: 0 0 calc((100% / 3) - 20px);
    max-width: calc((100% /3) - 20px);
    margin-right: 30px;
    text-align: left;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 30px;
}

.portfolio-list-section .card:nth-child(3n) {
    margin-right: 0px;
}

.portfolio-list-section .card figure {
    overflow: hidden;
    max-height: 300px;
}

.portfolio-list-section .card figure img {
    max-width: 100%;
    width: 100%;
    display: block;
    transition: 0.5s;
}

.portfolio-list-section .card-body {}

.portfolio-list-section .row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.portfolio-list-section .card-body {
    padding: 15px;
    box-sizing: border-box;
    min-height: 180px;
}

.portfolio-list-section .card-body h3 {
    color: #377dff;
    margin-bottom: 10px;
    font-size: 20px;
}

.portfolio-list-section .card-body p {
    color: #000000;
}

.portfolio-list-section .card:hover {
    transform: translateY(-10px);
}

.portfolio-list-section .card:hover figure img {
    transform: scale(1.1) rotate(5deg);
}

.portfolio-list-section .card .btn {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    color: #0e76bc;
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.portfolio-list-section .card .btn:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #377dff;
    transition: width 0.3s ease;
}

.portfolio-list-section .card:hover .btn::before {
    width: 100px;
}
.portfolio-details-section .portfolio-heading {
    text-align-last: left;
}
.portfolio-details-section .portfolio-heading h1 {
    font-size: 2rem;
    color: #377dff;
}
.portfolio-details-section .portfolio-heading h2 {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 0px;
}
.portfolio-details-section img {
    width: 100%;
    display: block;
}
.portfolio-details-section figure {
    margin-bottom: 30px;
}
.portfolio-details-section p {
    text-align: left;
    font-size: 1.1rem;
    margin-bottom: 30px;
}
.portfolio-list-section.key-section {
    margin-top: 0px;
    padding: 30px;
    box-sizing: border-box;
}
.portfolio-list-section.key-section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}
.key-section h2 {
    color: #377dff;
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.list ul li {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    /* display: flex; */
    align-items: center;
    gap: 10px;
    position: relative;
}
.list ul li::before {
    content: "•";
    color: #007bff;
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
    position: absolute;
    left: 0px;
}
.impact-values {
    margin-top: 30px;
}
.impact-values ul {
    margin-bottom: 30px;
}