/* ============================================================
   Safety Foundation — Main Stylesheet
   Primary: Yellow (#FFD600) | Dark: #1a1a2e | Accent: #ff6b35
   ============================================================ */

:root {
  --yellow:       #FFD600;
  --yellow-dark:  #F5C400;
  --yellow-light: #FFF8CC;
  --dark:         #1a1a2e;
  --dark2:        #16213e;
  --accent:       #ff6b35;
  --text-muted:   #6c757d;
  --white:        #ffffff;
  --gray-light:   #f8f9fa;
  --shadow:       0 8px 30px rgba(0,0,0,0.12);
  --shadow-lg:    0 20px 60px rgba(0,0,0,0.18);
  --radius:       12px;
  --radius-lg:    20px;
  --transition:   all 0.3s ease;
  --font-display: 'Bebas Neue', sans-serif;
  --font-body:    'Poppins', sans-serif;
  --font-ui:      'Nunito', sans-serif;
}

/* ---- BASE ---- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

h1, h2, h3 { font-weight: 700; }

a { text-decoration: none; transition: var(--transition); }

img { max-width: 100%; height: auto; }

/* ============================================================
   NAVBAR
   ============================================================ */
#mainNavbar {
  background: var(--dark);
  padding: 12px 0;
  transition: var(--transition);
  border-bottom: 3px solid var(--yellow);
  z-index: 1050;
}

#mainNavbar.scrolled {
  padding: 8px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.brand-logo-icon {
  width: 44px; height: 44px;
  background: var(--yellow);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  color: var(--dark);
  flex-shrink: 0;
}

.brand-text { line-height: 1.1; }

.brand-name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: var(--yellow);
}

.brand-tagline {
  display: block;
  font-size: 0.65rem;
  color: rgba(255,255,255,0.6);
  font-family: var(--font-ui);
  letter-spacing: 0.5px;
}

#mainNavbar .nav-link {
  color: rgba(255,255,255,0.85) !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 8px 14px !important;
  border-radius: 8px;
  position: relative;
  font-family: var(--font-ui);
}

#mainNavbar .nav-link:hover,
#mainNavbar .nav-link.active {
  color: var(--yellow) !important;
  background: rgba(255,214,0,0.08);
}

#mainNavbar .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 50%; transform: translateX(-50%);
  width: 20px; height: 2px;
  background: var(--yellow);
  border-radius: 2px;
}

.donate-nav-btn {
  background: var(--yellow) !important;
  color: var(--dark) !important;
  border-radius: 30px !important;
  font-family: var(--font-ui);
  font-weight: 700 !important;
  transition: var(--transition);
}

.donate-nav-btn:hover {
  background: var(--yellow-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(255,214,0,0.4);
}

/* ============================================================
   QUICK ENQUIRY FLOAT BUTTON
   ============================================================ */
.quick-enquiry-btn {
  position: fixed;
  right: -88px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--yellow);
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 50px 0 0 50px;
  font-weight: 700;
  font-size: 0.85rem;
  font-family: var(--font-ui);
  z-index: 999;
  transition: right 0.4s cubic-bezier(0.25,0.8,0.25,1);
  box-shadow: -4px 0 20px rgba(0,0,0,0.15);
}

.quick-enquiry-btn:hover { right: 0; color: var(--dark); }

.quick-enquiry-btn i { font-size: 1.1rem; }

/* ============================================================
   SECTION UTILITIES
   ============================================================ */
.section-badge {
  display: inline-block;
  background: var(--yellow-light);
  color: #b38600;
  border: 1px solid var(--yellow);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-ui);
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
}

.section-title span { color: var(--yellow); }

.section-divider {
  width: 60px; height: 4px;
  background: var(--yellow);
  border-radius: 2px;
  margin: 14px auto;
}

.section-divider.left { margin-left: 0; }

.bg-light-yellow { background: var(--yellow-light); }
.bg-dark-section  { background: var(--dark); color: #fff; }
.bg-gray-section  { background: var(--gray-light); }

/* ============================================================
   HERO SECTION (HOME)
   ============================================================ */
.hero-section {
  background: var(--dark);
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(255,214,0,0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,107,53,0.08) 0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFD600' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-road-strip {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--yellow) 0 40px, transparent 40px 80px);
  opacity: 0.4;
}

.hero-content { position: relative; z-index: 2; }

.hero-eyebrow {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.hero-title .highlight {
  color: var(--yellow);
  display: block;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.75);
  max-width: 540px;
  line-height: 1.7;
  margin-bottom: 36px;
}

.hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.hero-stat-item {
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.15);
  padding-right: 32px;
}

