/* ===================================================================
   Bike Rally Event - Custom Stylesheet
   Durga Saptashati Foundation
   Theme: Bold / Energetic / Road & Motion palette
=================================================================== */

:root {
  --br-orange: #f4610a;
  --br-amber: #ffa41b;
  --br-crimson: #d32436;
  --br-ink: #16182b;
  --br-slate: #2b3050;
  --br-muted: #666c8a;
  --br-mist: #fff6ef;
  --br-line: rgba(22, 24, 43, 0.08);
  --br-shadow: 0 18px 45px rgba(244, 97, 10, 0.22);
  --br-shadow-soft: 0 10px 30px rgba(22, 24, 43, 0.08);
  --br-radius: 22px;
  --br-grad: linear-gradient(120deg, #f4610a 0%, #ffa41b 55%, #d32436 100%);
}

.br-page {
  color: var(--br-ink);
  overflow-x: clip;
}

/* ---------- Page Header ---------- */
.bike-page-header {
  position: relative;
  background:
    linear-gradient(rgba(22, 24, 43, 0.6), rgba(22, 24, 43, 0.7)),
    url("../../images/bike-rally/Cover%20Page%20Bike%20Rally.jpg") center/cover
      no-repeat;
}

/* ---------- Hero ---------- */
.br-hero {
  position: relative;
  padding: 90px 0 110px;
  background: var(--br-mist);
  overflow: hidden;
}

.br-hero::before,
.br-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  z-index: 0;
}

.br-hero::before {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, var(--br-amber), transparent 70%);
  top: -90px;
  right: -60px;
}

.br-hero::after {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, var(--br-crimson), transparent 70%);
  bottom: -80px;
  left: -60px;
}

.br-hero .container-fluid {
  position: relative;
  z-index: 2;
  padding: 0 6%;
}

.br-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--br-orange);
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  box-shadow: var(--br-shadow-soft);
  margin-bottom: 22px;
}

.br-badge i {
  color: var(--br-crimson);
}

.br-hero-title {
  font-size: clamp(2.3rem, 5vw, 3.9rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 20px;
  color: var(--br-ink);
}

.br-grad-text {
  background: var(--br-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.br-hero-desc {
  font-size: 1.05rem;
  color: var(--br-muted);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 30px;
}

.br-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.br-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
}

.br-btn-primary {
  background: var(--br-grad);
  color: #fff;
  box-shadow: var(--br-shadow);
}

.br-btn-outline {
  background: #fff;
  color: var(--br-ink);
  box-shadow: var(--br-shadow-soft);
}

.br-btn:hover {
  transform: translateY(-4px);
  color: #fff;
}

.br-btn-outline:hover {
  color: var(--br-orange);
}

/* Hero stats */
.br-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.br-stat-num {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--br-orange);
  line-height: 1;
}

.br-stat-label {
  font-size: 0.85rem;
  color: var(--br-muted);
  font-weight: 500;
}

/* Hero visual collage */
.br-hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.br-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--br-radius);
  box-shadow: var(--br-shadow);
}

.br-hero-visual .br-img-tall {
  grid-row: span 2;
  min-height: 360px;
}

.br-hero-visual .br-img-small {
  min-height: 172px;
}

.br-float-tag {
  position: absolute;
  bottom: -18px;
  right: -10px;
  background: #fff;
  padding: 12px 20px;
  border-radius: 16px;
  box-shadow: var(--br-shadow);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  z-index: 3;
}

.br-float-tag i {
  color: var(--br-orange);
  font-size: 1.5rem;
}

/* ---------- Section base ---------- */
.br-section {
  padding: 90px 6%;
}

.br-section-alt {
  background: var(--br-mist);
}

.br-section-head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 55px;
}

.br-section-badge {
  display: inline-block;
  background: var(--br-orange);
  color: #fff;
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.br-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 18px;
  color: var(--br-ink);
  letter-spacing: -0.5px;
}

.br-section-desc {
  color: var(--br-muted);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
}

/* ---------- CTA ---------- */
.br-cta {
  margin: 0 6% 90px;
  border-radius: 32px;
  background: var(--br-grad);
  padding: 70px 40px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--br-shadow);
}

.br-cta::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  top: -160px;
  left: -100px;
}

.br-cta h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
}

.br-cta p {
  max-width: 580px;
  margin: 0 auto 30px;
  opacity: 0.95;
  position: relative;
}

.br-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  position: relative;
}

.br-cta .br-btn-primary {
  background: #fff;
  color: var(--br-orange);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.br-cta .br-btn-primary:hover {
  color: var(--br-crimson);
}

.br-cta .br-btn-ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.br-cta .br-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .br-hero {
    padding: 60px 0 80px;
  }

  .br-hero-visual {
    margin-top: 45px;
  }

  .br-section {
    padding: 70px 6%;
  }
}

@media (max-width: 575px) {
  .br-hero-visual .br-img-tall {
    min-height: 240px;
  }

  .br-hero-visual .br-img-small {
    min-height: 130px;
  }

  .br-hero-stats {
    gap: 20px;
  }

  .br-float-tag {
    right: 50%;
    transform: translateX(50%);
    padding: 10px 16px;
    font-size: 0.85rem;
  }

  .br-cta {
    padding: 50px 24px;
    margin-bottom: 60px;
  }
}
