body.postid-5138 img.img-thumbnail.single-blog-img {
    display: none;
}
body.postid-5171 img.img-thumbnail.single-blog-img {
    display: none;
}
h2 {
  margin-top: 50px !important;
  margin-bottom: 20px !important; /* Adjust the value as needed */
}
body.single.category-43 .img-thumbnail.single-blog-img {
  display: none !important;
}

.img-thumbnail.single-blog-img {
    height: 400px !important;
    object-fit: cover;
}

/* mobile-img-fix */
@media only screen and (max-width: 768px) {
    .img-thumbnail.single-blog-img {
        width: 100% !important;
        height: auto !important;
        object-fit: unset !important;
    }
}


body.postid-3585 .img-thumbnail.single-blog-img,
body.postid-3601 .img-thumbnail.single-blog-img,
body.postid-3585 .col-md-3,
body.postid-3601 .col-md-3,
body.postid-3585 .text-lg-start,
body.postid-3601 .text-lg-start,
body.postid-3585 .sidebar-blog-new,
body.postid-3601 .sidebar-blog-new,
body.postid-3585 .date-promo p,
body.postid-3601 .date-promo p {
    display: none;
}

body.postid-3585 .col-md-9,
body.postid-3601 .col-md-9 {
    width: 100%; /* Optional: expands the main content area */
}

/* Hide blog featured images for specific post IDs */
.postid-4387 .img-thumbnail.single-blog-img,
.postid-4383 .img-thumbnail.single-blog-img,
.postid-4380 .img-thumbnail.single-blog-img,
.postid-4473 .img-thumbnail.single-blog-img,
.postid-4480 .img-thumbnail.single-blog-img,
.postid-4488 .img-thumbnail.single-blog-img,
.postid-4494 .img-thumbnail.single-blog-img {
    display: none; /* Blog image hidden */
}
body.postid-4519 floater-ls:hover #trp-floater-ls-language-list {
    display: none !important;
}


#primary-menu-list li .sub-menu {
    position: absolute;
    top: 40px;
    padding: 0px;
    background: #fff;
    width: max-content;
    border: 1px solid #21252917;
    display: none;
    right: 0;
    height: max-content;
    z-index: 999;
}
#primary-menu-list li:hover .sub-menu {
    display: block;
}
ul.sub-menu li .nav-link {
    border: 0px;
    height: 0px;
    font-size: 14px;
    padding: 0px 0px 25px;
    margin: 10px;
    color: #132934 !important;
}
#primary-menu-list li {
    position: relative;
}
ul.sub-menu li {
    border-bottom: 1px solid #21252917;
}
ul.sub-menu li {
    list-style-type: none;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
}
button.sub-menu-toggle {
    display: none;
}