.hero-stat-item:last-child { border-right: none; }

.hero-stat-number {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--yellow);
  line-height: 1;
  display: block;
}

.hero-stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  font-family: var(--font-ui);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-shield-graphic {
  width: 320px; height: 320px;
  background: rgba(255,214,0,0.06);
  border: 2px solid rgba(255,214,0,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 9rem;
  position: relative;
  animation: pulse-ring 3s ease-in-out infinite;
}

.hero-shield-graphic::before {
  content: '';
  position: absolute;
  inset: -20px;
  border: 1px solid rgba(255,214,0,0.1);
  border-radius: 50%;
  animation: pulse-ring 3s ease-in-out infinite 0.5s;
}

@keyframes pulse-ring {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.05); opacity: 0.7; }
}

.hero-badge-pill {
  position: absolute;
  background: var(--yellow);
  color: var(--dark);
  border-radius: 30px;
  padding: 8px 18px;
  font-weight: 800;
  font-size: 0.8rem;
  font-family: var(--font-ui);
  display: flex; align-items: center; gap: 6px;
  box-shadow: 0 4px 20px rgba(255,214,0,0.4);
}

.badge-helmet  { top: 40px;  right: 10px; }
.badge-belt    { bottom: 60px; left: 0;   }
.badge-rules   { top: 50%;   right: -10px; transform: translateY(-50%); }

/* ============================================================
   CARDS
   ============================================================ */
.sf-card {
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: var(--transition);
  overflow: hidden;
  height: 100%;
}

.sf-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.sf-card .card-icon {
  width: 64px; height: 64px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 16px;
  background: var(--yellow-light);
  color: #b38600;
}

.project-card {
  border-left: 5px solid var(--yellow);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  padding: 28px;
  height: 100%;
  transition: var(--transition);
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-left-color: var(--accent);
}

.project-card .proj-icon {
  font-size: 2.5rem;
  margin-bottom: 14px;
  display: block;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-yellow {
  background: var(--yellow);
  color: var(--dark);
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 50px;
  border: 2px solid var(--yellow);
  font-family: var(--font-ui);
  transition: var(--transition);
}

.btn-yellow:hover {
  background: var(--yellow-dark);
  color: var(--dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,214,0,0.4);
}

.btn-outline-yellow {
  background: transparent;
  color: var(--yellow);
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 50px;
  border: 2px solid var(--yellow);
  font-family: var(--font-ui);
  transition: var(--transition);
}

.btn-outline-yellow:hover {
  background: var(--yellow);
  color: var(--dark);
}

.btn-dark-sf {
  background: var(--dark);
  color: #fff;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 50px;
  border: 2px solid var(--dark);
  font-family: var(--font-ui);
  transition: var(--transition);
}

.btn-dark-sf:hover {
  background: var(--dark2);
  color: var(--yellow);
  transform: translateY(-2px);
}

/* ============================================================
   STATS COUNTER SECTION
   ============================================================ */
.stats-section {
  background: var(--yellow);
  padding: 60px 0;
}

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

.stat-number {
  font-family: var(--font-display);
  font-size: 3.5rem;
  color: var(--dark);
  line-height: 1;
  display: block;
}

.stat-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(26,26,46,0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font-ui);
  margin-top: 6px;
}

.stat-divider {
  width: 1px;
  height: 70px;
  background: rgba(26,26,46,0.15);
  margin: auto;
}

/* ============================================================
   ABOUT SNIPPET (HOME)
   ============================================================ */
.about-image-stack {
  position: relative;
  height: 420px;
}

.about-img-main {
  position: absolute;
  top: 0; left: 0;
  width: 78%;
  height: 85%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.about-img-accent {
  position: absolute;
  bottom: 0; right: 0;
  width: 55%;
  height: 55%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 5px solid #fff;
  box-shadow: var(--shadow);
}

.about-years-badge {
  position: absolute;
  top: 50%; left: 55%;
  transform: translate(-50%, -50%);
  background: var(--yellow);
  color: var(--dark);
  text-align: center;
  border-radius: var(--radius);
  padding: 18px 22px;
  box-shadow: 0 8px 30px rgba(255,214,0,0.5);
  z-index: 3;
}

.about-years-badge .big-num {
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 1;
  display: block;
}

.about-years-badge .label {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: var(--font-ui);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.check-list { list-style: none; padding: 0; margin: 0; }

.check-list li {
  padding: 6px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--font-ui);
}

.check-list li::before {
  content: '✓';
  background: var(--yellow);
  color: var(--dark);
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
  font-size: 0.75rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ============================================================
   AWARENESS STRIPS
   ============================================================ */
.awareness-strip {
  background: var(--dark);
  overflow: hidden;
  padding: 14px 0;
  border-top: 3px solid var(--yellow);
  border-bottom: 3px solid var(--yellow);
}

.strip-track {
  display: flex;
  gap: 60px;
  animation: marquee 25s linear infinite;
  white-space: nowrap;
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  font-family: var(--font-ui);
  font-size: 0.9rem;
}

.strip-item i { color: var(--yellow); font-size: 1.1rem; }

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border-top: 4px solid var(--yellow);
  height: 100%;
  transition: var(--transition);
}

.testimonial-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }

