.profile-details-dashboard {
    background:
        radial-gradient(circle at 0% 0%, #fff3e5 0%, transparent 45%),
        radial-gradient(circle at 100% 0%, #f3fbff 0%, transparent 45%);
    min-height: 100vh;
    padding-bottom: 50px;
}
.swal2-styled.swal2-cancel,.swal2-styled.swal2-confirm{
  border-radius: 50px !important;
  border: none;
  outline: none;
}
.profile-details-dashboard .main-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
@media (max-width: 1440px) {
    .profile-details-dashboard .main-container {
        max-width: 1220px;
    }
}
@media (max-width: 1200px) {
    .profile-details-dashboard .main-container {
        max-width: 960px;
    }
}
@media (max-width: 992px) {
    .profile-details-dashboard .main-container {
        max-width: 720px;
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .profile-details-dashboard .main-container {
        max-width: 540px;
        padding: 0 15px;
    }
}
@media (max-width: 576px) {
    .profile-details-dashboard .main-container {
        max-width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 380px) {
    .profile-details-dashboard .main-container {
        padding: 0 15px;
    }
}

.profile-details-section {
    padding: 96px 0 50px;
}
@media (max-width: 768px) {
    .profile-details-section {
        padding: 50px 0 30px;
    }
}

.profile-details-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .profile-details-section-header {
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
    }
}

.profile-details-title {
    font-weight: 700;
    font-size: clamp(24px, 3vw, 32px);
    line-height: normal;
    color: #000;
    margin: 0;
}

.profile-details-card {
    background-color: #ffffff;
    border-radius: 35px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.08);
    padding: 38px 47px;
    position: relative;
}
@media (max-width: 992px) {
    .profile-details-card {
        padding: 30px 30px;
    }
}
@media (max-width: 768px) {
    .profile-details-card {
        padding: 24px 20px;
        border-radius: 25px;
    }
}
@media (max-width: 576px) {
    .profile-details-card {
        padding: 20px 15px;
        border-radius: 20px;
    }
}

.profile-details-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .profile-details-header {
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .profile-details-header {
        gap: 15px;
        margin-bottom: 15px;
    }
}

.profile-details-header-left {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex: 1;
}
@media (max-width: 576px) {
    .profile-details-header-left {
        flex-direction: column;
        gap: 15px;
    }
}

.profile-details-photo {
    width: 91px;
    height: 91px;
    border-radius: 61px;
    overflow: hidden;
    flex-shrink: 0;
}
.profile-details-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 576px) {
    .profile-details-photo {
        width: 80px;
        height: 80px;
        border-radius: 50px;
    }
}

.profile-details-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.profile-details-name {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 2.5vw, 24px);
    line-height: 26px;
    color: #000;
    margin: 0 0 5px 0;
    white-space: nowrap;
}

.profile-details-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
}
.profile-details-location svg {
    flex-shrink: 0;
    width: clamp(17px, 2vw, 19px);
    height: clamp(17px, 2vw, 19px);
}

.profile-details-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 0;
}
@media (max-width: 768px) {
    .profile-details-stats {
        gap: 15px;
    }
}
@media (max-width: 576px) {
    .profile-details-stats {
        gap: 12px;
    }
}

.profile-details-stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 26px;
    color: #000;
    white-space: nowrap;
}
.profile-details-stat-item svg {
    flex-shrink: 0;
    width: clamp(17px, 2vw, 19px);
    height: clamp(17px, 2vw, 19px);
}
.profile-details-stat-item .profile-details-stat-icon {
    width: clamp(17px, 2vw, 19px);
    height: clamp(17px, 2vw, 19px);
    flex-shrink: 0;
    object-fit: contain;
}

.profile-details-header-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
@media (max-width: 992px) {
    .profile-details-header-right {
        align-items: flex-start;
        width: 100%;
    }
}

.profile-details-response-time {
    display: flex;
    gap: 8px;
    align-items: center;
}
@media (max-width: 992px) {
    .profile-details-response-time {
        flex-direction: column;
        align-items: flex-start;
    }
}

