.project-details {
    min-height: 100vh;
}

.bg-pweap {
    position: relative;
    /* background: url("../images/prodetw.png") no-repeat center center; */
    background-size: cover;
    min-height: 1530px;
    isolation: isolate;

    @media (min-width: 2100px) {
        min-height: 1700px;
    }
}
.bg-pweap > * {
    position: relative;
    z-index: 2;
}
.project-details .main-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
@media (max-width: 1440px) {
    .project-details .main-container {
        max-width: 1220px;
    }
}
@media (max-width: 1200px) {
    .project-details .main-container {
        max-width: 960px;
    }
}
@media (max-width: 992px) {
    .project-details .main-container {
        max-width: 720px;
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .project-details .main-container {
        max-width: 540px;
        padding: 0 15px;
    }
}
@media (max-width: 576px) {
    .project-details .main-container {
        max-width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 380px) {
    .project-details .main-container {
        padding: 0 15px;
    }
}

.breadcrumb-project-details {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.project-header {
    padding: 20px;
    padding-top: 70px;
    margin-bottom: 6px;
}
@media (max-width: 768px) {
    .project-header {
        padding: 20px 0;
        margin-bottom: 20px;
    }
}
.project-header-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
@media (max-width: 576px) {
    .project-header-container {
        flex-direction: column;
        gap: 15px;
    }
}
.project-header-profile {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.project-header-profile img {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    object-fit: cover;
}
.project-header-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.project-header-name {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin: 0;
}
.project-header-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
@media (max-width: 576px) {
    .project-header-meta {
        gap: 15px;
    }
}
.project-header-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #000;
}
.project-header-meta-icon {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    object-fit: contain;
}

.project-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 419px;
    gap: 40px;
    align-items: start;
}
@media (max-width: 1200px) {
    .project-content-wrapper {
        grid-template-columns: 1fr 380px;
        gap: 30px;
    }
}
@media (max-width: 992px) {
    .project-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.project-main-content {
    background-color: #ffffff;
    border-radius: 30px 30px 0 0;
    padding: 30px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    .project-main-content {
        padding: 24px;
    }
}

.project-meta-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.project-date {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    color: #000;
}

.project-tags {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.project-tag {
    padding: 2px 16px;
    border-radius: 35px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #808080;
}
.project-tag-senior {
    background-color: rgba(128, 128, 128, 0.15);
}
.project-tag-onset {
    background-color: #fce9d3;
    color: #f8992c;
}
.project-tag-gronset {
    color: #808080;
    background: rgb(238, 236, 236);
}
.project-title-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .project-title-wrapper {
        gap: 15px;
    }
}

.project-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin: 0;
    flex: 1;
}
@media (max-width: 768px) {
    .project-title {
        font-size: 16px;
        line-height: 28px;
    }
}

.project-title-bookmark {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    margin-top: 4px;
}
.project-title-bookmark:hover {
    transform: scale(1.1);
}
.project-title-bookmark img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.project-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.project-divider svg {
    width: 100%;
    max-width: 800px;
    height: 1px;
    object-fit: contain;
}

.project-description {
    margin-bottom: 30px;
}
.project-description p {
    font-family: "Baloo 2", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    margin: 0 0 15px 0;
}
.project-description p:last-child {
    margin-bottom: 0;
}

.project-features {
    margin-bottom: 30px;
    padding: 20px 30px 30px;
    margin-left: -30px;
    margin-right: -30px;
    background-color: rgba(128, 128, 128, 0.02);
}
@media (max-width: 768px) {
    .project-features {
        padding: 20px 24px 24px;
        margin-left: -24px;
        margin-right: -24px;
    }
}

.project-features-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin: 0 0 20px 0;
}

.project-features-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.project-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.project-feature-emoji {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
}

.project-feature-content {
    flex: 1;
}

.project-feature-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #000;
    margin: 0 0 5px 0;
}

.project-feature-description {
    font-family: "Baloo 2", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #000;
    margin: 0;
}
.fade-shadow {
    height: 6px;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.774),
        rgba(197, 194, 194, 0.466)
    );
}

.project-footer-info {
    background-color: #ffffff;
    border-radius: 0 0 30px 30px;
    padding: 30px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
    border-top: none;
}
@media (max-width: 576px) {
    .project-footer-info {
        flex-direction: column;
        align-items: flex-start;
    }
}

.project-price {
    display: flex;
    align-items: baseline;
    gap: 5px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 26px;
    color: #f05271;
}
@media (max-width: 768px) {
    .project-price {
        font-size: 28px;
    }
}

.project-price-currency {
    font-size: 32px;
    margin-right: 5px;
}

.project-price-amount {
    font-size: 32px;
}

.project-footer-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
@media (max-width: 576px) {
    .project-footer-meta {
        gap: 15px;
    }
}

