/* =====================================================
   PREMIUM LIGHT REDESIGN — ASTROLOGER HANUMAN
   Modern · 3D · Mobile-First · Top UX Quality
   ===================================================== */

/* ── SHARED TOKENS ──────────────────────────────────── */
:root {
  --gold:       #ffc107;
  --gold-dark:  #e0a000;
  --gold-deep:  #c07800;
  --navy:       #1a2d6b;
  --navy-dark:  #0d1b3e;
  --ink:        #1a1a2e;
  --mid:        #555770;
  --light-txt:  #888aaa;
  --bg-white:   #ffffff;
  --bg-cream:   #fffdf5;
  --bg-light:   #f4f6fc;
  --bg-section: #f8f5ff;
  --shadow-sm:  0 4px 16px rgba(26,45,107,0.08);
  --shadow-md:  0 12px 40px rgba(26,45,107,0.12);
  --shadow-lg:  0 25px 70px rgba(26,45,107,0.16);
  --radius:     18px;
  --transition: 0.38s cubic-bezier(0.175,0.885,0.32,1.275);
}

/* ── GLOBAL ─────────────────────────────────────────── */
.sec-pad-lg { padding: 100px 0; }

/* ── TRUST BAR ─────────────────────────────────────── */
.trust-bar {
  background: var(--navy-dark);
  padding: 0;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.trust-bar-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.25s ease;
}

.trust-bar-item:hover {
  background: rgba(255,193,7,0.08);
}

.trust-bar-item i {
  color: var(--gold);
  font-size: 16px;
  flex-shrink: 0;
}

.trust-bar-item strong { color: #fff; font-weight: 700; }

.trust-bar-divider {
  width: 1px;
  background: rgba(255,255,255,0.1);
  align-self: stretch;
  margin: 8px 0;
}

@media (max-width: 767px) {
  .trust-bar-inner { flex-direction: column; }
  .trust-bar-divider { display: none; }
  .trust-bar-item { justify-content: center; padding: 12px 20px; }
}

/* ── SECTION BADGE ──────────────────────────────────── */
.rb-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold) 0%, #ff9f00 100%);
  color: #111;
  padding: 6px 22px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px;
  box-shadow: 0 4px 18px rgba(255,193,7,0.35);
}

/* ══════════════════════════════════════════════════════
   ABOUT SECTION — CLEAN LIGHT + 3D
   ══════════════════════════════════════════════════════ */
.rb-about-section {
  background: var(--bg-white);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

/* Subtle dot-grid background */
.rb-about-section::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(26,45,107,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none; z-index: 0;
}

.rb-about-section .container { position: relative; z-index: 1; }

/* ── About image box ── */
.rb-about-img-box {
  position: relative;
  padding: 20px 20px 20px 0;
}

.rb-about-img-box img {
  width: 100%;
  border-radius: var(--radius);
  position: relative; z-index: 2;
  transform: perspective(900px) rotateY(5deg) rotateX(-2deg);
  transition: transform 0.7s var(--transition), box-shadow 0.7s ease;
  box-shadow:
    0 0 0 1px rgba(26,45,107,0.08),
    0 20px 60px rgba(26,45,107,0.16),
    30px 30px 80px rgba(255,193,7,0.08);
  object-fit: cover;
}

.rb-about-img-box:hover img {
  transform: perspective(900px) rotateY(0deg) rotateX(0deg) scale(1.02);
  box-shadow:
    0 0 0 2px rgba(255,193,7,0.25),
    0 30px 80px rgba(26,45,107,0.2),
    0 0 40px rgba(255,193,7,0.1);
}

/* Glow layer */
.rb-about-img-box::before {
  content: "";
  position: absolute;
  top: 30px; left: 0; right: 20px; bottom: 30px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255,193,7,0.2), rgba(26,45,107,0.15));
  filter: blur(30px); z-index: 1;
}

/* Gold accent strip */
.rb-about-img-box::after {
  content: "";
  position: absolute;
  top: 40px; left: -4px;
  width: 6px; height: 120px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  border-radius: 4px; z-index: 3;
}

/* 3D Experience floating badge */
.experience-floating-card {
  position: absolute;
  top: 0; right: -10px;
  background: var(--navy-dark);
  border: 2px solid var(--gold);
  padding: 18px 16px;
  border-radius: 16px;
  z-index: 10; text-align: center; color: #fff;
  animation: floatBadge 4s ease-in-out infinite;
  box-shadow:
    0 15px 40px rgba(13,27,62,0.3),
    0 0 20px rgba(255,193,7,0.2),
    inset 0 1px 0 rgba(255,255,255,0.1);
}

.experience-floating-card span {
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 700; font-size: 28px;
  color: var(--gold); line-height: 1;
  text-shadow: 0 0 15px rgba(255,193,7,0.4);
}

.experience-floating-card label {
  display: block; font-size: 9px;
  text-transform: uppercase; letter-spacing: 1px;
  color: rgba(255,255,255,0.75); margin-top: 6px;
  cursor: default; line-height: 1.4;
}

