/* Royal Shield Security — Prestige theme */

.rs-hero {
  position: relative;
  width: 100%;
  margin-top: -12px;
  min-height: 480px;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, rgba(5, 10, 20, 0.82), rgba(5, 10, 20, 0.55)),
    url('../images/s1.jpg') center center / cover no-repeat;
}

.rs-hero .hero-content {
  position: relative;
  left: 8%;
  top: auto;
  transform: none;
  max-width: 680px;
  padding: 48px 0;
}

.rs-hero .shield-icon {
  font-size: 3rem;
  color: var(--prestige-gold);
  margin-bottom: 1rem;
}

.rs-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: var(--prestige-white);
  margin-bottom: 0.5rem;
}

.rs-hero .rs-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--prestige-gold);
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.rs-hero p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.rs-emergency-bar {
  background: var(--prestige-navy);
  border-left: 4px solid var(--prestige-gold);
  padding: 24px clamp(24px, 6vw, 96px);
  color: var(--prestige-white);
}

.rs-emergency-bar h4 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
  color: var(--prestige-gold);
}

.rs-emergency-bar p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.85;
}

.rs-section {
  padding: var(--section-space-y, 48px) 0;
}

.rs-section-light {
  background: var(--prestige-white);
}

.rs-section-dark {
  background: var(--prestige-dark);
  color: var(--prestige-white);
}

.rs-section-services {
  background:
    linear-gradient(rgba(5, 10, 20, 0.84), rgba(5, 10, 20, 0.9)),
    url('../images/s1.jpg') center center / cover no-repeat;
  background-attachment: fixed;
  position: relative;
}

.rs-section-services .container {
  position: relative;
  z-index: 1;
}

.rs-about-card {
  border: 1px solid var(--prestige-border);
  background: var(--prestige-white);
  height: 100%;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.rs-about-card:hover {
  border-color: var(--prestige-gold);
  box-shadow: 0 8px 30px rgba(197, 160, 89, 0.1);
}

.rs-about-card .rs-card-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.rs-about-card .rs-card-body {
  padding: 28px;
}

.rs-about-card h3 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--prestige-dark);
  margin-bottom: 1rem;
  text-align: center;
}

.rs-about-card p,
.rs-about-card li {
  font-size: 0.9rem;
  color: var(--prestige-gray);
  line-height: 1.7;
}

.rs-about-card ul {
  padding-left: 1.2rem;
}

.rs-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--prestige-dark);
  color: var(--prestige-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: -32px auto 16px;
  position: relative;
  z-index: 1;
  border: 3px solid var(--prestige-white);
}

.rs-why-card {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid var(--prestige-border);
  height: 100%;
  background: var(--prestige-white);
}

.rs-why-card .rs-icon-circle {
  margin: 0 auto 16px;
  position: static;
  border-color: var(--prestige-border);
}

.rs-why-card h5 {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--prestige-dark);
  margin-bottom: 10px;
}

.rs-why-card p {
  font-size: 0.85rem;
  color: var(--prestige-gray);
  margin: 0;
}

.rs-security-card {
  border: 1px solid rgba(197, 160, 89, 0.25);
  background: rgba(255, 255, 255, 0.04);
  padding: 32px 24px;
  height: 100%;
  transition: all 0.3s ease;
}

.rs-security-card:hover {
  border-color: var(--prestige-gold);
  background: rgba(255, 255, 255, 0.07);
}

.rs-security-card .service-icon {
  font-size: 2rem;
  color: var(--prestige-gold);
  margin-bottom: 16px;
}

.rs-security-card h3 {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--prestige-white);
  margin-bottom: 12px;
  text-align: center;
}

.rs-security-card > p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  margin-bottom: 20px;
}

.rs-security-card li {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 14px;
  list-style: none;
  padding-left: 0;
}

.rs-security-card li strong {
  color: var(--prestige-gold);
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.rs-features-panel {
  border: 1px solid rgba(197, 160, 89, 0.2);
  padding: 36px;
  background: rgba(0, 11, 29, 0.6);
}

.rs-feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.rs-feature-item i {
  color: var(--prestige-gold);
  font-size: 1.5rem;
  margin-top: 4px;
}

.rs-feature-item h5 {
  font-size: 0.9rem;
  color: var(--prestige-white);
  margin-bottom: 4px;
}

.rs-feature-item p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.rs-video-section {
  position: relative;
  padding: var(--section-space-y, 48px) 0;
  background: var(--prestige-navy);
  overflow: hidden;
}

.rs-video-section .video-wrapper video {
  width: 100%;
  border: 1px solid rgba(197, 160, 89, 0.3);
}

.rs-video-section h4 {
  font-family: var(--font-serif);
  color: var(--prestige-white);
  margin-bottom: 12px;
}

.rs-video-section p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}

.rs-highlight-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.rs-highlight-item .rs-icon-circle {
  margin: 0;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  font-size: 1.2rem;
  border-color: rgba(197, 160, 89, 0.4);
  background: transparent;
}

@media (max-width: 768px) {
  .rs-hero .hero-content {
    left: 5%;
    right: 5%;
    max-width: 90%;
    padding: 60px 0;
  }

  .rs-emergency-bar .text-md-end {
    text-align: left !important;
    margin-top: 16px;
  }

  .rs-section-services {
    background-attachment: scroll;
  }
}
