.rts-mega-menu .hega-menu-head {
    align-items: center;
    color: #20282D;
    display: flex;
    font-size: 17px;
    font-weight: 800;
    gap: 10px;
    margin-bottom: 14px;
    padding: 0 0 14px;
}

.rts-mega-menu .hega-menu-head i {
    font-size: 20px;
}

.rts-mega-menu .mega-menu-item > li:not(.hega-menu-head-wrapper):not(.mega-sub-category) > a {
    color: #171b3d;
    font-size: 16px;
    font-weight: 800;
    padding: 10px 0;
}

.rts-mega-menu .mega-menu-item > li:not(.hega-menu-head-wrapper):not(.mega-sub-category) > a i {
    color: #20282D;
    font-size: 12px;
    margin-right: 8px;
}

.mega-menu-item .mega-sub-category {
    margin-left: 22px;
}

.mega-menu-item .mega-sub-category a {
    color: #65707a;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
}

.mega-menu-item .mega-sub-category a i {
    color: #9aa3ab;
    font-size: 10px;
    margin-right: 8px;
}

.mobile-menu .mobile-services-menu > li:not(.mobile-sub-category) > a {
    color: #20282D !important;
    font-size: 17px;
    font-weight: 800;
    margin: 0;
    padding: 10px 0 !important;
}

.mobile-menu .mobile-services-menu .mobile-sub-category {
    margin-left: 20px;
}

.mobile-menu .mobile-services-menu .mobile-sub-category a {
    color: #68737d !important;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 0 !important;
}

.mobile-menu .mobile-services-menu .mobile-sub-category a::before {
    content: "-";
    margin-right: 8px;
}

.metroer-footer-services .footer-sub-category a {
    font-size: 14px;
    opacity: .85;
    padding-left: 18px;
}

.metroer-side-services {
    display: grid;
    gap: 6px;
}

.rts-single-wized.Categories.service .metroer-side-services li a {
    color: #f8fafc;
}

.metroer-side-services > li:not(.side-sub-category) > a {
    color: #f8fafc;
    font-weight: 800;
}

.metroer-side-services .side-sub-category {
    margin-left: 18px;
}

.metroer-side-services .side-sub-category a {
    color: #cbd5dc;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
}

.metroer-side-services .side-sub-category a i {
    color: #f8fafc;
}

.metroer-spec-box {
    margin-top: var(--metroer-content-gap, 36px);
}

.metroer-spec-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
}

.metroer-spec-list li {
    color: #5D666F;
    line-height: 1.75;
    padding-left: 24px;
    position: relative;
}

.metroer-spec-list li::before {
    background: #20282D;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 7px;
}

@media only screen and (max-width: 991px) {
    #urunler .metroer-product-card:last-child {
        aspect-ratio: 1 / 1;
        grid-column: span 1;
    }
}

@media only screen and (max-width: 575px) {
    #urunler .metroer-product-card:last-child {
        aspect-ratio: 1 / .82;
        grid-column: auto;
    }
}
