.vuln-seekers-desktop-container {
    width: 100vw;
    display: flex;
    min-height: 100%;
    align-items: center;
    align-content: center;
    flex-direction: column;
    background-color: #f5faff;
  }

.vuln-seekers-desktop-vuln-seekerlogo {
  width: 213px;
  height: 56.65578842163086px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
}

.vuln-seekers-desktop-vuln-seekers-desktop {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    background-color: #f5faff;
}

.vuln-seekers-desktop-text01 {
    font-weight: 400;
}

.vuln-seekers-desktop-text02 {
    font-weight: 700;
}
  
.vuln-seekers-desktop-contactsection {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #d6e4ef;
  padding: 4rem 2rem;
  margin-top: 6rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.vuln-seekers-desktop-frame36 {
    margin-bottom: 1.5rem;
}

.vuln-seekers-desktop-text18 {
  color: rgba(0, 79, 159, 1);
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.vuln-seekers-desktop-text20 {
  color: rgba(89, 99, 129, 1);
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-top: 1rem;
}
  
.green-link {
  color: rgba(12, 172, 132, 1) !important;
}

.vuln-seekers-desktop-text22 {
  color: rgba(12, 172, 132, 1) !important;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.vuln-seekers-desktop-text22 .green-link:hover {
    color: rgba(0, 79, 159, 1);
}

.vpd-section {
  width: 100%;
  padding: 40px 0;
  background-color: #f5faff;
}

.vpd-head {
  margin-bottom: 14px;
}

.vpd-title {
  font-size: 44px;
  line-height: 1.05;
  font-weight: 900;
  color: rgba(0, 79, 159, 1);
}

.vpd-sub {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(89, 99, 129, 1);
}

.vpd-shell {
  border-radius: 16px;
  border: 2px solid rgb(118, 172, 216);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(0,0,0,0.10);
  overflow: hidden;
}

.vpd-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.vpd-count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(89, 99, 129, 1);
}

.vpd-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(12, 172, 132, 1);
  box-shadow: 0 0 0 4px rgba(12, 172, 132, 0.14);
}

.vpd-search {
  display: flex;
  justify-content: flex-end;
  width: 360px;
  max-width: 100%;
}

.vpd-input {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 12px;
  padding: 10px 12px;
  outline: none;
  font-size: 13px;
  color: rgba(89, 99, 129, 1);
  background: rgba(0, 79, 159, 0.04);
}

.vpd-input:focus {
  border-color: rgba(0, 79, 159, 0.40);
  background: #ffffff;
}

.vpd-tablewrap {
  overflow: auto;
}

.vpd-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.vpd-table thead th {
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0, 79, 159, 1);
  padding: 14px 16px;
  background: rgba(0, 79, 159, 0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.vpd-table tbody td {
  padding: 14px 16px;
  font-size: 13px;
  color: rgba(89, 99, 129, 1);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  vertical-align: middle;
}

.vpd-cve {
  font-weight: 900;
  color: rgba(0, 79, 159, 1);
  letter-spacing: 0.02em;
}

.vpd-muted {
  color: rgba(89, 99, 129, 1);
}

.vpd-row {
  cursor: pointer;
  outline: none;
}

.vpd-row:hover {
  background: rgba(12, 172, 132, 0.06);
}

.vpd-row:focus {
  box-shadow: inset 0 0 0 3px rgba(0, 79, 159, 0.20);
}

.vpd-row.active {
  background: rgba(0, 79, 159, 0.06);
}

.vpd-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(0,0,0,0.08);
  white-space: nowrap;
}

.vpd-high {
  background: rgba(220, 53, 69, 0.12);
  color: #b02a37;
}

.vpd-med {
  background: rgba(255, 193, 7, 0.20);
  color: #7a5f00;
}

.vpd-foot {
  padding: 12px 16px;
  font-size: 12px;
  color: rgba(89, 99, 129, 1);
  background: rgba(255,255,255,0.85);
}

.vpd-foot-muted {
  font-weight: 900;
  color: rgba(0, 79, 159, 1);
}

.vpd-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1200;
}