.project-footer-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #000;
}

.project-footer-meta-icon {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    object-fit: contain;
}

.project-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (max-width: 992px) {
    .project-sidebar {
        max-width: 100%;
    }
}

.submit-proposal {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    .submit-proposal {
        padding: 24px;
    }
}

.submit-proposal-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: #000;
    margin: 0 0 30px 0;
}

.submit-proposal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}
@media (max-width: 576px) {
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}

.form-group-half {
    flex: 1;
}

.filter-dropdown {
    position: relative;
    flex-shrink: 0;
    width: 100%;
}
.filter-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    height: 45px;
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
} /*.filter-dropdown-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.filter-dropdown-toggle:active {
  transform: translateY(0);
}*/
.filter-dropdown-toggle.proposal-amount-toggle {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 10px;
}
.filter-dropdown-toggle.proposal-amount-toggle .currency-text {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #808080;
    padding: 0 20px;
}
.filter-dropdown-toggle.proposal-amount-toggle .currency-separator {
    width: 0;
    height: 43px;
    flex-shrink: 0;
    object-fit: contain;
    margin: 0;
}
.filter-dropdown-toggle.proposal-amount-toggle .amount-text {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #808080;
    padding: 0 10px;
    flex: 1;
    height: 100%;
}

.currency-text {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #808080;
    padding-inline: 20px;
    height: 100%;

    display: flex;
    align-items: center;

    border-inline-end: 2px solid #cdcdcd;
}

.form-group-half .form-input {
    flex: 1;
    height: 100%;
}

.filter-dropdown.show .filter-dropdown-toggle .filter-arrow-svg {
    transform: rotate(180deg);
}
.filter-dropdown.show .filter-dropdown-menu {
    max-height: 334px;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    overflow-y: hidden;
    transform: translateY(0);
    border-radius: 30px;
}

.filter-text {
    font-size: 11px;
    color: black;
    white-space: nowrap;
    flex: 1;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-arrow-svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    margin-left: auto;
    width: 9px;
    height: 6px;
}

.filter-dropdown-menu {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 9999;
    margin-top: 4px;
}
@media (max-width: 768px) {
    .filter-dropdown-menu {
        min-width: 100%;
    }
}
.file-name {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter-dropdown-list {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    max-height: 280px;
    overflow: auto;
}
.project-details .form-control {
    padding: 0.375rem 5px !important;
}
.filter-dropdown-list::-webkit-scrollbar {
    width: 5px;
}
.filter-dropdown-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.filter-dropdown-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.filter-dropdown-item {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: start;
    cursor: pointer;
}
.filter-dropdown-item:hover,
.filter-dropdown-item:focus {
    background-color: rgba(240, 82, 113, 0.1);
    color: #f05271;
}
.filter-dropdown-item.active {
    background-color: rgba(240, 82, 113, 0.1);
    color: #f05271;
}
@media (max-width: 576px) {
    .filter-dropdown-item {
        padding: 8px 16px;
        font-size: 13px;
    }
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-label {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    margin-bottom: 4px;
    margin-top: 10px;
}

.project-details .form-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    height: 45px;
    background-color: #ffffff;
}

.proposal-amount-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
}

.currency-text {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #808080;
    padding: 0 10px;
    white-space: nowrap;
}

.currency-separator {
    width: 0;
    height: 43px;
    flex-shrink: 0;
    object-fit: contain;
    margin: 0;
}

.currency-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.currency-select {
    border: none;
    outline: none;
    background: transparent;
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #808080;
    padding: 0 20px 0 10px;
    appearance: none;
    cursor: pointer;
}

.form-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #808080;
    padding: 0 10px;
}
.form-input::placeholder {
    color: #808080;
}

.amount-input {
    flex: 1;
}

.form-select {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #808080;
    padding: 0 30px 0 10px;
    appearance: none;
    cursor: pointer;
}
.form-select option {
    color: #000;
}

.select-arrow-icon {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    flex-shrink: 0;
    line-height: 1;
}

.amount-arrows {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
}
html[dir="rtl"] .amount-arrows {
    right: auto;
    left: 10px;
}

.select-arrows {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.select-arrow-icon {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1;
}

.form-textarea {
    width: 100%;
    min-height: 120px;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    padding: 10px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #808080;
    resize: none;
    outline: none;
}
.form-textarea::placeholder {
    color: #808080;
}
.form-textarea:focus {
    border-color: #f05271;
}

.file-upload-area {
    border: 1px dashed #cdcdcd;
    border-radius: 15px;
    padding: 34px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ffffff;
}
.file-upload-area:hover {
    border-color: #f05271;
    background-color: rgba(240, 82, 113, 0.02);
}
.file-upload-area.dragover {
    border-color: #f05271;
    background-color: rgba(240, 82, 113, 0.05);
}

.file-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 34px 0;
}