.featured-image-caption {
    font-size: 11px !important;
    color: #999;
    font-style: italic;
    margin: 2px 0 30px 0 !important;  /* 30px margin bottom */
    line-height: 1.2;
}
/* Terminal-style code blocks */
pre {
    background: #1e1e1e;
    color: #00ff00;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 14px;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    display: block;
    margin: 25px 0;
    line-height: 1.6;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    border: 1px solid #333;
    position: relative;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Terminal window decoration */
pre::before {
    content: "● ● ●";
    position: absolute;
    top: 10px;
    left: 15px;
    color: #ff5f56;
    font-size: 20px;
    letter-spacing: 5px;
}

/* Code inside pre */
pre code {
    background: transparent;
    color: #00ff00;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

/* Inline code (in paragraphs) */
p code, li code {
    background: #2d2d2d;
    color: #00ff00;
    padding: 3px 8px;
    border-radius: 4px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.9em;
    white-space: nowrap;
    border: 1px solid #444;
}

/* Alternative: Classic terminal look */
pre.terminal {
    background: #000000;
    color: #00ff00;
    border: 2px solid #333;
    box-shadow: inset 0 0 10px rgba(0,255,0,0.1);
    text-shadow: 0 0 3px #00ff00;
}

/* PowerShell style */
pre.powershell {
    background: #012456;
    color: #eeedf0;
}

pre.powershell code {
    color: #eeedf0;
}

/* Bash/Linux style */
pre.bash {
    background: #300a24;
    color: #ffffff;
}

pre.bash code {
    color: #ffffff;
}

/* Make code more readable with syntax-like colors */

/* 192.168.11.1 Router Guide - Unique CSS (sh- prefix) */
/* Add this to WordPress Customizer &gt; Additional CSS */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&amp;family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400&amp;family=JetBrains+Mono:wght@400;500&amp;display=swap');

.sh-security-hub {
  --sh-bg: #faf9f7;
  --sh-bg-warm: #f5f3ef;
  --sh-surface: #ffffff;
  --sh-text: #1a1a1a;
  --sh-text-secondary: #5c5c5c;
  --sh-text-muted: #8a8a8a;
  --sh-accent: #2563eb;
  --sh-accent-soft: #eff6ff;
  --sh-accent-glow: rgba(37, 99, 235, 0.08);
  --sh-warning: #b8860b;
  --sh-warning-soft: #fdf6e3;
  --sh-border: rgba(0, 0, 0, 0.08);
  --sh-border-strong: rgba(0, 0, 0, 0.12);
  --sh-shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
  --sh-shadow-md: 0 4px 20px rgba(0,0,0,0.06), 0 2px 8px rgba(0,0,0,0.04);
  --sh-radius: 12px;
  --sh-radius-lg: 20px;
  --sh-font-display: 'Fraunces', Georgia, serif;
  --sh-font-body: 'DM Sans', -apple-system, sans-serif;
  --sh-font-mono: 'JetBrains Mono', monospace;
  
  font-family: var(--sh-font-body);
  color: var(--sh-text);
  line-height: 1.6;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.sh-security-hub *, .sh-security-hub *::before, .sh-security-hub *::after {
  box-sizing: border-box;
}

.sh-security-hub a {
  color: var(--sh-accent);
  text-decoration: none;
}

.sh-security-hub a:hover {
  text-decoration: underline;
}

/* Hero */
.sh-hero {
  margin-bottom: 32px;
}

.sh-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 32px;
  align-items: start;
}

.sh-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: var(--sh-accent-soft);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  color: var(--sh-accent);
  margin-bottom: 20px;
}

.sh-hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--sh-accent);
  border-radius: 50%;
  animation: sh-pulse 2s ease-in-out infinite;
}

@keyframes sh-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

.sh-hero-title {
  font-family: var(--sh-font-display) !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 20px 0 !important;
  color: var(--sh-text) !important;
}

.sh-hero-subtitle {
  font-size: 17px;
  color: var(--sh-text-secondary);
  max-width: 580px;
  line-height: 1.7;
  margin: 0 0 28px 0;
}

.sh-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.sh-hero-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.sh-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sh-meta-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sh-text-muted);
  font-weight: 500;
}

.sh-meta-value {
  font-size: 14px;
  font-weight: 500;
  color: var(--sh-text);
}

/* Buttons */
.sh-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.sh-btn-ghost {
  background: transparent;
  color: var(--sh-text-secondary) !important;
  border: 1px solid var(--sh-border);
}

.sh-btn-ghost:hover {
  background: var(--sh-surface);
  border-color: var(--sh-border-strong);
  color: var(--sh-text) !important;
  text-decoration: none !important;
}

.sh-btn-primary {
  background: var(--sh-accent);
  color: white !important;
}

.sh-btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: var(--sh-shadow-md);
  color: white !important;
  text-decoration: none !important;
}

/* Checklist Card */
.sh-checklist-card {
  background: var(--sh-surface);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius-lg);
  padding: 28px;
  box-shadow: var(--sh-shadow-md);
}

.sh-checklist-title {
  font-family: var(--sh-font-display) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sh-checklist-title::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--sh-accent-soft);
  border-radius: 6px;
  font-size: 12px;
  color: var(--sh-accent);
}

.sh-checklist-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sh-checklist-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--sh-bg-warm);
  border-radius: 10px;
  transition: all 0.2s ease;
}

.sh-checklist-item:hover {
  background: var(--sh-accent-soft);
}