.testimonial-card .quote-icon {
  font-size: 3rem;
  color: var(--yellow);
  line-height: 1;
  margin-bottom: 12px;
  font-family: Georgia, serif;
}

.testimonial-card .stars { color: var(--yellow); font-size: 0.9rem; }

.testimonial-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--yellow);
}

.testimonial-avatar-placeholder {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  color: var(--dark);
  border: 3px solid var(--yellow-dark);
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  aspect-ratio: 1;
}

.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img { transform: scale(1.08); }

.gallery-overlay {
  position: absolute; inset: 0;
  background: rgba(26,26,46,0.6);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: var(--transition);
}

.gallery-item:hover .gallery-overlay { opacity: 1; }

.gallery-overlay i { font-size: 2rem; color: var(--yellow); }

.video-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.video-card iframe {
  display: block; width: 100%; border: none;
}

/* ============================================================
   FORMS
   ============================================================ */
.sf-form .form-control,
.sf-form .form-select {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 12px 16px;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  transition: var(--transition);
}

.sf-form .form-control:focus,
.sf-form .form-select:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255,214,0,0.15);
}

.sf-form label {
  font-weight: 600;
  font-family: var(--font-ui);
  font-size: 0.9rem;
  margin-bottom: 6px;
  color: var(--dark);
}

.form-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 40px;
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  background: var(--dark);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 5px;
  background: repeating-linear-gradient(90deg, var(--yellow) 0 30px, transparent 30px 60px);
}

.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  color: #fff;
  letter-spacing: 2px;
  line-height: 1;
}

.page-hero-title span { color: var(--yellow); }

.breadcrumb-item a { color: var(--yellow); }
.breadcrumb-item.active { color: rgba(255,255,255,0.6); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.3); }

/* ============================================================
   MISSION/VISION CARDS
   ============================================================ */
.mv-card {
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mv-card.mission { background: var(--dark); color: #fff; }
.mv-card.vision  { background: var(--yellow); color: var(--dark); }

.mv-card .mv-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.mv-card h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.mv-card.mission h3 { color: var(--yellow); }

.mv-bg-text {
  position: absolute;
  bottom: -20px; right: -10px;
  font-family: var(--font-display);
  font-size: 7rem;
  opacity: 0.05;
  color: #fff;
  user-select: none;
  pointer-events: none;
  line-height: 1;
}

.mv-card.vision .mv-bg-text { color: var(--dark); }

/* ============================================================
   TEAM CARDS
   ============================================================ */
.team-card {
  text-align: center;
  padding: 32px 24px;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: var(--transition);
}

.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.team-avatar {
  width: 90px; height: 90px;
  border-radius: 50%;
  background: var(--yellow-light);
  border: 4px solid var(--yellow);
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto 16px;
  color: #b38600;
}

/* ============================================================
   DONATE PAGE
   ============================================================ */
.donate-amount-btn {
  border: 2px solid var(--yellow);
  background: #fff;
  color: var(--dark);
  border-radius: 10px;
  padding: 14px;
  font-weight: 700;
  font-family: var(--font-ui);
  font-size: 1.1rem;
  cursor: pointer;
  transition: var(--transition);
  width: 100%;
  text-align: center;
}

.donate-amount-btn:hover,
.donate-amount-btn.active {
  background: var(--yellow);
  color: var(--dark);
  box-shadow: 0 4px 15px rgba(255,214,0,0.3);
}

.impact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: var(--yellow-light);
  border-radius: var(--radius);
  margin-bottom: 16px;
  border-left: 4px solid var(--yellow);
}

.impact-item .impact-icon { font-size: 2rem; flex-shrink: 0; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-info-card {
  background: var(--dark);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 36px;
  height: 100%;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.contact-info-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }

.contact-info-icon {
  width: 46px; height: 46px;
  background: var(--yellow);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  color: var(--dark);
  flex-shrink: 0;
}

.contact-info-item h6 {
  color: var(--yellow);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-family: var(--font-ui);
}

.contact-info-item p, .contact-info-item a {
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
  margin: 0;
  font-family: var(--font-ui);
}

.contact-info-item a:hover { color: var(--yellow); }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  background: var(--yellow);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '🛡';
  position: absolute;
  font-size: 20rem;
  opacity: 0.04;
  top: 50%; right: 5%;
  transform: translateY(-50%);
  pointer-events: none;
}

.cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--dark);
  letter-spacing: 1px;
  line-height: 1.1;
}