.profile-details-time-item {
    display: flex;
    align-items: center;
    gap: 7px;
    background-color: rgba(128, 128, 128, 0.1);
    border-radius: 35px;
    padding: 4px 12px;
    height: 23px;
    font-weight: 500;
    font-size: clamp(10px, 1.2vw, 12px);
    line-height: normal;
}
.profile-details-time-item .profile-details-time-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.profile-details-time-item {
    color: #808080;
}
.profile-details-time-item svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}
.profile-details-time-item strong {
    font-weight: 700;
}

.profile-details-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(128, 128, 128, 0.3);
    margin: 20px 0;
}
@media (max-width: 768px) {
    .profile-details-divider {
        margin: 15px 0;
    }
}

.profile-video-section {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row !important;
}
@media (max-width: 992px) {
    .profile-video-section {
        flex-direction: column !important;
        gap: 30px;
    }
}
@media (max-width: 768px) {
    .profile-video-section {
        gap: 25px;
    }
}
.profile-video-section > div {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.profile-details-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
}
@media (max-width: 992px) {
    .profile-details-content {
        gap: 30px;
    }
}
@media (max-width: 768px) {
    .profile-details-content {
        gap: 25px;
        margin-top: 20px;
    }
}

.profile-details-content-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
}
@media (max-width: 992px) {
    .profile-details-content-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media (max-width: 768px) {
    .profile-details-content-row {
        gap: 25px;
    }
}

.profile-details-section-item {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.profile-details-section-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 600;
    font-size: clamp(20px, 2.5vw, 24px);
    line-height: 26px;
    color: #000;
    margin: 0;
}

.profile-details-section-text {
    font-family: "Baloo 2", sans-serif;
    font-weight: 400;
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 20px;
    color: #000;
    text-align: justify;
    margin: 0;
    max-width: 554px;
}
@media (max-width: 992px) {
    .profile-details-section-text {
        max-width: 100%;
    }
}

.profile-details-list {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 24px;
    color: #000;
    text-align: justify;
    margin: 0;
    padding-left: 21px;
}
[dir="rtl"] .profile-details-list {
    padding-left: 0;
    padding-right: 21px;
}
.profile-details-list li {
    margin-bottom: 0;
}
.profile-details-list li:last-child {
    margin-bottom: 0;
}
.profile-details-list li strong {
    font-family: "Baloo 2", sans-serif;
    font-weight: 600;
}

.profile-details-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width: 576px) {
    .profile-details-tags {
        gap: 8px;
    }
}

.profile-details-tag {
    background-color: rgba(128, 128, 128, 0.05);
    border-radius: 100px;
    padding: 7px 22px;
    font-weight: 600;
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: normal;
    color: #808080;
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: default;
}
.profile-details-tag:hover {
    background-color: rgba(128, 128, 128, 0.1);
    transform: translateY(-2px);
}
@media (max-width: 576px) {
    .profile-details-tag {
        padding: 6px 18px;
        font-size: 12px;
    }
}

.profile-details-button {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: rgba(128, 128, 128, 0.05);
    border-radius: 100px;
    padding: 7px 22px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Baloo 2", sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 17px;
    color: #808080;
    white-space: nowrap;
}
.profile-details-button svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.profile-details-button:hover {
    background-color: rgba(128, 128, 128, 0.1);
    transform: translateY(-2px);
}
@media (max-width: 576px) {
    .profile-details-button {
        padding: 6px 18px;
        font-size: 14px;
    }
    .profile-details-button svg {
        width: 20px;
        height: 20px;
    }
}

.profile-details-video-links {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}
@media (max-width: 576px) {
    .profile-details-video-links {
        gap: 12px;
    }
}