@keyframes floatBadge {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}

/* Clients badge bottom-left of image */
.rb-clients-badge {
  position: absolute;
  bottom: 10px; left: -10px;
  background: #fff;
  border: 2px solid rgba(255,193,7,0.3);
  border-radius: 14px;
  padding: 12px 18px;
  display: flex; align-items: center; gap: 10px;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(26,45,107,0.15);
  animation: floatBadge2 5s ease-in-out infinite;
}

.rb-clients-badge i {
  font-size: 22px; color: var(--navy);
}

.rb-clients-badge strong {
  display: block; font-size: 18px;
  font-weight: 800; color: var(--navy-dark);
  font-family: "Cinzel", serif; line-height: 1;
}

.rb-clients-badge small {
  font-size: 10px; color: var(--mid);
  text-transform: uppercase; letter-spacing: 1px;
}

@keyframes floatBadge2 {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50%      { transform: translateY(-8px) rotate(0deg); }
}

/* ── About content ── */
.about-content h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400; color: var(--ink);
  line-height: 1.15; margin-bottom: 26px;
}

.about-content h2 strong {
  font-weight: 900;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; 
  /* margin-top: 4px;  */
  font-size: 110%;
}

.about-content p {
  font-size: 16px; line-height: 1.85;
  color: var(--mid); margin-bottom: 20px;
}

/* 3D hover list */
.rb-about-list {
  list-style: none; padding: 0; margin: 30px 0 36px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}

.rb-about-list li {
  background: var(--bg-light);
  border: 1px solid rgba(26,45,107,0.08);
  padding: 12px 16px; border-radius: 12px;
  font-weight: 600; color: var(--ink); font-size: 14px;
  display: flex; align-items: center; gap: 10px;
  transition: all var(--transition); cursor: default;
  box-shadow: 0 2px 8px rgba(26,45,107,0.06);
}

.rb-about-list li:hover {
  transform: perspective(500px) rotateX(-5deg) translateY(-4px);
  border-color: rgba(255,193,7,0.4);
  box-shadow: 0 10px 25px rgba(26,45,107,0.12), 0 0 0 1px rgba(255,193,7,0.2);
  background: #fff;
}

.rb-about-list li i {
  width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), #ff9f00);
  display: flex; align-items: center; justify-content: center;
  color: #111; font-size: 13px; flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255,193,7,0.3);
}

/* CTA row */
.rb-about-cta-row {
  display: flex; gap: 16px; flex-wrap: wrap; align-items: center;
}

/* Gold 3D press button */
.rb-about-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold) 0%, #ff9f00 100%);
  color: #111; padding: 15px 38px; border-radius: 50px;
  font-weight: 800; text-transform: uppercase;
  font-size: 13px; letter-spacing: 1.5px; text-decoration: none;
  position: relative; top: 0;
  transition: all 0.25s ease;
  box-shadow:
    0 8px 22px rgba(255,193,7,0.38),
    0 5px 0 rgba(170,100,0,0.75),
    inset 0 1px 0 rgba(255,255,255,0.3);
}

.rb-about-btn:hover {
  top: 5px; color: #111 !important;
  box-shadow:
    0 2px 8px rgba(255,193,7,0.25),
    0 0 0 rgba(170,100,0,0),
    inset 0 1px 0 rgba(255,255,255,0.2);
  filter: brightness(1.06);
}

/* Ghost WhatsApp button */
.rb-about-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff;
  border: 2px solid #25d366;
  color: #1a8a42; padding: 14px 28px; border-radius: 50px;
  font-weight: 700; font-size: 14px; text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37,211,102,0.1);
}

.rb-about-btn-ghost:hover {
  background: #25d366; color: #fff !important;
  box-shadow: 0 8px 25px rgba(37,211,102,0.3);
  transform: translateY(-2px);
}

.rb-about-btn-ghost i { font-size: 18px; }

/* ── About Stats Strip ── */
.rb-about-stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  border-radius: var(--radius) var(--radius) 0 0;
  overflow: hidden;
  background: var(--navy-dark);
  box-shadow: 0 -4px 30px rgba(26,45,107,0.15);
}

.rb-stat-item {
  text-align: center; padding: 28px 20px;
  border-right: 1px solid rgba(255,255,255,0.08);
  transition: background 0.3s ease;
}

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

.rb-stat-item:hover { background: rgba(255,193,7,0.08); }

.rb-stat-num {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 34px; font-weight: 700;
  color: var(--gold); line-height: 1;
  text-shadow: 0 0 20px rgba(255,193,7,0.3);
}

.rb-stat-lbl {
  display: block; margin-top: 6px;
  font-size: 11px; text-transform: uppercase;
  letter-spacing: 1px; color: rgba(255,255,255,0.55);
  font-weight: 600;
}

/* ══════════════════════════════════════════════════════
   WHY CHOOSE US — LIGHT NAVY GRADIENT
   ══════════════════════════════════════════════════════ */