.vpd-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.vpd-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 440px;
  max-width: 92vw;
  background: #ffffff;
  border-left: 2px solid rgb(118, 172, 216);
  box-shadow: -18px 0 40px rgba(0,0,0,0.22);
  transform: translateX(102%);
  transition: transform 0.22s ease;
  z-index: 1300;
  display: flex;
  flex-direction: column;
}

.vpd-drawer.open {
  transform: translateX(0);
}

.vpd-drawer-head {
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  background: rgba(0, 79, 159, 0.05);
}

.vpd-drawer-title {
  font-size: 18px;
  font-weight: 900;
  color: rgba(0, 79, 159, 1);
}

.vpd-drawer-sub {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(89, 99, 129, 1);
}

.vpd-close {
  border: 0;
  background: rgba(0,0,0,0.04);
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: rgba(0,0,0,0.65);
}

.vpd-close:hover {
  background: rgba(0,0,0,0.08);
}

.vpd-drawer-body {
  padding: 14px 16px 18px;
  overflow: auto;
}

.vpd-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
}

.vpd-kpi {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 10px 10px;
  background: rgba(12, 172, 132, 0.06);
}

.vpd-kpi .k {
  font-size: 11px;
  color: rgba(89, 99, 129, 1);
}

.vpd-kpi .v {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 900;
  color: rgba(0, 79, 159, 1);
}

.vpd-block {
  margin-top: 14px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 12px 12px;
  background: #ffffff;
}

.vpd-block .h {
  font-size: 12px;
  font-weight: 900;
  color: rgba(0, 79, 159, 1);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vpd-block .p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(89, 99, 129, 1);
}

.vpd-meta {
  margin-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.vpd-meta .m {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}

.vpd-meta .k {
  color: rgba(89, 99, 129, 1);
  font-weight: 700;
}

.vpd-meta .v {
  color: rgba(0, 79, 159, 1);
  font-weight: 900;
  text-align: right;
}

.vpd-actions {
  margin-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.vpd-verify {
  font-size: 12px;
  font-weight: 900;
  color: rgba(12, 172, 132, 1);
}

.vpd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  color: #ffffff;
  background: rgba(0, 79, 159, 1);
}

.vpd-btn:hover {
  text-decoration: none;
  filter: brightness(0.95);
}

.vuln-seekers-desktop-button-research {
  gap: 10px;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
  border-color: #2287ec52;
}

.vuln-seekers-desktop-text66 {
  color: rgba(89, 99, 129, 1);
  height: auto;
  text-align: center;
  line-height: normal;
}

.vuln-seekers-mobile-button-research {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 8px;
  margin: 2px;
  background-color: #f8f8f9;
  cursor: pointer;
}

.vuln-seekers-desktop-research {
  width: 100%;
  padding: 70px 0;
  background-color: #f5faff;
}

.vuln-seekers-research-stats {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px 0 40px;
}

.stat-pill {
  background: #ffffff;
  border: 2px solid rgb(118, 172, 216);
  border-radius: 999px;
  padding: 14px 22px;
  min-width: 180px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.06);
}

.stat-pill .stat-label {
  font-size: 12px;
  color: rgba(89, 99, 129, 1);
  line-height: 1.2;
}

.stat-pill .stat-value {
  margin-top: 6px;
  font-size: 17px;
  font-weight: 800;
  color: rgba(0, 79, 159, 1);
  line-height: 1.2;
}

.cve-card {
  height: 100%;
  background: #ffffff;
  border: 2px solid rgb(118, 172, 216);
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  overflow: hidden;
}

.cve-card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0,0,0,0.14);
  border-color: #004f9f;
}

.cve-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 12px;
}

.cve-id {
  font-size: 20px;
  font-weight: 800;
  color: rgba(0, 79, 159, 1);
  letter-spacing: 0.02em;
}

.cve-subtitle {
  margin-top: 4px;
  color: rgba(89, 99, 129, 1);
  font-size: 13px;
  line-height: 1.3;
}

.cve-badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.cve-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,0.08);
  white-space: nowrap;
}

.cve-badge-high {
  background: rgba(220, 53, 69, 0.10);
  color: #b02a37;
}

