/* ============================================================
   Arivora — cream treatment for the .box-black block
   Sections: Team · Statistics · Awards · Testimonials
   Loaded AFTER styles.css so it overrides the dark defaults.
   (Finalised from preview-blackbox.html)
   ============================================================ */

/* panel = warm cream (mid tone); sits on the cream body, cards lift off it */
.box-black {
  background: #e7e0d3 !important;
  box-shadow: 0 34px 90px rgba(22, 23, 26, .10);
}
/* keep the glow, warmed so it gels with the cream */
.box-black .light-box {
  background: radial-gradient(60% 100% at 50% 0%, rgba(255, 248, 237, .85) 0%, rgba(255, 248, 237, 0) 100%) !important;
  backdrop-filter: none !important;
}
.box-black .light-top,
.box-black .light-bot { opacity: .45; }

/* text: white -> ink, faint grey -> warm muted */
.box-black .text-white { color: #16171a !important; }
.box-black .text-neutral-400 { color: #6c6a62 !important; }

/* section badge pill -> soft terracotta chip */
.box-black .heading-sub.style-1 {
  background: rgba(157, 46, 19, .08) !important;
  color: #9d2e13 !important;
  border-color: rgba(157, 46, 19, .22) !important;
}

/* --- Team cards: warm ivory, lifted (brightest tone) --- */
.box-black .team-item {
  background: #fbf8f1 !important;
  box-shadow: 0 16px 44px rgba(60, 40, 20, .10) !important;
  border: 1px solid rgba(122, 90, 50, .10);
}
.box-black .team-item .sub { color: #6c6a62 !important; }
.box-black .social-item { background: rgba(22, 23, 26, .05) !important; color: #16171a !important; }
.box-black .social-item:hover { background: #9d2e13 !important; color: #fff !important; }

/* --- Statistics --- */
.box-black .section-statistic .line { background: rgba(22, 23, 26, .12) !important; }
.box-black .progress-bar { background: rgba(22, 23, 26, .14) !important; }
.box-black .btn-slider { color: #16171a !important; }

/* --- Awards --- */
.box-black .awards-item { border-color: rgba(22, 23, 26, .14) !important; }
.box-black .awards-item:hover { background: rgba(157, 46, 19, .06) !important; }
.box-black .awards-item .image img { filter: brightness(0); opacity: .72; }

/* --- Testimonials --- */
.box-black .section-testimonials .desc { color: #16171a !important; }
.box-black .top-icon .icon { color: #9d2e13 !important; }        /* stars -> terracotta */
.box-black .top-icon svg path { fill: #9d2e13 !important; }      /* quote marks -> terracotta */
.box-black .cite .line { background: rgba(22, 23, 26, .16) !important; }
.box-black .cite .line-left { filter: brightness(0); opacity: .28; }
.box-black .testimonials-prev .icon,
.box-black .testimonials-next .icon { color: #16171a !important; }
/* nav arrow hover-fill: cold near-black -> terracotta */
.box-black .group-btn-slider .nav-prev-swiper::before,
.box-black .group-btn-slider .nav-next-swiper::before {
  background: #9d2e13 !important;
  box-shadow: 0 -3px 0 0 #7a2410 inset, 0 1px 0 0 rgba(255, 255, 255, .22) inset !important;
}
.box-black .nav-prev-swiper:hover .icon,
.box-black .nav-next-swiper:hover .icon,
.box-black .nav-prev-swiper:hover,
.box-black .nav-next-swiper:hover { color: #ffffff !important; }

/* ---------- Arivora logo sizing ---------- */
.tf-header .logo-site img { height: 40px; width: auto; }
.footer-content .footer-logo img { height: 84px; width: auto; }
.features-center img { height: 84px; width: auto; }           /* cream monogram on the terracotta badge */
.footer-image img { opacity: .08 !important; }                 /* keep the big logo a subtle watermark */