.profile-details-video-link {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: rgba(128, 128, 128, 0.05);
    border-radius: 50px;
    padding: 7px 22px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Baloo 2", sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 17px;
    color: #808080;
    white-space: nowrap;
    height: 38px;
    width: 119px;
    justify-content: center;
}
.profile-details-video-link svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}
.profile-details-video-link:hover {
    background-color: rgba(128, 128, 128, 0.1);
    transform: translateY(-2px);
}
@media (max-width: 576px) {
    .profile-details-video-link {
        padding: 6px 18px;
        font-size: 14px;
        height: 35px;
        width: 110px;
    }
    .profile-details-video-link svg {
        width: 14px;
        height: 14px;
    }
}

.photo-album-section {
    padding: 50px 0;
}
@media (max-width: 768px) {
    .photo-album-section {
        padding: 30px 0;
        margin-top: 30px;
    }
}

.photo-album-title {
    font-weight: 700;
    font-size: clamp(20px, 3vw, 32px);
    line-height: normal;
    color: #000;
    margin: 0 0 0px 0;
}
@media (max-width: 768px) {
    .photo-album-title {
        margin-bottom: 0px;
    }
}

.photo-album-wrapper {
    position: relative;
    padding: 0 50px;
}
@media (max-width: 992px) {
    .photo-album-wrapper {
        padding: 0 40px;
    }
}
@media (max-width: 768px) {
    .photo-album-wrapper {
        padding: 0 30px;
    }
}
@media (max-width: 576px) {
    .photo-album-wrapper {
        padding: 0 20px;
    }
}

.photo-album-swiper {
    width: 100%;
    overflow: visible;
}

.photo-album-item {
    position: relative;
    width: 95%;
    height: 99%;
    border-radius: 35px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 1px 1px 5px #e1e1e1;
    cursor: pointer;
    transition: none;
}
.photo-album-item:hover {
    transform: translateY(-5px);
    box-shadow: none;
}
.photo-album-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 992px) {
    .photo-album-item {
        height: 350px;
        border-radius: 30px;
    }
}
@media (max-width: 768px) {
    .photo-album-item {
        height: 300px;
        border-radius: 25px;
    }
}
@media (max-width: 576px) {
    .photo-album-item {
        height: 250px;
        border-radius: 20px;
    }
}

.photo-album-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 35px;
    pointer-events: none;
}
@media (max-width: 992px) {
    .photo-album-overlay {
        border-radius: 30px;
    }
}
@media (max-width: 768px) {
    .photo-album-overlay {
        border-radius: 25px;
    }
}
@media (max-width: 576px) {
    .photo-album-overlay {
        border-radius: 20px;
    }
}

.photo-album-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 14px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}
.photo-album-nav:hover {
    opacity: 0.8;
    transform: translateY(-50%) scale(1.1);
}
.photo-album-nav svg {
    width: 12px;
    height: 18px;
    transition: transform 0.3s ease;
}
.photo-album-nav.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.photo-album-nav-prev {
    left: 0;
}
@media (max-width: 576px) {
    .photo-album-nav-prev {
        left: -10px;
    }
}

.photo-album-nav-next {
    right: 0;
}
.photo-album-nav-next svg {
    transform: rotate(180deg);
}
@media (max-width: 576px) {
    .photo-album-nav-next {
        right: -10px;
    }
}

.services-catalogue-section {
    padding: 50px 0;
    margin-top: 50px;
}
@media (max-width: 768px) {
    .services-catalogue-section {
        padding: 30px 0;
        margin-top: 30px;
    }
}

.services-catalogue-title {
    font-weight: 700;
    font-size: clamp(20px, 3vw, 32px);
    line-height: normal;
    color: #000;
    margin: 0 0 40px 0;
}
@media (max-width: 768px) {
    .services-catalogue-title {
        margin-bottom: 30px;
    }
}

.services-catalogue-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}
@media (max-width: 1200px) {
    .services-catalogue-grid {
        gap: 24px;
    }
}
@media (max-width: 992px) {
    .services-catalogue-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .services-catalogue-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 419px;
        margin: 0 auto 40px;
    }
}
@media (max-width: 576px) {
    .services-catalogue-grid {
        gap: 24px;
    }
}

