.navbar-margin-top {
    padding-top: 113px;
}
@media (max-width: 992px) {
    .navbar-margin-top {
        padding-top: 103px;
    }
}

.all-services {
    min-height: 100vh;
}
.bg-wwrapper {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    /* background: url("../images/hubw.png") no-repeat center center; */
    background-size: cover;
    overflow: hidden;
}

.bgg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
}

.chase-bg {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 2;
    overflow: hidden;
}

.bgg-overlay {
    background: transparent;
}

.blob {
    opacity: 0.25;
    mix-blend-mode: screen;
}

.chase-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.orbit {
    position: absolute;
    inset: -20%;
    animation: rotateOrbit 25s infinite alternate ease-in-out;
    transform-origin: center;
    transform: rotate(0deg) scale(1.05);
}

.blob {
    position: absolute;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    filter: blur(800px);
    opacity: 0.25;
    mix-blend-mode: multiply;
}

.blob-1 {
    background: #f8992c;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.blob-2 {
    background: #44bda4;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}

.blob-3 {
    background: #8379b8;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.blob-4 {
    background: #fe2c55;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.bg-wwrapper > *:not(.chase-bg):not(.bg-overlay):not(.glass-overlay) {
    position: relative;
    z-index: 15;
}
.all-services .main-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
@media (max-width: 1440px) {
    .all-services .main-container {
        max-width: 1220px !important;
    }
}
@media (max-width: 1200px) {
    .all-services .main-container {
        max-width: 960px;
    }
}
@media (max-width: 992px) {
    .all-services .main-container {
        max-width: 720px;
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .all-services .main-container {
        max-width: 540px;
        padding: 0 15px;
    }
}
@media (max-width: 576px) {
    .all-services .main-container {
        max-width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 380px) {
    .all-services .main-container {
        padding: 0 15px;
    }
}
.all-services .all-services-header {
    padding: 80px 0 30px;
}
@media (max-width: 768px) {
    .all-services .all-services-header {
        padding: 30px 0 20px;
    }
}
.all-services .all-services-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
@media (max-width: 768px) {
    .all-services .all-services-header-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}
.all-services .all-services-title {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    margin: 0px;
}
@media (max-width: 576px) {
    .all-services .all-services-title {
        white-space: normal;
        margin-bottom: 10px;
    }
}
.all-services .all-services-search {
    flex: 1;
    max-width: 419px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 999px;
    padding: 0 24px;
    box-shadow: 0px 16px 50px 0px rgba(0, 0, 0, 0.1);
    height: 50px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.all-services .all-services-search:hover,
.all-services .all-services-search:focus-within {
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
    .all-services .all-services-search {
        width: 100%;
        max-width: 100%;
    }
}
.all-services .all-services-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 22px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
}
.all-services .all-services-search-icon svg {
    width: 18px;
}
@media (max-width: 768px) {
    .all-services .all-services-search-icon {
        margin-right: 10px;
    }
}
.all-services .all-services-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #333;
    transform: translateY(2px);
    padding: 12px 0px;
}
.all-services .all-services-search-input::placeholder {
    color: #808080;
    font-size: 15px;
}
.all-services .all-services-filters {
    padding: 0 0 0px;
    z-index: 9999;
    position: relative;
}
@media (max-width: 768px) {
    .all-services .all-services-filters {
        padding: 0 0 0px;
    }
}
.all-services .all-services-filters-form {
    width: 100%;
}
.all-services .all-services-filters-container {
    background: rgba(0, 0, 0, 0.0509803922);
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 19px 25px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr)) auto;
    gap: clamp(8px, 1vw, 12px);
    position: relative;
}
.all-services .all-services-filters-container .filter-dropdown {
    height: 45px;
}
@media (max-width: 1200px) {
    .all-services .all-services-filters-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }
}
@media (max-width: 992px) {
    .all-services .all-services-filters-container {
        padding: 14px 20px;
    }
}
@media (max-width: 768px) {
    .all-services .all-services-filters-container {
        padding: 12px 15px;
        gap: 8px;
    }
}
@media (max-width: 576px) {
    .all-services .all-services-filters-container {
        padding: 12px 15px;
        border-radius: 30px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}
.all-services .filter-dropdown {
    position: relative;
    flex-shrink: 0;
}
.all-services .filter-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background-color: #ffffff;
    border: none;
    border-radius: 100px;
    height: 45px;
    width: 100%;
    padding: 0 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.all-services .filter-dropdown-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.all-services .filter-dropdown-toggle:active {
    transform: translateY(0);
}
@media (max-width: 1200px) {
    .all-services .filter-dropdown-toggle {
        width: clamp(160px, 14vw, 180px);
    }
}
@media (max-width: 992px) {
    .all-services .filter-dropdown-toggle {
        padding: 0 14px;
        gap: 8px;
    }
}
@media (max-width: 768px) {
    .all-services .filter-dropdown-toggle {
        width: calc(50% - 4px);
        height: 42px;
        padding: 0 12px;
    }
}
@media (max-width: 576px) {
    .all-services .filter-dropdown-toggle {
        width: 100%;
        height: 40px;
        padding: 0 14px;
    }
}
.all-services .filter-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    min-width: 185px;
    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"] .all-services .filter-dropdown-menu {
    left: auto;
    right: 0;
}
@media (max-width: 768px) {
    .all-services .filter-dropdown-menu {
        min-width: 100%;
    }
}
.all-services .filter-dropdown-list {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    max-height: 280px;
    overflow-y: auto;
}
.all-services .filter-dropdown-list::-webkit-scrollbar {
    width: 5px;
}
.all-services .filter-dropdown-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.all-services .filter-dropdown-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.all-services .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: left;
    cursor: pointer;
}
[dir="rtl"] .all-services .filter-dropdown-item {
    text-align: right;
}
.all-services .filter-dropdown-item:hover,
.all-services .filter-dropdown-item:focus {
    background-color: rgba(240, 82, 113, 0.1);
    color: #f05271;
}
.all-services .filter-dropdown-item.active {
    background-color: rgba(240, 82, 113, 0.1);
    color: #f05271;
}
@media (max-width: 576px) {
    .all-services .filter-dropdown-item {
        padding: 8px 16px;
        font-size: 13px;
    }
}
.all-services .filter-dropdown.show .filter-dropdown-toggle .filter-arrow-svg {
    transform: rotate(180deg);
}
/* .all-services .filter-dropdown.show .filter-dropdown-menu {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    overflow-y: auto;
    transform: translateY(0);
} */
.all-services .filter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    min-width: 16px;
}
.all-services .filter-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
@media (max-width: 992px) {
    .all-services .filter-icon {
        width: clamp(14px, 1.5vw, 15px);
        height: clamp(14px, 1.5vw, 15px);
        min-width: clamp(14px, 1.5vw, 15px);
    }
}
@media (max-width: 576px) {
    .all-services .filter-icon {
        width: 14px;
        height: 14px;
        min-width: 14px;
    }
}
.all-services .filter-text {
    font-size: 14px;
    font-weight: 500;
    color: grey;
    white-space: nowrap;
    flex: 1;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
[dir="rtl"] .all-services .filter-text {
    text-align: right;
}
@media (max-width: 992px) {
    .all-services .filter-text {
        font-size: clamp(12px, 1.3vw, 13px);
    }
}
@media (max-width: 576px) {
    .all-services .filter-text {
        font-size: 13px;
    }
}
.all-services .filter-arrow-svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    margin-left: auto;
    width: 9px;
    height: 6px;
}
[dir="rtl"] .all-services .filter-arrow-svg {
    margin-left: 0;
    margin-right: auto;
}
.all-services .filter-search-btn {
    width: 45px;
    height: 45px;
    background-color: #f05271;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: auto;
}
[dir="rtl"] .all-services .filter-search-btn {
    margin-left: 0;
    margin-right: auto;
}
.all-services .filter-search-btn svg {
    width: clamp(16px, 1.8vw, 18px);
    height: clamp(16px, 1.8vw, 18px);
    display: block;
}
.all-services .filter-search-btn:hover {
    background-color: #8379b8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(240, 82, 113, 0.3);
}
.all-services .filter-search-btn:active {
    transform: translateY(0);
}
@media (max-width: 768px) {
    .all-services .filter-search-btn {
        width: 42px;
        height: 42px;
    }
}
@media (max-width: 576px) {
    .all-services .filter-search-btn {
        width: 40px;
        height: 40px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        border-radius: 100px;
        grid-column: span 2 / span 2;
    }
}
@media (max-width: 768px) {
    .all-services [dir="rtl"] .all-services-header-container {
        align-items: flex-end;
    }
}
.all-services [dir="rtl"] .all-services-search {
    padding-right: 24px;
    padding-left: 24px;
}
.all-services [dir="rtl"] .all-services-search-icon {
    margin-right: 0;
    margin-left: 12px;
}
@media (max-width: 768px) {
    .all-services [dir="rtl"] .all-services-search-icon {
        margin-left: 10px;
    }
}
.all-services [dir="rtl"] .all-services-filters-container {
    flex-direction: row-reverse;
}
.all-services [dir="rtl"] .filter-search-btn {
    margin-right: auto;
    margin-left: 0;
}
.all-services .all-services-grid {
    padding: 40px 0 60px;
}
@media (max-width: 768px) {
    .all-services .all-services-grid {
        padding: 20px 0 40px;
    }
}
.all-services .all-services-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}
@media (max-width: 1200px) {
    .all-services .all-services-grid-container {
        gap: 24px;
    }
}
@media (max-width: 992px) {
    .all-services .all-services-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .all-services .all-services-grid-container {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 419px;
        margin: 0 auto 50px;
    }
}
@media (max-width: 576px) {
    .all-services .all-services-grid-container {
        gap: 24px;
    }
}
.all-services .all-services-grid-container .service-card:nth-child(1) {
    animation-delay: 0.1s;
}
.all-services .all-services-grid-container .service-card:nth-child(2) {
    animation-delay: 0.2s;
}
.all-services .all-services-grid-container .service-card:nth-child(3) {
    animation-delay: 0.3s;
}
.all-services .all-services-grid-container .service-card:nth-child(4) {
    animation-delay: 0.4s;
}
.all-services .all-services-grid-container .service-card:nth-child(5) {
    animation-delay: 0.5s;
}
.all-services .all-services-grid-container .service-card:nth-child(6) {
    animation-delay: 0.6s;
}
.all-services .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 20px;
}
@media (max-width: 576px) {
    .all-services .service-card {
        padding: 0 20px;
    }
}
.all-services .service-card:hover {
    box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.12);
}
.all-services .service-card:hover .service-card-image img {
    transform: scale(1.1);
}
.all-services .service-card:hover .service-card-bookmark {
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .all-services .service-card {
        max-width: 419px;
        margin: 0 auto;
    }
}
.all-services .service-card-image {
    width: 100%;
    height: 162px;
    overflow: hidden;
    margin: 20px auto 0;
    border-radius: 19px;
    position: relative;
}