.cve-badge-medium {
  background: rgba(255, 193, 7, 0.18);
  color: #8a6d00;
}

.cve-badge-type {
  background: rgba(12, 172, 132, 0.14);
  color: rgba(12, 172, 132, 1);
}

.cve-card-body {
  padding: 0 18px 14px;
}

.cve-desc {
  margin: 0;
  color: rgba(89, 99, 129, 1);
  font-size: 14px;
  line-height: 1.6;
}

.cve-desc code {
  font-size: 13px;
  background: rgba(0, 79, 159, 0.08);
  padding: 2px 6px;
  border-radius: 6px;
}

.cve-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.cve-meta-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}

.cve-meta-item .k {
  color: rgba(89, 99, 129, 1);
}

.cve-meta-item .v {
  color: rgba(0, 79, 159, 1);
  font-weight: 700;
}

.cve-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-top: 1px solid rgba(0,0,0,0.06);
  background: rgba(0, 79, 159, 0.03);
}

.cve-verified {
  font-size: 12px;
  font-weight: 800;
  color: rgba(12, 172, 132, 1);
}

.cve-link {
  font-size: 13px;
  font-weight: 800;
  color: rgba(0, 79, 159, 1);
  text-decoration: none;
}

.cve-link:hover {
  text-decoration: underline;
}

.vuln-seekers-desktop-button-research {
  gap: 10px;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
  border-color: #2287ec52;
}

.vuln-seekers-desktop-text66 {
  color: rgba(89, 99, 129, 1);
  height: auto;
  text-align: center;
  line-height: normal;
}

.vuln-seekers-mobile-button-research {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 8px;
  margin: 2px;
  background-color: #f8f8f9;
  cursor: pointer;
}

.vpd-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vpd-pager-left,
.vpd-pager-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vpd-page-select {
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 12px;
  color: rgba(89, 99, 129, 1);
  background: #fff;
  outline: none;
}

.vpd-page-info,
.vpd-page-num {
  font-size: 12px;
  color: rgba(89, 99, 129, 1);
}

.vpd-page-btn {
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(0, 79, 159, 1);
  color: #fff;
  border-radius: 10px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.vpd-page-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.vpd-page-btn:hover:not(:disabled) {
  filter: brightness(0.95);
}

.vuln-seekers-desktop-services {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 7rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 5rem;
}

.vuln-seekers-desktop-frame1strow,
.vuln-seekers-desktop-frame2ndrow {
  display: flex;
  width: 65%;
  justify-content: space-between;
  gap: 2rem;
}

.vuln-seekers-desktop-system-admin,
.vuln-seekers-desktop-security,
.vuln-seekers-desktop-tech-support,
.vuln-seekers-desktop-development {
  display: flex;
  align-items: flex-start;
  width: 45%;
  gap: 1rem;
}

.vuln-seekers-desktop-system-administration,
.vuln-seekers-desktop-security-description,
.vuln-seekers-desktop-tech-support-description,
.vuln-seekers-desktop-development-description {
  display: flex;
  flex-direction: column;
}

.vuln-seekers-desktop-text26 {
  color: rgba(89, 99, 129, 1);
  text-align: left;
  line-height: 27px;
  font-size: 24px;
  font-family: Lato, sans-serif;
}

.vuln-seekers-desktop-text28 {
  color: rgba(89, 99, 129, 1);
  text-align: left;
  line-height: 18px;
  margin-top: 1rem;
}

.vuln-seekers-desktop-servericon,
.vuln-seekers-desktop-shieldicon,
.vuln-seekers-desktop-supporticon,
.vuln-seekers-desktop-codeicon {
  width: 33px;
}

.vuln-seekers-desktop-text42 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  text-align: center;
  line-height: 54px;
  font-size: 48px; 
  font-weight: bold;
}

  .vuln-seekers-desktop-group8 {
  margin-top: 7rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
}

.vuln-seekers-desktop-group7 {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
}

.vuln-seekers-desktop-text54 {
  color: rgba(0, 79, 159, 1);
  width: 100%;
  text-align: center;
  line-height: 48px; 
  font-size: 46px; 
  font-weight: 700; 
}