.service-card {
    position: relative;
    background-color: #ffffff;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.08);
    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: 391px;
    padding-bottom: 20px;
    will-change: transform;
    display: block;
    text-decoration: none;
    color: inherit;
    z-index: 99;
    padding: 0 25px;
}
@media (max-width: 576px) {
    .service-card {
        padding: 0 20px;
    }
}
.service-card:hover {
    box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.12);
}
.service-card:hover .service-card-image img {
    transform: scale(1.1);
}
.service-card:hover .service-card-bookmark {
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .service-card {
        max-width: 419px;
        margin: 0 auto;
    }
}
.service-card-image {
    width: 100%;
    height: 162px;
    overflow: hidden;
    margin: 31px auto 0;
    border-radius: 19px;
}
.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 19px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}
.service-card-content {
    padding-top: 21px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 576px) {
    .service-card-content {
        width: 100%;
    }
}
.service-card-header {
    display: flex;
    align-items: center;
    gap: 13px;
}
.service-card-profile {
    width: 44px;
    height: 44px;
    border-radius: 61px;
    overflow: hidden;
    flex-shrink: 0;
}
.service-card-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-card-name {
    font-size: 18px;
    font-weight: 700;
    font-family: "Baloo 2", sans-serif;
    color: #000;
    margin: 0;
    line-height: 26px;
    white-space: nowrap;
}
.service-card-description {
    font-size: 18px;
    font-weight: 500;
    font-family: "Baloo 2", sans-serif;
    color: #000;
    line-height: 27px;
    margin: 0;
}
.service-card-text {
    display: inline;
}
.service-card-price {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0;
}
.service-card-price-label {
    font-weight: 500;
    font-family: "Baloo 2", sans-serif;
}
.service-card-price-value {
    font-weight: 700;
    font-family: "Baloo 2", sans-serif;
    color: #f05271;
}
.service-card-bookmark {
    position: absolute;
    top: 50px;
    right: 47px;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
[dir="rtl"] .service-card-bookmark {
    right: auto;
    left: 47px;
}
.service-card-bookmark:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.service-card-bookmark:hover .bookmark-icon-outline {
    fill: #f05271;
}
.service-card-bookmark:active {
    transform: scale(0.95);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.service-card-bookmark.active .bookmark-icon-outline {
    display: none;
}
.service-card-bookmark.active .bookmark-icon-filled {
    display: block !important;
}
.service-card-bookmark .bookmark-icon {
    width: 20px;
    height: 19px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card-bookmark .bookmark-icon-outline {
    display: block;
    fill: #808080;
}
.service-card-bookmark .bookmark-icon-filled {
    display: none;
    fill: #f05271;
}

.services-catalogue-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .services-catalogue-pagination {
        justify-content: center;
    }
}
@media (max-width: 576px) {
    .services-catalogue-pagination {
        padding: 0;
    }
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination-btn {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    border: 2px solid grey;
    background-color: transparent;
    color: grey;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-btn-active {
    background-color: #f05271;
    border-color: #f05271;
    color: #ffffff;
}
.pagination-btn:hover:not(.pagination-btn-active) {
    border-color: #f05271;
    color: #f05271;
    transform: translateY(-2px);
}
.pagination-btn:active {
    transform: translateY(0) scale(0.95);
}

.pagination-arrow {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination-arrow:hover {
    transform: translateX(3px);
}
.pagination-arrow:active {
    transform: translateX(1px);
}
[dir="rtl"] .pagination-arrow {
    transform: rotate(180deg);
}
[dir="rtl"] .pagination-arrow:hover {
    transform: rotate(180deg) translateX(3px);
}
[dir="rtl"] .pagination-arrow:active {
    transform: rotate(180deg) translateX(1px);
}
.pagination-arrow svg {
    width: 9px;
    height: 14px;
    transition: stroke 0.2s ease;
}
.pagination-arrow:hover svg {
    stroke: #f05271;
}

.reviews-section {
    padding: 50px 0;
}
@media (max-width: 768px) {
    .reviews-section {
        padding: 30px 0;
        margin-top: 30px;
    }
}

.reviews-title {
    font-weight: 700;
    font-size: clamp(20px, 2.5vw, 24px);
    line-height: normal;
    color: #000;
    margin: 0 0 20px 0;
}

.reviews-overall-card {
    background-color: #ffffff;
    border-radius: 35px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.08);
    padding: 0;
    margin-bottom: 60px;
    height: 267px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 0;
}
@media (max-width: 768px) {
    .reviews-overall-card {
        height: auto;
        flex-direction: column;
        padding: 30px 20px;
    }
}

.reviews-overall-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 80px;
    gap: 0;
    position: relative;
}
@media (max-width: 768px) {
    .reviews-overall-left {
        padding: 20px;
        width: 100%;
    }
}

.reviews-overall-rating {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
}

.reviews-overall-stars-icon {
    margin-top: 8px;
    margin-bottom: 14px;
}
.reviews-overall-stars-icon img {
    width: 98px;
    height: 13px;
    display: block;
}

.reviews-overall-number {
    font-weight: 700;
    font-size: clamp(40px, 4vw, 50px);
    line-height: normal;
    color: #000;
    display: block;
    margin-bottom: 0px;
}

.reviews-overall-count {
    font-weight: 400;
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: normal;
    color: #000;
    margin: 0;
}

.reviews-overall-divider {
    height: 180px;
    display: flex;
    align-items: center;
    margin: 0;
    width: 1px;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .reviews-overall-divider {
        display: none;
    }
}
.reviews-overall-divider img {
    width: 1px;
    height: 180px;
    display: block;
}

.reviews-overall-breakdown {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 32px 34px;
    flex: 1;
    justify-content: center;
    min-width: 0;
}
@media (max-width: 768px) {
    .reviews-overall-breakdown {
        padding: 0px;
        width: 100%;
    }
}

.reviews-breakdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    margin-bottom: 6px;
    position: relative;
    height: 30px;
}
@media (max-width: 768px) {
    .reviews-breakdown-item {
        height: 20px;
    }
}
.reviews-breakdown-item:last-child {
    margin-bottom: 0;
}

.reviews-breakdown-bar-wrapper {
    flex: 1;
    max-width: 80%;
    min-width: 200px;
    height: 8px;
    position: relative;
    background-color: rgba(128, 128, 128, 0.1);
    border-radius: 4px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .reviews-breakdown-bar-wrapper {
        max-width: 100%;
    }
}

.reviews-breakdown-bar {
    height: 100%;
    background-color: #f8992c;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 0.3s ease;
}
.reviews-breakdown-bar.reviews-breakdown-bar-5 {
    width: 100%;
}
.reviews-breakdown-bar.reviews-breakdown-bar-4 {
    width: 79%;
}
.reviews-breakdown-bar.reviews-breakdown-bar-3 {
    width: 66%;
}
.reviews-breakdown-bar.reviews-breakdown-bar-2 {
    width: 51%;
}
.reviews-breakdown-bar.reviews-breakdown-bar-1 {
    width: 37%;
}
.reviews-breakdown-bar.reviews-breakdown-bar-2-2 {
    width: 75%;
}

.reviews-breakdown-label {
    font-weight: 700;
    font-size: clamp(10px, 1.5vw, 12px);
    line-height: normal;
    color: #000;
    text-align: end;
    white-space: nowrap;
    min-width: 95px;
}

.reviews-client-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .reviews-client-header {
        align-items: flex-start;
        gap: 15px;
    }
}

.reviews-client-title {
    font-weight: 700;
    font-size: clamp(14px, 1.8vw, 16px);
    line-height: normal;
    color: #000;
    margin: 0;
}

.reviews-sort-dropdown {
    position: relative;
}

.reviews-sort-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.3s ease;
}
.reviews-sort-toggle:hover {
    opacity: 0.8;
}