.sh-check-icon {
  width: 20px;
  height: 20px;
  border: 2px solid var(--sh-border-strong);
  border-radius: 6px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.sh-checklist-item:hover .sh-check-icon {
  border-color: var(--sh-accent);
  background: var(--sh-accent-glow);
}

.sh-check-label {
  font-size: 14px;
  font-weight: 500;
}

.sh-check-hint {
  font-size: 12px;
  color: var(--sh-text-muted);
  margin-left: auto;
}

.sh-checklist-note {
  margin-top: 20px;
  padding: 14px;
  background: var(--sh-accent-soft);
  border-radius: 10px;
  font-size: 13px;
  color: var(--sh-text-secondary);
  line-height: 1.6;
}

.sh-checklist-note a {
  font-weight: 500;
}

/* Content Grid */
.sh-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* Cards */
.sh-card {
  background: var(--sh-surface);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius-lg);
  padding: 28px;
  box-shadow: var(--sh-shadow-sm);
}

.sh-card-header {
  margin-bottom: 24px;
}

.sh-card-title {
  font-family: var(--sh-font-display) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 8px 0 !important;
  color: var(--sh-text) !important;
}

.sh-card-desc {
  font-size: 14px;
  color: var(--sh-text-secondary);
  margin: 0;
}

/* Steps */
.sh-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sh-step {
  display: flex;
  gap: 16px;
  padding: 18px;
  background: var(--sh-bg-warm);
  border-radius: var(--sh-radius);
  transition: all 0.25s ease;
}

.sh-step:hover {
  background: var(--sh-accent-soft);
  transform: translateX(4px);
}

.sh-step-number {
  width: 32px;
  height: 32px;
  background: var(--sh-accent);
  color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
}

.sh-step-content {
  flex: 1;
}

.sh-step-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
}

.sh-step-desc {
  font-size: 13px;
  color: var(--sh-text-secondary);
  line-height: 1.5;
}

/* Credentials Table - DIV/SPAN structure */
.sh-security-hub .sh-credentials-table {
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius);
  overflow: hidden;
  margin-bottom: 20px;
}

.sh-security-hub .sh-cred-row {
  display: flex !important;
  flex-direction: row !important;
  padding: 12px 16px;
  font-size: 14px;
  border-bottom: 1px solid var(--sh-border);
}

.sh-security-hub .sh-cred-row span {
  flex: 1 !important;
  display: inline-block !important;
}

.sh-security-hub .sh-cred-row br {
  display: none !important;
}

.sh-security-hub .sh-cred-header {
  background: var(--sh-bg-warm);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--sh-text-secondary);
}

.sh-security-hub .sh-cred-row:not(.sh-cred-header):hover {
  background: var(--sh-accent-soft);
}

/* Code Block */
.sh-code-block {
  margin-top: 24px;
  background: #1e1e1e;
  border-radius: var(--sh-radius);
  overflow: hidden;
}

.sh-code-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #252526;
  border-bottom: 1px solid #333;
}

.sh-code-title {
  font-size: 12px;
  color: #888;
  font-family: var(--sh-font-mono);
}

.sh-code-copy {
  padding: 6px 10px;
  background: #333;
  border: none;
  border-radius: 6px;
  color: #aaa;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sh-code-copy:hover {
  background: #444;
  color: #fff;
}

.sh-code-content {
  padding: 16px;
  overflow-x: auto;
}

.sh-code-content pre {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--sh-font-mono) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #d4d4d4 !important;
  background: transparent !important;
  border: none !important;
}

.sh-comment { color: #6a9955; }

/* Accordion */
.sh-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sh-accordion-item {
  background: var(--sh-bg-warm);
  border-radius: var(--sh-radius);
  overflow: hidden;
  transition: all 0.2s ease;
}

.sh-accordion-item:hover {
  background: #f0eee9;
}

.sh-accordion-trigger {
  width: 100%;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none !important;
  border: none !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--sh-text);
  text-align: left;
  font-family: var(--sh-font-body);
}

