<style>


.srf-navbar__primary,
.srf-navbar__right,
.srf-browser-unhappy,
.ch2-container,
.srf-report-sidebar-management,
#srf-footer,
#raspr-hm-root-button,
div[data-ui-name="Box"][style*="padding: 16px;"] > label[class*="___SFlex_1ugcy-red-team"] > span[class*="___SText_4zaxo-red-team"][data-ui-name="Text"],
form.___SFeedbackForm_18rsj-red-team[data-ui-name="FeedbackForm"],
div.kwo-feedback-dropdown.___SDropdownPopper_kov2p-ko_,
section[aria-label="Request a demo"],
div.___SLinks_12458-red-team[data-ui-name="ProductHead.Links"],
button.js-expand-btn[data-is-open="false"][data-ga4-path="social.social-media"],
li.srf-report-sidebar-main__group[data-ga-label="social-media"][data-test="social_media_toolkit"][data-group-id="social"],
a[href^="/kb"],
a[href^="/academy"],
a[href="/kb/request-demo/"],
a[href="https://www.seoquake.com/"],
a[href="/lp/affiliate-program/en/"],
li > a[href="/api-documentation/"],
a[href="https://prowly.com/?utm_source=semrush&utm_medium=sidebar"],
a[href="/agencies/?utm_source=left_menu&utm_medium=menu_extra&utm_campaign=agency_partners_awareness"],
button[data-testid="send-feedback-trigger"],
a[href="/app/contentshake/"],
div.___SBoxInline_190w9-seo-d-sky[data-ui-name="Dropdown.Trigger"][id="igc-ui-kit-r0-trigger"][aria-controls="igc-ui-kit-r0-popper"],
a[href="/listings-management/"][data-group-id="seo"],
div.___SFlex_67vgs-seo-d-sky[data-testid="limits"],
[data-testid="send-feedback"],
[data-testid="user-manual"],
[data-at="user-manual"],
.seo_d_projectsFeedback_VvTvu,
[data-testid="academy-course"],
[data-test-head-navi-feedback-region],
a[href="mailto:mail@semrush.com"],
.kwm-page-header-links__feedback,
a[data-test="user-manual"],
div[data-test="send-feedback"],
div[data-ui-name="ProductHead.Links"] [data-test-link-building-tips],
a[role="button"][data-ui-name="Dropdown.Trigger"],
a[aria-label="Send feedback"],
.sm-view-history-button[data-ui-name="Button"],
div[data-test="trial-limit-popup"],
.sm-history-layout,
form[data-ui-name="FeedbackForm"][method="POST"][data-at="feedback-form"],
.___SBoxInline_e3hvk-yellow-team a[data-test-feedback-toggle],
.sm-history {
    display: none !important;
}

/* Hide the content inside limit-block, but keep the element itself visible */
.sc-iGgWBj[data-at="limit-block"] > *, 
.sso-block > * ,
[data-testid="guru-limit-limit-modal"] > * {
    display: none !important;
}
[data-at="limit-block"] > * {
    display: none !important;
}

/* Show your custom message using ::after for both elements */
.sc-iGgWBj[data-at="limit-block"]::after,
.sso-block::after,
[data-testid="guru-limit-limit-modal"]::after,
[data-at="limit-block"]::after {
    content: "Please try with another server.";
    display: block;
    top: 50%;
    left: 50%;
    background: linear-gradient(135deg, #FF6B6B, #FF8E53);
    color: white;
    padding: 29px 20px;
    border-radius: 15px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.2);
    z-index: 9999;
    width: 100%;
    max-width: 600px;
    white-space: normal;
    border: 2px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -48%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Hover effect */
.sc-iGgWBj[data-at="limit-block"]::after:hover,
.sso-block::after:hover,
[data-testid="guru-limit-limit-modal"]::after:hover,
[data-at="limit-block"]::after:hover {
    background: linear-gradient(135deg, #FF8E53, #FF6B6B);
    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.3);
    transform: translate(-50%, -51%);
    transition: all 0.3s ease;
}


data-testid="send-feedback-trigger"] { display: none !important; }
[data-at="feedback"] { display: none !important; }
[data-at="trial-block"] { display: none !important; }
[data-ui-name='FeedbackForm'] { display: none !important; }
[data-testid="limits-target"] { display: none !important; }
 {
  display: none !important;
}

li:has(srf-sidebar-ribbon-item[ribbon-item-id="apps"]) {
  display: none !important;
}

srf-sidebar-ribbon-item[ribbon-item-id="reports"] {
  display: none;
}


ul.srf-header__menu > * {
    display: none !important;
}

@keyframes rapidColorChange {
    0%   { color: #E6194B; }
    10%  { color: #F58231; }
    20%  { color: #FFE119; }
    30%  { color: #3CB44B; }
    40%  { color: #42D4F4; }
    50%  { color: #4363D8; }
    60%  { color: #911EB4; }
    70%  { color: #F032E6; }
    80%  { color: #A9A9A9; }
    90%  { color: #FABED4; }
    100% { color: #E6194B; }
}

ul.srf-header__menu {
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
}

ul.srf-header__menu::before {
    content: "💬 WhatSapp";
    font-size: 1.3rem;
    color: #25D366;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: inline;
    margin-right: 0.5ch;
}

ul.srf-header__menu::after {
    content: "+44 7543 969601";
    font-size: 1.3rem;
    animation-name: rapidColorChange;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(10, end);
    display: inline;
}



.srf-header__logo::after {
    content: " by MalikDev.com";
    font-size: 14px;
    color: #ffff;
    vertical-align: middle;
    margin-left: 8px;
}

</style>