.sp-why-section {
  padding: 100px 0;
  background: linear-gradient(160deg, #f0f4ff 0%, #e8eeff 50%, #f4f0ff 100%);
  position: relative; overflow: hidden;
  font-family: "Poppins", sans-serif;
}

/* Decorative circle */
.sp-why-section::before {
  content: "";
  position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,193,7,0.1) 0%, transparent 70%);
  top: -200px; right: -100px; pointer-events: none;
}

.sp-why-section::after {
  content: "";
  position: absolute; width: 350px; height: 350px; border-radius: 50%;
  background: radial-gradient(circle, rgba(26,45,107,0.06) 0%, transparent 70%);
  bottom: -120px; left: -80px; pointer-events: none;
}

.sp-section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), #ff9f00);
  color: #111; padding: 6px 22px; border-radius: 50px;
  font-size: 11px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 2px; margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(255,193,7,0.3);
}

.sp-why-heading {
  font-family: "Cinzel", serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700; color: var(--ink);
  line-height: 1.2; margin-bottom: 18px;
}

.sp-why-heading span { color: var(--navy); }

.sp-why-intro {
  font-size: 15px; line-height: 1.8;
  color: var(--mid); margin-bottom: 36px;
}

.sp-why-list {
  display: flex; flex-direction: column; gap: 22px;
}

.sp-why-item {
  display: flex; gap: 18px; align-items: flex-start;
  background: #fff; border-radius: 14px;
  padding: 20px 22px;
  border: 1px solid rgba(26,45,107,0.08);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  cursor: default;
}

.sp-why-item:hover {
  transform: perspective(600px) rotateX(-4deg) translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(255,193,7,0.25);
}

.sp-why-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 18px; flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(13,27,62,0.2);
}

.sp-why-item strong {
  display: block; font-size: 15px; font-weight: 700;
  color: var(--ink); margin-bottom: 4px;
}

.sp-why-item p {
  font-size: 13px; color: var(--mid);
  margin: 0; line-height: 1.65;
}

/* Stats Panel */
.sp-why-panel {
  background: var(--navy-dark);
  border-radius: 22px; padding: 36px;
  box-shadow:
    0 25px 70px rgba(13,27,62,0.25),
    0 0 0 1px rgba(255,193,7,0.1);
  position: relative; overflow: hidden;
}

.sp-why-panel::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,193,7,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.sp-why-panel-stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin-bottom: 24px;
}

.sp-stat-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; padding: 24px 16px; text-align: center;
  transition: all var(--transition); cursor: default;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.sp-stat-card:hover {
  background: rgba(255,193,7,0.1);
  border-color: rgba(255,193,7,0.3);
  transform: perspective(600px) rotateX(-8deg) rotateY(4deg) translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3), 0 0 20px rgba(255,193,7,0.08);
}

.sp-stat-number {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 32px; font-weight: 700;
  color: var(--gold); line-height: 1;
  text-shadow: 0 0 18px rgba(255,193,7,0.35);
}

.sp-stat-label {
  display: block; margin-top: 6px;
  font-size: 10px; text-transform: uppercase;
  letter-spacing: 1px; color: rgba(255,255,255,0.5);
  font-weight: 600;
}

.sp-btn-home-cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(135deg, var(--gold) 0%, #ff9f00 100%);
  color: var(--navy-dark); font-weight: 800;
  font-size: 14px; text-transform: uppercase; letter-spacing: 1px;
  padding: 17px; border-radius: 14px; text-decoration: none;
  transition: all 0.25s ease; position: relative; top: 0;
  box-shadow:
    0 8px 22px rgba(255,193,7,0.35),
    0 5px 0 rgba(170,100,0,0.7),
    inset 0 1px 0 rgba(255,255,255,0.3);
}

.sp-btn-home-cta:hover {
  top: 5px; color: var(--navy-dark) !important;
  box-shadow:
    0 2px 8px rgba(255,193,7,0.25),
    0 0 0 rgba(170,100,0,0),
    inset 0 1px 0 rgba(255,255,255,0.2);
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .rb-about-section { padding: 70px 0 0; }
  .rb-about-img-box img { transform: none !important; }
  .rb-about-img-box::before { display: none; }
  .rb-about-stats-strip { grid-template-columns: 1fr 1fr; }
  .sp-why-section { padding: 70px 0; }
}

@media (max-width: 767px) {
  .rb-about-list { grid-template-columns: 1fr; }
  .rb-about-stats-strip { grid-template-columns: 1fr 1fr; border-radius: 0; }
  .rb-clients-badge { left: 0; bottom: -10px; }
  .experience-floating-card { right: 0; }
  .rb-about-cta-row { flex-direction: column; }
  .rb-about-btn, .rb-about-btn-ghost { text-align: center; justify-content: center; }
  .sp-why-panel { padding: 24px 18px; }
}

@media (max-width: 480px) {
  .rb-about-stats-strip { grid-template-columns: 1fr; }
}
