.zrz-stands.apart {
  background: #0f172a;
  padding: 100px 0;
}

.gold.core-values.scs ul li::before {
  top: 50%;
  transform: translateY(-50%);
  left: 3%;
}

.gold.core-values.scs li {
  background: rgba(212, 175, 55, 0.08);
  color: #c7ccd1;
  padding: 0.75rem 2rem 0.75rem 3rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  position: relative;
  transition: background 0.3s ease;
}

.gold.core-values li:hover {
  background: rgba(212, 175, 55, 0.15);
}
.zrz-stands.apart {
  background: url("images/bg-1.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  position: relative;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #d4af37cf;
}

.zrz-stands.rs {
  background: transparent;
}

.zrz-stands.rs .core-values p {
  color: #c7ccd1;
  font-size: 14px;
}

.afw.zrz-two .core-values ul li,
.afw.zrz-two .core-values p,
.afw.zrz-two p {
  color: #c7ccd1;
  font-size: 14px;
}

.dis {
  padding-left: 2rem !important;
}

.dis li {
  list-style-type: disc;
}

.core-values.sec p {
  font-size: 14px;
}

.sub-page-banner.relative {
  background-image: url("images/security-banner.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* margin-top: 100px; */
}

.sub-page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(10 37 64 / 20%);
}

/* Make both sections ready */
.zrz-two,
.primary-color {
  position: relative;
  overflow: hidden;
}

/* Particles layers */
#security-particles,
#philosophy-particles,
#stats-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

/* Keep content above */
.zrz-two .row,
.zrz-two .vectors,
.primary-color .row {
  position: relative;
  z-index: 2;
}

/* TITLE */
.sec-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  /* color: #fff; */
  position: relative;
  margin-bottom: 15px;
}

/* GOLD TEXT GLOW */
.glow-text {
  background: linear-gradient(90deg, #d4af37, #facc15, #fff3b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(250, 204, 21, 0.4);
}

/* ANIMATED UNDERLINE */
.sec-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #facc15, transparent);
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  animation: lineGlow 2s infinite;
}

@keyframes lineGlow {
  0% {
    width: 40px;
    opacity: 0.3;
  }

  50% {
    width: 120px;
    opacity: 1;
  }

  100% {
    width: 40px;
    opacity: 0.3;
  }
}

/* SUBTEXT */
.sec-sub {
  text-align: center;
  color: #cbd5e1;
  margin-bottom: 15px;
}

/* GLASS CARD */
.security-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(250, 204, 21, 0.15);
  border-radius: 16px;
  padding: 25px;
  backdrop-filter: blur(10px);
  transition: 0.4s;
}

/* CARD HOVER GLOW */
.security-card:hover {
  box-shadow: 0 0 4px rgba(250, 204, 21, 0.25);
  transform: translateY(-5px);
}

/* LIST STYLE */
.sec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* GOLD BULLETS */
.sec-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #c7ccd1;
  transition: 0.3s;
}

/* BULLET ICON */
.sec-list li::before {
  transition: 0.3s;
}

/* HOVER EFFECT */
.sec-list li:hover {
  color: #fff;
  transform: translateX(5px);
}

.sec-list li:hover::before {
  text-shadow: 0 0 12px rgba(250, 204, 21, 1);
}

/* DESCRIPTION */
.sec-desc {
  margin-top: 15px;
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.6;
}
.sec-desc p {
  font-size: 14px;
}

.security-content {
  animation: fadeUp 1s ease forwards;
  opacity: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1280px) {
  .sub-page-banner.relative {
    height: clamp(300px, 60vh, 700px) !important;
  }
}

@media (max-width: 900px) {
  .hero-image video {
    height: 400px !important;
    margin-top: 20px !important;
  }
  .nav.border-3 {
    border-width: 0px !important;
  }

  .nav.border-end {
    border-right: 0px solid #dee2e6 !important;
  }
  .sub-page-banner.relative {
    height: 40vh !important;
    /* background-size: 100% !important;
    background-position: center !important; */
  }
}

@media (max-width: 576px) {
  .sub-page-banner.relative {
    height: 38vh !important;
    background-position: center 100% !important;
  }

}