/* ============================================================
   ALERT MESSAGES
   ============================================================ */
.alert-sf {
  border: none;
  border-radius: var(--radius);
  font-family: var(--font-ui);
  font-weight: 600;
  padding: 16px 20px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  font-family: var(--font-ui);
}

.footer-top {
  background: var(--dark2);
  color: #fff;
}

.footer-logo-icon {
  width: 46px; height: 46px;
  background: var(--yellow);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  color: var(--dark);
  flex-shrink: 0;
}

.footer-brand-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--yellow);
  letter-spacing: 1px;
  line-height: 1;
}

.footer-brand-tagline {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}

.footer-desc {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-heading {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--yellow);
  margin-bottom: 18px;
}

.footer-links { list-style: none; padding: 0; margin: 0; }

.footer-links li { margin-bottom: 8px; }

.footer-links a {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}

.footer-links a:hover { color: var(--yellow); padding-left: 4px; }

.footer-links a i { font-size: 0.75rem; }

.footer-contact-list { list-style: none; padding: 0; margin: 0; }

.footer-contact-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
  line-height: 1.6;
}

.footer-contact-list li i {
  color: var(--yellow);
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-contact-list a { color: rgba(255,255,255,0.65); }
.footer-contact-list a:hover { color: var(--yellow); }

.footer-newsletter .form-control {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  border-radius: 8px 0 0 8px;
  font-size: 0.85rem;
  padding: 10px 14px;
}

.footer-newsletter .form-control::placeholder { color: rgba(255,255,255,0.4); }
.footer-newsletter .form-control:focus { box-shadow: none; border-color: var(--yellow); background: rgba(255,255,255,0.15); }

.social-btn {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  transition: var(--transition);
  border: 1px solid rgba(255,255,255,0.1);
}

.social-btn:hover { background: var(--yellow); color: var(--dark); border-color: var(--yellow); }

.footer-bottom {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
}

/* ============================================================
   BACK TO TOP
   ============================================================ */
.back-to-top {
  position: fixed;
  bottom: 30px; right: 30px;
  width: 44px; height: 44px;
  background: var(--yellow);
  color: var(--dark);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 4px 15px rgba(255,214,0,0.4);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  z-index: 990;
}

.back-to-top.visible { opacity: 1; pointer-events: all; }
.back-to-top:hover { background: var(--dark); color: var(--yellow); transform: translateY(-3px); }

/* ============================================================
   CAROUSEL (home testimonials)
   ============================================================ */
.carousel-indicators [data-bs-target] {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  opacity: 0.4;
  border: none;
}

.carousel-indicators .active { opacity: 1; }

/* ============================================================
   UTILITY
   ============================================================ */
.text-yellow { color: var(--yellow) !important; }
.bg-yellow   { background: var(--yellow) !important; }
.border-yellow { border-color: var(--yellow) !important; }

.fw-800 { font-weight: 800; }

.rounded-xl { border-radius: var(--radius-lg) !important; }

.map-frame {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .hero-section { min-height: auto; padding: 80px 0 60px; }
  .hero-stats    { gap: 20px; }
  .hero-shield-graphic { width: 220px; height: 220px; font-size: 6rem; }
  .hero-badge-pill { display: none; }
  .about-image-stack { height: 300px; }
  .stat-divider { display: none; }
}

@media (max-width: 767px) {
  .hero-title { font-size: 3rem; }
  .about-image-stack { height: 260px; }
  .form-card { padding: 24px 18px; }
  .contact-info-card { padding: 24px; }
}

@media (max-width: 575px) {
  .hero-stats { gap: 16px; }
  .hero-stat-item { border-right: none; padding-right: 0; }
  .quick-enquiry-btn span { display: none; }
  .quick-enquiry-btn { right: 0; border-radius: 50% 0 0 50%; padding: 12px; }
  .quick-enquiry-btn:hover { right: 0; }
}