.reviews-sort-arrow {
    width: 9px;
    height: 6px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.reviews-sort-label {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.reviews-sort-value {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.reviews-sort-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 180px;
    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;
}
[dir="rtl"] .reviews-sort-menu {
    right: auto;
    left: 0;
}

.reviews-sort-list {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    max-height: 280px;
    overflow-y: auto;
}
.reviews-sort-list::-webkit-scrollbar {
    width: 5px;
}
.reviews-sort-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.reviews-sort-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

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

.reviews-sort-dropdown.show .reviews-sort-toggle .reviews-sort-arrow {
    transform: rotate(180deg);
}
.reviews-sort-dropdown.show .reviews-sort-menu {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    overflow-y: auto;
    transform: translateY(0);
}

.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .reviews-list {
        gap: 30px;
        margin-bottom: 40px;
    }
}

.review-card {
    background-color: #ffffff;
    border-radius: 35px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.08);
    padding: 28px 34px;
    position: relative;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    min-height: 198px;
}
.review-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
    .review-card {
        height: auto;
        padding: 24px 20px;
        min-height: 198px;
    }
}

.review-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.review-card-separator {
    height: 1px;
    background-color: rgba(202, 202, 202, 0.5);
    margin: 16px 0;
    width: 100%;
}

.review-card-stars {
    margin: 16px 0;
    display: flex;
    align-items: center;
}
.review-card-stars img {
    width: 98px;
    height: 13px;
    display: block;
}