.all-services .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) {
    .all-services .service-card-content {
        width: 100%;
    }
}
.all-services .service-card-header {
    display: flex;
    align-items: center;
    gap: 13px;
}
.all-services .service-card-profile {
    width: 44px;
    height: 44px;
    border-radius: 61px;
    overflow: hidden;
    flex-shrink: 0;
}
.all-services .service-card-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.all-services .service-card-name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 26px;
    white-space: nowrap;
}
.all-services .service-card-description {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 27px;
    margin: 0;
}
.all-services .service-card-text {
    display: inline;
}
.all-services .service-buttom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 12px;
}

.all-services .service-card-price {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0;
}
.all-services .service-card-price-label {
    font-weight: 500;
}
.all-services .service-card-price-value {
    font-weight: 700;
    color: #f05271;
}
.all-services .service-card-bookmark {
    position: absolute;
    top: 48px;
    right: 40px;
    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: 20;
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

[dir="rtl"] .all-services .service-card-bookmark {
    right: auto;
    left: 40px;
}
.all-services .service-card-bookmark:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.all-services .service-card-bookmark:hover .bookmark-icon-outline {
    fill: #f05271;
}
.all-services .service-card-bookmark:active {
    transform: scale(0.95);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.all-services .service-card-bookmark.active .bookmark-icon-outline {
    display: none;
}
.all-services .service-card-bookmark.active .bookmark-icon-filled {
    display: block !important;
}
.all-services .service-card-bookmark .bookmark-icon {
    width: 20px;
    height: 19px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.all-services .service-card-bookmark .bookmark-icon-outline {
    display: block;
    fill: #808080;
}
.all-services .service-card-bookmark .bookmark-icon-filled {
    display: none;
    fill: #f05271;
}
.all-services .all-services-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    margin-top: 40px;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .all-services .all-services-pagination {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin-bottom: 60px;
    }
}
@media (max-width: 576px) {
    .all-services .all-services-pagination {
        padding: 0;
    }
}
.all-services .pagination-info {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
}
.all-services .pagination-info strong {
    font-weight: 700;
}
.all-services .pagination-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}
.all-services .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;
}
.all-services .pagination-btn-active {
    background-color: #f05271;
    border-color: #f05271;
    color: #ffffff;
}
.all-services .pagination-btn:hover:not(.all-services .pagination-btn-active) {
    border-color: #f05271;
    color: #f05271;
    transform: translateY(-2px);
}
.all-services .pagination-btn:active {
    transform: translateY(0) scale(0.95);
}
.all-services .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);
}
.all-services .service-card .service-card-categories {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.all-services .pagination-arrow:hover {
    transform: translateX(3px);
}
.all-services .pagination-arrow:active {
    transform: translateX(1px);
}
[dir="rtl"] .all-services .pagination-arrow {
    transform: rotate(180deg);
}
[dir="rtl"] .all-services .pagination-arrow:hover {
    transform: rotate(180deg) translateX(3px);
}
[dir="rtl"] .all-services .pagination-arrow:active {
    transform: rotate(180deg) translateX(1px);
}
.all-services .pagination-arrow svg {
    width: 9px;
    height: 14px;
    transition: stroke 0.2s ease;
}
.all-services .pagination-arrow:hover svg {
    stroke: #f05271;
}

.all-services .service-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);
}
.all-services .service-card:hover,
.all-services .service-card:hover * {
    color: #fff;
}
.all-services .service-card:hover .service-card-categories {
    color: #fff;
}

.all-services .service-card:hover .service-card-description p {
    color: #fff;
}

.all-services .service-card-image img {
    width: 100%;
    height: 100%;

    border-radius: 19px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    object-fit: cover !important;
    object-position: center;
    display: block;
}
.all-services .service-card-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 19px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}
.all-services .service-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);
}

/* Heart Icon Style for Bookmarks */
.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;
}

.service-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");
}