.sh-accordion-icon {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: var(--sh-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--sh-text-muted);
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.sh-accordion-item.sh-open .sh-accordion-icon {
  background: var(--sh-accent);
  color: white;
  transform: rotate(180deg);
}

.sh-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sh-accordion-inner {
  padding: 0 18px 18px;
  font-size: 14px;
  color: var(--sh-text-secondary);
  line-height: 1.7;
}

.sh-accordion-inner ul {
  margin: 12px 0 0 20px !important;
  padding: 0 !important;
  list-style: disc !important;
}

.sh-accordion-inner li {
  margin: 8px 0 !important;
}

.sh-accordion-inner code {
  background: var(--sh-bg-warm);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: var(--sh-font-mono);
  font-size: 13px;
}

/* Info Grid */
.sh-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.sh-info-box {
  padding: 16px;
  background: var(--sh-bg-warm);
  border-radius: var(--sh-radius);
}

.sh-info-title {
  font-size: 13px !important;
  font-weight: 600 !important;
  margin: 0 0 6px 0 !important;
}

.sh-info-text {
  font-size: 12px;
  color: var(--sh-text-secondary);
  line-height: 1.5;
  margin: 0 !important;
}

/* Settings/Features Section */
.sh-settings-section {
  margin-top: 24px;
}

.sh-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sh-feature-item {
  padding: 20px;
  background: var(--sh-bg-warm);
  border-radius: var(--sh-radius);
  transition: all 0.2s ease;
}

.sh-feature-item:hover {
  background: var(--sh-accent-soft);
  transform: translateY(-2px);
}

.sh-feature-icon {
  font-size: 28px;
  margin-bottom: 12px;
}

.sh-feature-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 0 6px 0 !important;
}

.sh-feature-desc {
  font-size: 13px;
  color: var(--sh-text-secondary);
  line-height: 1.5;
  margin: 0 !important;
}

/* Support/Brand Section */
.sh-support-section {
  margin-top: 24px;
}

.sh-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sh-brand-item {
  padding: 20px;
  background: var(--sh-bg-warm);
  border-radius: var(--sh-radius);
  transition: all 0.2s ease;
}

.sh-brand-item:hover {
  background: var(--sh-accent-soft);
}

.sh-brand-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 0 0 10px 0 !important;
  color: var(--sh-text) !important;
}

.sh-brand-desc {
  font-size: 13px;
  color: var(--sh-text-secondary);
  line-height: 1.6;
  margin: 0 !important;
}

/* Toast */
.sh-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--sh-text);
  color: white;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 9999;
}

.sh-toast.sh-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Responsive */
@media (max-width: 900px) {
  .sh-hero-grid {
    grid-template-columns: 1fr;
  }
  
  .sh-content-grid {
    grid-template-columns: 1fr;
  }
  
  .sh-info-grid {
    grid-template-columns: 1fr;
  }
  
  .sh-features-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .sh-brand-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .sh-security-hub {
    padding: 20px 16px;
  }
  
  .sh-hero-title {
    font-size: 24px !important;
  }
  
  .sh-hero-meta {
    gap: 16px;
  }
  
  .sh-features-grid {
    grid-template-columns: 1fr;
  }
  
  .sh-cred-row {
    font-size: 12px;
    padding: 10px 12px;
  }
/* Article ID method */
#post-5138 img.img-thumbnail.single-blog-img {
    display: none;
}


}
.sh-security-hub pre::before {
  content: none !important;
  display: none !important;
}

/* sb-footer-social-icons-white start */
.footer-social-icons a,.footer-social-icons a:visited{background:transparent!important;border:0!important;box-shadow:none!important;color:#fff!important;width:auto!important;height:auto!important}
.footer-social-icons a i,.footer-social-icons a svg,.footer-social-icons a svg path{color:#fff!important;fill:#fff!important;background:transparent!important;border:0!important;font-size:22px}
.footer-social-icons a:hover,.footer-social-icons a:hover i,.footer-social-icons a:hover svg,.footer-social-icons a:hover svg path{color:#44D2AD!important;fill:#44D2AD!important;background:transparent!important;transform:scale(1.08)}
/* sb-footer-social-icons-white end */