.upload-icon-wrapper {
    width: 19.866px;
    height: 16px;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.file-upload-text {
    font-family: "Baloo 2", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #808080;
    margin: 0 0 0 0;
}

.file-upload-text-main {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 22px;
    color: #808080;
    margin: 0;
    text-align: center;
}

.file-upload-hint {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 22px;
    color: #808080;
    margin: 0;
    text-align: center;
}

.submit-proposal-btn {
    width: 100%;
    height: 40px;
    background-color: #f05271;
    border: none;
    border-radius: 168px;
    color: #ffffff;
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: clamp(12px, 2vw, 16px);
    line-height: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background-color 0.3s ease,
        transform 0.2s ease;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1);
}
.submit-proposal-btn:hover {
    background-color: #8379b8;
    transform: translateY(-2px);
}
.submit-proposal-btn:active {
    transform: translateY(0);
}

.related-projects {
    border-radius: 30px;
}

.related-projects-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: #000;
    margin: 0 0 20px 0;
}

.related-projects-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-card {
    position: relative;
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 243px;
    padding: 28px;
    will-change: transform;
    display: block;
    text-decoration: none;
    color: inherit;
    z-index: 99;
}
@media (max-width: 576px) {
    .project-card {
        padding: 24px;
    }
}
.project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.12);
}
.project-card:hover .project-card-bookmark {
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .project-card {
        max-width: 419px;
        margin: 0 auto;
    }
}

.project-card-header {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 11px;
    position: relative;
}

.project-card-profile {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.project-card-profile img {
    height: 67px;
    width: 67px;
    border-radius: 50%;
    object-fit: cover;
}

.project-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 9px;
}

.project-card-name {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 700;
    color: #000;
    margin: 0 0 5px 0;
    line-height: 26px;
    white-space: nowrap;
}

.project-card-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 500;
    color: #000;
    line-height: 26px;
}
.project-card-location svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.project-card-location span {
    white-space: nowrap;
}

.project-card-divider {
    width: 100%;
    height: 1px;
    margin: 0 0 11px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.project-card-divider svg {
    width: 100%;
    max-width: 361px;
    height: 1px;
    display: block;
}

.project-card-description {
    border-top: 1px solid rgba(128, 128, 128, 0.3019607843);
    padding-top: 12px;
    margin: 0 0 15px 0;
}
.project-card-description p {
    font-size: clamp(12px, 1.3vw, 14px);
    font-weight: 500;
    color: grey;
    line-height: 18px;
    margin: 0;
}

.project-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 11px;
}

.project-card-price {
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: 700;
    color: #000;
    line-height: 24px;
}

.project-card-duration {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(12px, 1.3vw, 14px);
    font-weight: 500;
    color: #000;
    line-height: 20px;
}
.project-card-duration-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f05271;
    flex-shrink: 0;
}

.project-card-bookmark {
    position: absolute;
    top: 39px;
    right: 28px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    overflow: visible;
}
[dir="rtl"] .project-card-bookmark {
    right: auto;
    left: 28px;
}
.project-card-bookmark:hover {
    transform: scale(1.1);
}
.project-card-bookmark:hover .bookmark-icon-outline {
    fill: #f05271;
}
.project-card-bookmark:active {
    transform: scale(0.95);
}
.project-card-bookmark.active .bookmark-icon-outline {
    display: none;
}
.project-card-bookmark.active .bookmark-icon-filled {
    display: block !important;
}
.project-card-bookmark .bookmark-icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.project-card-bookmark .bookmark-icon-outline {
    display: block;
    fill: #808080;
}
.project-card-bookmark .bookmark-icon-filled {
    display: none;
    fill: #f05271;
}
.project-details .project-card:hover {
    cursor: pointer;
    background-color: #f05271;
    color: #fff3e5 !important;
    transform: translateY(-4px);
    box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.12);
}
.project-details .project-card:hover,
.project-details .project-card:hover * {
    color: #fff;
}
.project-details .project-card:hover .project-card-description p {
    color: #fff;
}

.project-details .project-card-bookmark.active .bookmark-icon-filled path {
    fill: #f05271 !important;
}

.icon-park-outline--dot {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F05271' stroke='%23F05271' stroke-width='2' d='M12 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12Z'/%3E%3C/svg%3E");
    transition: background-image 0.2s ease;
}

.project-card:hover .icon-park-outline--dot,
.project-card-bookmark.active .icon-park-outline--dot {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' stroke='%23ffffff' stroke-width='2' d='M12 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12Z'/%3E%3C/svg%3E");
}

