@media (max-width: 768px) {
    .about-seven-image .small-image {
        display:none
    }
    .about-seven-image .count-card {
        display:none !important;
    }
 }

    .fun-fact-six-area .fun-fact-card span {
        margin-top: 105px !important;
    }

    @media (max-width: 576px) {
        .fun-fact-six-area .fun-fact-card span {
            margin-top: 45px !important;
        }
    }


    .reg-card {
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  transition: 0.3s ease;
}

.reg-card:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-4px);
}

.reg-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.reg-text {
  font-size: 14px;
  line-height: 1.45;
  color: #c9d6e1;
}


.pentest-mobile-list {
  display: none;
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.pentest-mobile-list .step {
  display: block;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 2px solid rgba(255,255,255,0.12);
  padding-bottom:20px;
}

.pentest-mobile-list .icon {
  font-size: 26px;
  line-height: 1;
  padding-bottom:12px;
  padding-top:5px;
}

/* --- MOBILE (<600px) --- */
@media (max-width: 600px) {

  .pentest-circle-layout {
    display: none !important;
  }

  .pentest-mobile-list {
    display: block !important;
    padding: 0 10px;
  }
}

/* --- DESKTOP (>=601px) --- */
@media (min-width: 601px) {
  .pentest-circle-layout {
    display: block;
  }
  .pentest-mobile-list {
    display: none;
  }
}

/* ---- block boundary ---- */

.hero-scan-lines {
    position:absolute;
    inset:0;
    background: repeating-linear-gradient(
        to bottom,
        rgba(30, 136, 229,0.08) 0px,
        rgba(30, 136, 229,0.08) 2px,
        transparent 2px,
        transparent 6px
    );
    animation: scanMove 6s linear infinite;
    border-radius:25px;
    pointer-events:none;
}

@keyframes scanMove {
    0% { background-position-y: 0; }
    100% { background-position-y: 200px; }
}

/* ---- block boundary ---- */

.threat-card {
    padding: 35px;
    background: #061a2e;
    border-radius: 20px;
    border: 1px solid rgba(30, 136, 229,0.15);
    transition: 0.25s;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.threat-card h4, .threat-card p {
    color: #ffffff;
}

.threat-card:hover {
    background: #08223e;
    transform: translateY(-4px);
    box-shadow: 0 0 25px rgba(30, 136, 229,0.15);
}

/* ---- block boundary ---- */

.infra-cap-card i {
    font-size:45px;
    color:#1E88E5;
    margin-bottom:18px;
    display:block;
}
.infra-cap-card h4, .infra-cap-card p {
    color:#ffffff;
}
.infra-cap-card:hover {
    background:#0a2138;
    transform:translateY(-6px);
    box-shadow:0 0 25px rgba(30, 136, 229,0.2);
}

.infra-cap-card {
    background:#071726;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    border:1px solid rgba(255,255,255,0.06);
    transition:0.25s;
    color:#ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.infra-cap-card p {
    color:#ffffff;
    flex-grow: 1;
}

/* ---- block boundary ---- */

    /* Terminal */
.terminal-window {
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    font-family: "Fira Code", monospace;
    box-shadow: 0 0 25px rgba(0,255,255,0.2);
}

.terminal-header {
    background: #0d0d0d;
    padding: 8px 14px;
    color: #00eaff;
    font-size: 14px;
    border-bottom: 1px solid #00eaff44;
}

.terminal-body {
    padding: 15px;
    min-height: 260px;
    color: #00ffea;
    font-size: 14px;
    white-space: pre-wrap;
}

/* Network Graph */
.net-node {
    fill: #0A3D6B;
    stroke: #00eaff;
    stroke-width: 2;
    filter: drop-shadow(0 0 6px #00eaff);
    transition: 0.3s ease;
}

.node-label {
    fill: white;
    font-size: 12px;
    font-family: sans-serif;
}

.net-line {
    stroke: #00eaff55;
    stroke-width: 2;
}

.active-node {
    fill: #00eaff !important;
    stroke: white !important;
    filter: drop-shadow(0 0 10px #00eaff) drop-shadow(0 0 20px #00eaff);
}

.active-line {
    stroke: #00eaff !important;
    stroke-width: 3;
}

/* ---- inline style extraction ---- */

.infrastructure-inline-1 { background:#041326; padding:140px 0 120px; position:relative; }
.infrastructure-inline-2 { margin-bottom:0; }
.infrastructure-inline-3 { color:#ffffff; }
.infrastructure-inline-4 { color:#1E88E5; }
.infrastructure-inline-5 { font-size:1.05rem; font-weight:600; color:rgba(255,255,255,0.65); margin-bottom:1.5rem; }
.infrastructure-inline-6 { max-width:720px; color:#ffffff; }
.infrastructure-inline-7 { position:relative; }
.infrastructure-inline-8 { width:100%; max-width:620px; filter:drop-shadow(0 0 40px #1b3355); border-radius:25px; }
.infrastructure-inline-9 { background:#02101f; }
.infrastructure-inline-10 { background:#04182F; padding:100px 0; color:white; }
.infrastructure-inline-11 { max-width:1200px; }
.infrastructure-inline-12 { color:#fff; }
.infrastructure-inline-13 { background:#02101f; color:#fff; }
.infrastructure-inline-14 { max-width:100%; }
.infrastructure-inline-15 { font-size:20px; color:white; }
.infrastructure-inline-16 { background:linear-gradient(135deg,#041326,#0a3560); text-align:center; }