.vuln-seekers-desktop-frame29 {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  text-align: center;
}

.vuln-seekers-desktop-text46 {
  color: rgba(12, 172, 132, 1);
  text-align: center;
  line-height: 36px; 
  font-size: 20px; 
  font-weight: 400; 
  padding-top: 2px;
}

.vuln-seekers-desktop-text48 {
  color: rgba(89, 99, 129, 1);
  text-align: center;
  line-height: 24px; 
  font-size: 16px; 
  margin-top: 20px;
}

:root {
    --bs-blue-rgb: 0, 123, 255;
    --bs-bg-opacity: 0.1;
    --outline-color: 0, 0, 139;
}

.bg-blue {
    background-color: white !important;
}

.partner-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#partners {
    padding: 60px 0;
}

.partner-container {
    margin-bottom: 20px !important;
}

.partner-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    height: 100%;
    border: 2px solid rgb(118, 172, 216);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: var(--bs-blue-rgb, 255, 255, 255);
    box-sizing: border-box;
    transition: transform 0.3s, box-shadow 0.3s;
}

.logo-container {
    width: 150px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.logo-container img {
    object-fit: contain;
}

.description {
    flex: 1 0 auto;
    font-size: 0.9em;
    color: rgba(89, 99, 129, 1);
}

.text-center {
    text-align: center;
}

.main_title {
    margin-bottom: 40px;
}

.main_title h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.main_title p {
    font-size: 1.1em;
    color: #777;
}

.partner-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-color: #004f9f;
}

.pagination-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.pagination-controls button {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    margin: 30px;
}

.pagination-controls button:disabled {
    cursor: not-allowed;
}

.pagination-controls button:hover:not(:disabled) {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
    background-color: rgb(118, 172, 216); 
}

#prev-btn, #next-btn {
    margin: 20px;
    border: none; 
    width: 25px;
    height: 25px;
}

#prev-btn img, #next-btn img{
    width: 40px;
    height: 40px;
}

#prev-btn:disabled, #next-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

#prev-btn:focus, #next-btn:focus {
    outline: none;
}

#prev-btn:hover, #next-btn:hover {
    transform: scale(1.1);
}

.vuln-seekers-desktop-vector {
  top: 0px;
  left: 0px;
  width: 27px;
  height: 26px;
  position: absolute;
}

.vuln-seekers-desktop-vector01 {
  top: 6.604051113128662px;
  left: 27.206378936767578px;
  width: 18px;
  height: 19px;
  position: absolute;
}

.vuln-seekers-desktop-vector02 {
  top: -2.34236085660134e-14px;
  left: 48.982261657714844px;
  width: 5px;
  height: 26px;
  position: absolute;
}

.vuln-seekers-desktop-vector03 {
  top: 6.2752580642700195px;
  left: 57.96609115600586px;
  width: 19px;
  height: 20px;
  position: absolute;
}

.vuln-seekers-desktop-vector04 {
  top: 0px;
  left: 0px;
  width: 22px;
  height: 26px;
  position: absolute;
}

.vuln-seekers-desktop-vector05 {
  top: 6.571177005767822px;
  left: 23.78046226501465px;
  width: 19px;
  height: 20px;
  position: absolute;
}

.vuln-seekers-desktop-vector06 {
  top: 6.571177005767822px;
  left: 44.96329879760742px;
  width: 19px;
  height: 20px;
  position: absolute;
}

.vuln-seekers-desktop-vector07 {
  top: 0.2957649827003479px;
  left: 66.97932434082031px;
  width: 19px;
  height: 26px;
  position: absolute;
}

.vuln-seekers-desktop-vector08 {
  top: 6.571177005767822px;
  left: 85.88314056396484px;
  width: 19px;
  height: 20px;
  position: absolute;
}

.vuln-seekers-desktop-vector09 {
  top: 6.571177005767822px;
  left: 107.89427947998047px;
  width: 12px;
  height: 20px;
  position: absolute;
}