.line-md--heart-d {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23F05271' stroke-width='2' d='M12 8c0 0 0 0 -0.76 -1c-0.88 -1.16 -2.18 -2 -3.74 -2c-2.49 0 -4.5 2.01 -4.5 4.5c0 0.93 0.28 1.79 0.76 2.5c0.81 1.21 8.24 9 8.24 9M12 8c0 0 0 0 0.76 -1c0.88 -1.16 2.18 -2 3.74 -2c2.49 0 4.5 2.01 4.5 4.5c0 0.93 -0.28 1.79 -0.76 2.5c-0.81 1.21 -8.24 9 -8.24 9'/%3E%3C/svg%3E");
    transition: background-image 0.2s ease;
}

.project-card:hover .line-md--heart-d:not(.active) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' d='M12 8c0 0 0 0 -0.76 -1c-0.88 -1.16 -2.18 -2 -3.74 -2c-2.49 0 -4.5 2.01 -4.5 4.5c0 0.93 0.28 1.79 0.76 2.5c0.81 1.21 8.24 9 8.24 9M12 8c0 0 0 0 0.76 -1c0.88 -1.16 2.18 -2 3.74 -2c2.49 0 4.5 2.01 4.5 4.5c0 0.93 -0.28 1.79 -0.76 2.5c-0.81 1.21 -8.24 9 -8.24 9'/%3E%3C/svg%3E");
}

.project-card-bookmark.active .line-md--heart-d {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F05271' stroke='%23F05271' stroke-width='2' d='M12 8c0 0 0 0 -0.76 -1c-0.88 -1.16 -2.18 -2 -3.74 -2c-2.49 0 -4.5 2.01 -4.5 4.5c0 0.93 0.28 1.79 0.76 2.5c0.81 1.21 8.24 9 8.24 9M12 8c0 0 0 0 0.76 -1c0.88 -1.16 2.18 -2 3.74 -2c2.49 0 4.5 2.01 4.5 4.5c0 0.93 -0.28 1.79 -0.76 2.5c-0.81 1.21 -8.24 9 -8.24 9'/%3E%3C/svg%3E");
}

.project-card:hover .project-card-bookmark.active .line-md--heart-d {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' stroke='%23ffffff' stroke-width='2' d='M12 8c0 0 0 0 -0.76 -1c-0.88 -1.16 -2.18 -2 -3.74 -2c-2.49 0 -4.5 2.01 -4.5 4.5c0 0.93 0.28 1.79 0.76 2.5c0.81 1.21 8.24 9 8.24 9M12 8c0 0 0 0 0.76 -1c0.88 -1.16 2.18 -2 3.74 -2c2.49 0 4.5 2.01 4.5 4.5c0 0.93 -0.28 1.79 -0.76 2.5c-0.81 1.21 -8.24 9 -8.24 9'/%3E%3C/svg%3E");
}

.tdesign--location {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M12 2a8 8 0 0 1 8 8c0 6.5-8 12-8 12s-8-5.5-8-12a8 8 0 0 1 8-8m0 5a3 3 0 1 0 0 6a3 3 0 0 0 0-6' clip-rule='evenodd'/%3E%3Cpath stroke='%23F05271' stroke-width='2' d='M20 10c0 6.5-8 12-8 12s-8-5.5-8-12a8 8 0 1 1 16 0Z'/%3E%3Cpath stroke='%23F05271' stroke-width='2' d='M15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z'/%3E%3C/g%3E%3C/svg%3E");
}

.project-card:hover .tdesign--location,
.project-card-bookmark.active .tdesign--location {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M12 2a8 8 0 0 1 8 8c0 6.5-8 12-8 12s-8-5.5-8-12a8 8 0 0 1 8-8m0 5a3 3 0 1 0 0 6a3 3 0 0 0 0-6' clip-rule='evenodd'/%3E%3Cpath stroke='%23ffffff' stroke-width='2' d='M20 10c0 6.5-8 12-8 12s-8-5.5-8-12a8 8 0 1 1 16 0Z'/%3E%3Cpath stroke='%23ffffff' stroke-width='2' d='M15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z'/%3E%3C/g%3E%3C/svg%3E");
}

.project-details .project-card-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    word-break: break-word;
    overflow-wrap: break-word;

    line-height: 1.5;
    max-height: calc(1.5em * 2);
}

/* Project Attachment Download Link */
.attachment-download-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f05271;
    text-decoration: none;
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.2s ease;
    margin-top: 10px;
}

.attachment-download-link:hover {
    color: #e63e5a;
    text-decoration: underline;
}

.attachment-download-link svg {
    flex-shrink: 0;
}
.project-details .filter-dropdown-menu {
    padding: 10px 0;
}

.project-details .filter-dropdown-list {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*# sourceMappingURL=projectDetails.css.map */