.review-card-user {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.review-card-avatar {
    width: 44px;
    height: 44px;
    border-radius: 61px;
    overflow: hidden;
    flex-shrink: 0;
}
.review-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-card-user-info {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.review-card-name {
    font-size: 15px;
    line-height: normal;
    color: #000;
    margin-bottom: 3px;
}

.review-card-name-bold {
    font-weight: 700;
}

.review-card-name-normal {
    font-weight: 400;
}

.review-card-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 11px;
    line-height: normal;
    color: #000;
}

.review-card-location-dot {
    width: 7px;
    height: 7px;
    background-color: #f05271;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
}

.review-card-time {
    font-weight: 400;
    font-size: 11px;
    line-height: normal;
    color: #000;
    text-align: right;
    white-space: nowrap;
    margin: 0;
}

.review-card-content {
    position: relative;
}

.review-card-text {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin: 0;
    position: relative;
    z-index: 2;
    white-space: pre-wrap;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: normal;
}
@media (max-width: 768px) {
    .review-card-text {
        padding-left: 0px;
    }
}

.reviews-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 60px;
}
@media (max-width: 768px) {
    .reviews-pagination {
        margin-top: 40px;
        justify-content: center;
    }
}

.reviews-pagination-btn {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    border: 2px solid grey;
    background-color: transparent;
    color: grey;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.reviews-pagination-btn:hover {
    border-color: #f05271;
    color: #f05271;
    transform: scale(1.05);
}
.reviews-pagination-btn-active {
    background-color: #f05271;
    border-color: #f05271;
    color: #ffffff;
}
.reviews-pagination-btn-active:hover {
    transform: scale(1.05);
    color: #ffffff;
}
.reviews-pagination-btn:active {
    transform: scale(0.95);
}

.reviews-pagination-arrow {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.reviews-pagination-arrow:hover {
    transform: translateX(3px);
}
.reviews-pagination-arrow:active {
    transform: translateX(1px);
}
[dir="rtl"] .reviews-pagination-arrow {
    transform: rotate(180deg);
}
[dir="rtl"] .reviews-pagination-arrow:hover {
    transform: rotate(180deg) translateX(3px);
}
[dir="rtl"] .reviews-pagination-arrow:active {
    transform: rotate(180deg) translateX(1px);
}
.reviews-pagination-arrow svg {
    width: 9px;
    height: 14px;
    transition: stroke 0.2s ease;
}
.reviews-pagination-arrow:hover svg {
    stroke: #f05271;
}

.profile-details-edit-intro {
    position: relative;
    z-index: 10;
}

.profile-details-edit-intro-btn {
    background-color: #f05271;
    border: none;
    border-radius: 35px;
    padding: clamp(6px, 1.5vw, 8px) clamp(20px, 1.5vw, 24px);
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.profile-details-edit-intro-btn:hover {
    background-color: #e0415f;
    transform: translateY(-2px);
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.15);
}
.profile-details-edit-intro-btn:active {
    transform: translateY(0);
}
.profile-details-edit-intro-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.profile-details-edit-intro-btn span {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 14px;
    color: #ffffff;
    white-space: nowrap;
}

.profile-details-promotion-banner {
    background-color: rgba(240, 82, 113, 0.1);
    border-radius: 0 0 20px 20px;
    padding: 14px 31px;
    margin: 0 -47px 20px -47px;
}
@media (max-width: 992px) {
    .profile-details-promotion-banner {
        margin: 0 -30px 20px -30px;
        padding: 14px 20px;
    }
}
@media (max-width: 768px) {
    .profile-details-promotion-banner {
        margin: 0 -15px 20px -15px;
        padding: 12px 15px;
    }
}
.profile-details-promotion-banner p {
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #f05271;
    margin: 0;
}
.profile-details-promotion-banner p strong {
    font-weight: 700;
}

.profile-details-available-work {
    display: flex;
    align-items: center;
    gap: 12px;
}
.profile-details-available-work span {
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #000;
}

.profile-details-toggle {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
    flex-shrink: 0;
    cursor: pointer;
}
.profile-details-toggle input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.profile-details-toggle
    input[type="checkbox"]:checked
    + .profile-details-toggle-slider {
    background-color: #f05271;
}
.profile-details-toggle
    input[type="checkbox"]:checked
    + .profile-details-toggle-slider::before {
    transform: translateX(15px);
}
.profile-details-toggle .profile-details-toggle-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 15px;
    transition: background-color 0.3s ease;
}
.profile-details-toggle .profile-details-toggle-slider::before {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
}
.profile-details-toggle:hover .profile-details-toggle-slider {
    background-color: #b3b3b3;
}
.profile-details-toggle
    input[type="checkbox"]:checked
    ~ .profile-details-toggle-slider {
    background-color: #f05271;
}
.profile-details-toggle
    input[type="checkbox"]:checked
    ~ .profile-details-toggle-slider::before {
    transform: translateX(15px);
}

.profile-details-promote-profile {
    display: flex;
    align-items: center;
    gap: 9px;
}
.profile-details-promote-profile span {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.profile-details-promote-icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}
.profile-details-promote-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profile-details-header-right-top {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 18px;
    align-items: center;
}
@media (max-width: 992px) {
    .profile-details-header-right-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.photo-album-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .photo-album-header {
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
    }
}

.photo-album-add-btn {
    background-color: #f05271;
    border: none;
    border-radius: 60px;
    padding: clamp(10px, 1.5vw, 13px) clamp(60px, 1.5vw, 92px);
    cursor: pointer;
    transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .photo-album-add-btn {
        padding: 5px 30px;
    }
}
.photo-album-add-btn:hover {
    background-color: #e0415f;
    transform: translateY(-2px);
    box-shadow: 0px 8px 30px 0px rgba(240, 82, 113, 0.3);
}
.photo-album-add-btn:active {
    transform: translateY(0);
}
.photo-album-add-btn span {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: clamp(12px, 1.5vw, 18px);
    line-height: 19px;
    color: #ffffff;
}

.services-catalogue-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .services-catalogue-header {
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
    }
}

.services-catalogue-add-btn {
    background-color: #f05271;
    border: none;
    border-radius: 60px;
    padding: clamp(10px, 1.5vw, 13px) clamp(60px, 1.5vw, 92px);
    cursor: pointer;
    transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .services-catalogue-add-btn {
        padding: 5px 30px;
    }
}
.services-catalogue-add-btn:hover {
    background-color: #e0415f;
    transform: translateY(-2px);
    box-shadow: 0px 8px 30px 0px rgba(240, 82, 113, 0.3);
}
.services-catalogue-add-btn:active {
    transform: translateY(0);
}
.services-catalogue-add-btn span {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: clamp(12px, 1.5vw, 18px);
    line-height: 19px;
    color: #ffffff;
}

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