.vuln-seekers-desktop-vector10 {
  top: 0px;
  left: 0px;
  width: 39px;
  height: 56px;
  position: absolute;
}
.vuln-seekers-desktop-vector11 {
  top: 19.74169921875px;
  left: 52.60911560058594px;
  width: 26px;
  height: 37px;
  position: absolute;
}

.vuln-seekers-desktop-vector12 {
  top: 0.0023788074031472206px;
  left: 36.43275833129883px;
  width: 26px;
  height: 37px;
  position: absolute;
}

.vuln-seekers-desktop-group {
  top: 0.0000011728656090781442px;
  left: 88.22098541259766px;
  width: 124.96504211425781px;
  height: 56.65578842163086px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}

.vuln-seekers-desktop-group1 {
  top: 0px;
  left: 0px;
  width: 76.93360900878906px;
  height: 26.092100143432617px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}

.vuln-seekers-desktop-group2 {
  top: 30.234891891479492px;
  left: 4.6168999671936035px;
  width: 120.34813690185547px;
  height: 26.420894622802734px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}

.vuln-seekers-desktop-group3 {
  top: 0px;
  left: 0px;
  width: 78.42117309570312px;
  height: 56.36457824707031px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}

.vuln-seekers-desktop-herobanner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.vuln-seekers-desktop-herobannertxt {
  gap: 48px;
  top: 288px;
  left: 130px;
  width: 584px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.vuln-seekers-desktop-paulminamitz-ph9aswx-uunsplash1 {
  width: 100%;
  height: 850px;
  object-fit: cover;
  object-position: center;
}

.vuln-seekers-desktop-header {
  top: 0;
  width: 100%;
  display: flex;
  position: fixed;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}

.vuln-seekers-desktop-frame26 {
  gap: 16px;
  width: 300px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: flex-end;
}

.vuln-seekers-desktop-button-mission,
.vuln-seekers-desktop-button-services,
.vuln-seekers-desktop-button-contact {
  gap: 10px;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
  border-color: #2287ec52;
}

.vuln-seekers-desktop-text60,
.vuln-seekers-desktop-text62,
.vuln-seekers-desktop-text64 {
  color: rgba(89, 99, 129, 1);
  height: auto;
  text-align: center;
  line-height: normal;
}

.H0 {
  font-size: 80px;
  font-style: normal;
  font-family: Lato;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}
  
.vuln-seekers-desktop-text56 {
  color: rgba(0, 79, 159, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 90px;

}

.vuln-seekers-desktop-text58 {
  color: rgba(0, 79, 159, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 36px;
  font-size: 28px;
  font-weight: 500;
}

.H2 {
  font-size: 32px;
  font-style: normal;
  font-family: Lato;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}
.vuln-seekers-toggle-button {
  display: none;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #004f9f;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.vuln-seekers-mobile-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f8f8f9;
  z-index: 1;
  flex-direction: column; 
  width: 100%; 
}

.vuln-seekers-mobile-button-mission,
.vuln-seekers-mobile-button-services,
.vuln-seekers-mobile-button-contact {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 8px;
  margin: 2px;
  background-color: #f8f8f9;
  cursor: pointer;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer {
  padding: 7.5rem 1rem 6rem;
  background-color: rgba(0, 79, 159, 1);
  text-align: center;
  width: 100%;
  position: relative;
}

.vuln-seekers-desktop-footer .footer-content {
  display: flex;
  justify-content: space-between;
}

.vuln-seekers-desktop-footer .vuln-seekers-desktop-text {
  font-size: 14px;
  color: #ede5e5;
  margin-bottom: 1.5rem;
  text-align: left;
}

.vuln-seekers-desktop-footer .vuln-seekers-desktop-text span {
  margin-bottom: 5px;
}

.footer-logo {
  max-width: 240px;
}
.stat-pill,
.vpd-shell,
.vpd-row,
.vpd-input,
.vpd-btn,
.vpd-page-btn,
.vpd-close,
.partner-card,
.vuln-seekers-desktop-button-mission,
.vuln-seekers-desktop-button-services,
.vuln-seekers-desktop-button-contact,
.vuln-seekers-desktop-button-research {
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    filter 160ms ease;
}
.vpd-row:focus-visible,
.vpd-btn:focus-visible,
.vpd-page-btn:focus-visible,
.vpd-close:focus-visible,
.vuln-seekers-desktop-button-mission:focus-visible,
.vuln-seekers-desktop-button-services:focus-visible,
.vuln-seekers-desktop-button-contact:focus-visible,
.vuln-seekers-desktop-button-research:focus-visible,
.vpd-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 79, 159, 0.12);
}
.stat-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0,0,0,0.10);
  border-color: rgba(0, 79, 159, 0.45);
}
.vpd-shell:hover {
  box-shadow: 0 18px 44px rgba(0,0,0,0.12);
}
.vpd-shell:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
}
.vpd-shell { position: relative; }
.vpd-row {
  position: relative;
  will-change: transform;
}
.vpd-row:hover {
  transform: translateY(-1px);
}
.vpd-row.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 999px;
  background: rgba(0, 79, 159, 0.55);
}
.vpd-input:hover {
  border-color: rgba(0, 79, 159, 0.22);
}
.vpd-input:focus {
  box-shadow: 0 0 0 4px rgba(0, 79, 159, 0.10);
}
.vpd-btn {
  position: relative;
  overflow: hidden;
}
.vpd-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  transform: skewX(-18deg);
  background: rgba(255,255,255,0.18);
  transition: left 260ms ease;
}
.vpd-btn:hover::after {
  left: 140%;
}
.vpd-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.14);
}
.vpd-btn:active {
  transform: translateY(0);
  box-shadow: none;
}
.vpd-page-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(0,0,0,0.12);
}
.vpd-page-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: none;
}
.vpd-drawer {
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.vpd-backdrop {
  transition: opacity 220ms ease;
}
.vuln-seekers-desktop-button-mission:hover,
.vuln-seekers-desktop-button-services:hover,
.vuln-seekers-desktop-button-contact:hover,
.vuln-seekers-desktop-button-research:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.08);
  border-color: rgba(0, 79, 159, 0.25);
} 
@media (min-width: 768px) {
    .vuln-seekers-desktop-contactsection {
        padding: 6rem 4rem;
    }

    .vuln-seekers-desktop-text18 {
        font-size: 42px;
    }

    .vuln-seekers-desktop-text20 {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .vuln-seekers-desktop-contactsection {
        padding: 6rem 7rem;
    }

    .vuln-seekers-desktop-text18 {
        font-size: 48px;
    }

    .vuln-seekers-desktop-text20 {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .footer {
        padding: 7.5rem 2rem 6rem;
    }

    .footer .vuln-seekers-desktop-footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer .vuln-seekers-desktop-text {
        text-align: left;
        font-size: 14px;
    }

    .footer .vuln-seekers-desktop-text01, 
    .footer .vuln-seekers-desktop-text02 {
        display: inline;
    }
}
@media (min-width: 992px) {
    .footer {
    padding: 7.5rem 7rem 6rem;
    }

    .footer .vuln-seekers-desktop-text {
    font-size: 14px;
    }
}
@media (max-width: 768px) {
  .vuln-seekers-desktop-frame1strow,
  .vuln-seekers-desktop-frame2ndrow {
    flex-direction: column;
    width: 90%;
    gap: 2rem;
  }

  .vuln-seekers-desktop-system-admin,
  .vuln-seekers-desktop-security,
  .vuln-seekers-desktop-tech-support,
  .vuln-seekers-desktop-development {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }

  .vuln-seekers-desktop-system-administration,
  .vuln-seekers-desktop-security-description,
  .vuln-seekers-desktop-tech-support-description,
  .vuln-seekers-desktop-development-description {
    display: flex;
    flex-direction: column;
  }

  .vuln-seekers-desktop-system-admin img,
  .vuln-seekers-desktop-security img,
  .vuln-seekers-desktop-tech-support img,
  .vuln-seekers-desktop-development img {
    margin-right: 1rem;
    order: 0;
  }

  .vuln-seekers-desktop-text26 {
    font-size: 22px;
  }

  .vuln-seekers-desktop-text28 {
    font-size: 14px;
    line-height: 1.4;
  }

  .vuln-seekers-desktop-servericon,
  .vuln-seekers-desktop-shieldicon,
  .vuln-seekers-desktop-supporticon,
  .vuln-seekers-desktop-codeicon {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .vuln-seekers-desktop-banner-services {
    padding: 120px 0;
  }

  .vuln-seekers-desktop-text42 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .vuln-seekers-desktop-text54 {
    font-size: 38px;
    line-height: 36px;
  }

  .vuln-seekers-desktop-text46 {
    padding-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .vuln-seekers-desktop-text48 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .vuln-seekers-desktop-herobannertxt {
      top: 40%; 
      left: 50%;
      width: 90%;
      transform: translate(-50%, -40%); 
      align-items: center;
      text-align: center;
  }

  .H0 {
      font-size: 60px;
      line-height: 1.2em;
      text-align: center;
  }

  .vuln-seekers-desktop-text56 {
      line-height: 1.2em;
  }

  .vuln-seekers-desktop-text58 {
      font-size: 20px;
      line-height: 1.4em;
      padding-left: 10px;
      font-weight: 500;
      text-align: center;
  }

  .vuln-seekers-desktop-paulminamitz-ph9aswx-uunsplash1 {
      height: auto;
      min-height: 100vh;
  }

  .H2 {
      font-size: 40px;
      font-style: normal;
      font-family: Lato;
      font-weight: 300px;
      font-stretch: normal;
      letter-spacing: 0em;
      align-self: stretch;
      text-align: center;
  }

  .main_title h2 {
      font-size: 36px;
      margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .vuln-seekers-desktop-frame26 {
    display: none;
  }

  .vuln-seekers-toggle-button {
    display: block;
  }

  .vuln-seekers-mobile-dropdown.active {
    display: flex; 
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .vuln-seekers-logo {
    display: none;
  }

  .vuln-seekers-desktop-footer .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .vuln-seekers-desktop-footer .vuln-seekers-desktop-text {
    text-align: center;
  }

  .vuln-seekers-desktop-footer .vuln-seekers-desktop-text span {
      display: block;
    }
    
}
@media (max-width: 480px) {
.vpd-pager {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.vpd-pager-left,
.vpd-pager-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  white-space: nowrap;
}

.vpd-pager-left {
  font-size: 12px;
}

.vpd-page-select {
  width: 72px;
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 10px;
}

.vpd-page-btn {
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 14px;
}

.vpd-page-num,
.vpd-page-info {
  font-size: 12px;
}

.vpd-toolbar {
  gap: 10px;
}

.vpd-count {
  font-size: 12px;
  gap: 6px;
  white-space: nowrap;
}

.vpd-count strong {
  font-size: 14px;
}

.vpd-dot {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 3px rgba(12, 172, 132, 0.14);
}

.vpd-search {
  flex: 1 1 auto;
  max-width: 220px;
}

.vpd-input {
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 12px;
}

.vpd-input::placeholder {
  font-size: 12px;
}
}
@media (max-width: 768px) {
.cve-meta {
  grid-template-columns: 1fr;
}

.cve-card-head {
  flex-direction: column;
  align-items: flex-start;
}

.cve-badges {
  flex-direction: row;
  align-items: center;
}
}
@media (max-width: 992px) {
.vpd-title {
  font-size: 34px;
}
}
@media (prefers-reduced-motion: reduce) {
  .stat-pill,
  .vpd-shell,
  .vpd-row,
  .vpd-input,
  .vpd-btn,
  .vpd-page-btn,
  .vpd-close,
  .partner-card,
  .vuln-seekers-desktop-button-mission,
  .vuln-seekers-desktop-button-services,
  .vuln-seekers-desktop-button-contact,
  .vuln-seekers-desktop-button-research {
    transition: none !important;
  }
  .vpd-btn::after { display: none !important; }
  .stat-pill:hover,
  .vpd-row:hover,
  .vpd-btn:hover,
  .vpd-page-btn:hover:not(:disabled),
  .vuln-seekers-desktop-button-mission:hover,
  .vuln-seekers-desktop-button-services:hover,
  .vuln-seekers-desktop-button-contact:hover,
  .vuln-seekers-desktop-button-research:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}
