/* ============================================
   Mr Bin Waste Management — Custom Styles
   Brand: Blue #1565C0 | Green #43A047
   ============================================ */

:root {
  --mr-blue: #1565C0;
  --mr-blue-dark: #0D47A1;
  --mr-blue-light: #1E88E5;
  --mr-green: #43A047;
  --mr-green-dark: #2E7D32;
  --mr-green-light: #66BB6A;
  --text-dark: #1a1a2e;
  --text-muted: #6c757d;
  --bg-light: #f4f7f6;
  --shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 20px 50px rgba(0, 0, 0, 0.12);
  --radius: 12px;
  --transition: 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}

/* ---- Top Bar ---- */
.top-bar {
  background: var(--mr-blue-dark);
  color: #fff;
  padding: 8px 0;
  font-size: 0.875rem;
}

.top-bar a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color var(--transition);
}

.top-bar a:hover {
  color: var(--mr-green-light);
}

.btn-quote-top {
  background: var(--mr-green);
  color: #fff !important;
  border: none;
  border-radius: 50px;
  padding: 4px 18px;
  font-weight: 600;
  transition: background var(--transition);
}

.btn-quote-top:hover {
  background: var(--mr-green-dark);
}

/* ---- Navbar ---- */
.navbar {
  background: #fff;
  padding: 12px 0;
  transition: padding var(--transition), box-shadow var(--transition);
}

.navbar.scrolled {
  padding: 8px 0;
  box-shadow: var(--shadow);
}

.logo-img {
  height: 78px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
}

.brand-text {
  display: none !important;
}

.nav-link {
  font-weight: 500;
  color: var(--text-dark) !important;
  padding: 8px 16px !important;
  position: relative;
  transition: color var(--transition);
}

.nav-link:hover,
.nav-link.active {
  color: var(--mr-green) !important;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background: var(--mr-green);
  border-radius: 2px;
}

.btn-nav-quote {
  border-radius: 50px;
  padding: 8px 24px;
  font-weight: 600;
}

/* ---- Buttons ---- */
.btn-primary {
  background: var(--mr-green);
  border-color: var(--mr-green);
  border-radius: 50px;
  font-weight: 600;
  padding: 10px 28px;
  transition: all var(--transition);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--mr-green-dark);
  border-color: var(--mr-green-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(67, 160, 71, 0.35);
}

.btn-outline-light {
  border-radius: 50px;
  font-weight: 600;
  padding: 10px 28px;
  border-width: 2px;
}

.btn-outline-light:hover {
  background: #fff;
  color: var(--mr-blue);
}

.btn-outline-primary {
  color: var(--mr-green);
  border-color: var(--mr-green);
  border-radius: 50px;
  font-weight: 600;
  padding: 10px 28px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: var(--mr-green);
  border-color: var(--mr-green);
  color: #fff;
}

/* ---- Hero ---- */
.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.05);
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    rgba(10, 30, 60, 0.92) 0%,
    rgba(21, 101, 192, 0.82) 45%,
    rgba(30, 90, 50, 0.75) 100%
  );
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: radial-gradient(circle at 2px 2px, #fff 1px, transparent 0);
  background-size: 32px 32px;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  background: rgba(67, 160, 71, 0.25);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 22px;
  border: 1px solid rgba(102, 187, 106, 0.4);
  letter-spacing: 0.3px;
}

.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
}

.text-green {
  color: var(--mr-green-light) !important;
}

.hero-tagline {
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 600;
  margin-bottom: 18px;
}

.tagline-blue {
  color: #90CAF9;
}

.tagline-green {
  color: var(--mr-green-light);
}

.tagline-dot {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 8px;
}

.hero-desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  max-width: 520px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.hero-mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-stat {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 12px 20px;
  min-width: 90px;
  text-align: center;
}

.hero-stat strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-stat span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Hero visual column */
.hero-visual {
  position: relative;
  padding: 20px 10px 40px;
  min-height: 420px;
}

.hero-visual-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 380px;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: spinSlow 30s linear infinite;
}

@keyframes spinSlow {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.hero-main-img {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  border: 4px solid rgba(255, 255, 255, 0.15);
}

.hero-main-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.hero-thumb-img {
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 160px;
  height: 120px;
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  z-index: 4;
}

.hero-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-float-card {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  z-index: 5;
  animation: floatCard 4s ease-in-out infinite;
}

.hero-float-card i {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--mr-blue), var(--mr-green));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.hero-float-card strong {
  display: block;
  font-size: 0.9rem;
  color: var(--text-dark);
  line-height: 1.2;
}

.hero-float-card span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.hero-float-top {
  top: 30px;
  right: -10px;
}

.hero-float-bottom {
  bottom: 60px;
  right: 20px;
  animation-delay: 2s;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hero-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 100%);
  z-index: 3;
}

/* ---- Trust Bar ---- */
.trust-bar {
  padding: 60px 0 40px;
  margin-top: -40px;
  position: relative;
  z-index: 4;
}

.trust-item {
  background: #fff;
  padding: 30px 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
  height: 100%;
}

.trust-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.trust-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--mr-blue), var(--mr-green));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.5rem;
  color: #fff;
}

.trust-item h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.trust-item p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0;
}

/* ---- Sections ---- */
.section-padding {
  padding: 90px 0;
}

.section-label {
  display: inline-block;
  color: var(--mr-green);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.section-desc {
  color: var(--text-muted);
  max-width: 600px;
  font-size: 1rem;
}

.bg-light {
  background: var(--bg-light) !important;
}

/* ---- About ---- */
.about-img-wrap {
  position: relative;
}

.about-badge {
  position: absolute;
  bottom: 24px;
  right: -16px;
  background: var(--mr-green);
  color: #fff;
  padding: 20px 28px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow);
}

.about-badge-num {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.about-badge-text {
  font-size: 0.8rem;
  font-weight: 500;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: var(--bg-light);
  border-radius: var(--radius);
}

.about-feature i {
  font-size: 1.5rem;
  color: var(--mr-blue);
  flex-shrink: 0;
}

.about-feature h6 {
  font-weight: 600;
  margin-bottom: 2px;
}

/* ---- Service Cards ---- */
.service-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: visible;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.service-card-soon {
  opacity: 0.92;
}

.service-card-soon:hover {
  transform: none;
  box-shadow: var(--shadow);
}

.service-card-soon .service-img img {
  filter: grayscale(15%);
}

.service-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  background: linear-gradient(135deg, #e3f2fd, #e8f5e9);
}

.fleet-card img,
.about-img-wrap img,
.why-img-wrap img {
  background: linear-gradient(135deg, #e3f2fd, #e8f5e9);
}

.service-card:hover .service-img img {
  transform: scale(1.08);
}

.service-icon {
  position: absolute;
  bottom: 16px;
  left: 20px;
  width: 52px;
  height: 52px;
  background: var(--mr-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  box-shadow: 0 4px 15px rgba(67, 160, 71, 0.4);
  z-index: 2;
  border: 3px solid #fff;
}

.service-body {
  padding: 24px 24px 24px;
  background: #fff;
  border-radius: 0 0 var(--radius) var(--radius);
}

.service-body h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.service-body p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.service-link {
  color: var(--mr-blue);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color var(--transition);
}

.service-link:hover {
  color: var(--mr-green);
}

.service-link i {
  transition: transform var(--transition);
}

.service-link:hover i {
  transform: translateX(4px);
}

.coming-soon-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 50px;
  background: #fff3e0;
  color: #e65100;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border: 1px solid #ffcc80;
}

/* ---- Fleet Cards ---- */
/* ---- Recycling Waste Streams ---- */
.recycling-section {
  position: relative;
  background: linear-gradient(135deg, #fff 0%, #f0f7f4 50%, #e8f0fa 100%);
  overflow: hidden;
}

.recycling-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(67, 160, 71, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.recycling-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(21, 101, 192, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.recycle-lead {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.recycle-points {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.recycle-points li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.recycle-point-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--mr-blue), var(--mr-blue-light));
  color: #fff;
  border-radius: 10px;
  font-size: 1.15rem;
}

.recycle-point-icon i {
  color: #fff;
}

.recycle-points li div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.recycle-points li strong {
  font-size: 0.95rem;
  color: var(--text-dark);
}

.recycle-points li span {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.recycle-stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid rgba(21, 101, 192, 0.1);
}

.recycle-stat {
  text-align: center;
}

.recycle-stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--mr-blue);
  line-height: 1.1;
}

.recycle-stat span {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.recycle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.recycle-tile {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1;
  box-shadow: var(--shadow);
  cursor: default;
}

.recycle-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.recycle-tile:hover img {
  transform: scale(1.08);
}

.recycle-tile-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(to top, rgba(13, 71, 161, 0.92) 0%, rgba(13, 71, 161, 0.35) 55%, transparent 100%);
  color: #fff;
  transition: background var(--transition);
}

.recycle-tile:hover .recycle-tile-overlay {
  background: linear-gradient(to top, rgba(46, 125, 50, 0.95) 0%, rgba(21, 101, 192, 0.5) 60%, transparent 100%);
}

.recycle-tile-num {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.recycle-tile-overlay h5 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.recycle-tile-overlay p {
  font-size: 0.8rem;
  margin: 0;
  opacity: 0.9;
}

.fleet-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition);
  background: #fff;
}

.fleet-card:hover {
  transform: translateY(-5px);
}

.fleet-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.fleet-info {
  padding: 20px;
}

.fleet-info h6 {
  font-weight: 700;
  margin-bottom: 6px;
}

.fleet-info p {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin: 0;
}

/* ---- Stats ---- */
.stats-section {
  background: linear-gradient(135deg, var(--mr-blue-dark) 0%, var(--mr-blue) 50%, var(--mr-green-dark) 100%);
  padding: 70px 0;
}

.stat-item {
  position: relative;
}

.stat-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  opacity: 0.8;
}

.stat-item h3 {
  display: inline;
  font-size: 2.75rem;
  font-weight: 800;
}

.stat-suffix {
  font-size: 1.5rem;
  font-weight: 700;
}

.stat-item p {
  margin-top: 8px;
  opacity: 0.85;
  font-size: 0.95rem;
}

/* ---- Why Us ---- */
.why-list li {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e9ecef;
}

.why-list li:last-child {
  border-bottom: none;
}

.why-list i {
  color: var(--mr-green);
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ---- CTA ---- */
.cta-section {
  padding: 0 0 90px;
}

.cta-box {
  background: linear-gradient(135deg, var(--mr-green) 0%, var(--mr-green-dark) 100%);
  padding: 60px 40px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 20px 60px rgba(67, 160, 71, 0.3);
}

.cta-box h2 {
  font-weight: 700;
  margin-bottom: 12px;
}

.cta-box p {
  opacity: 0.9;
  margin-bottom: 24px;
  font-size: 1.05rem;
}

/* ---- Contact ---- */
.contact-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--mr-blue), var(--mr-green));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-item h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-item a {
  color: var(--text-dark);
  text-decoration: none;
  transition: color var(--transition);
}

.contact-item a:hover {
  color: var(--mr-green);
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 10px;
  padding: 12px 16px;
  border: 1px solid #dee2e6;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--mr-green);
  box-shadow: 0 0 0 0.2rem rgba(67, 160, 71, 0.15);
}

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

/* ---- Footer ---- */
.footer {
  background: #0a1628;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-top: 0;
  padding: 0;
}

.footer-wave {
  line-height: 0;
  margin-top: -1px;
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}

.footer-cta-band {
  background: linear-gradient(135deg, var(--mr-blue) 0%, var(--mr-green-dark) 100%);
  padding: 36px 0;
}

.footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-cta-inner h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 1.35rem;
}

.footer-cta-inner p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 0.95rem;
}

.footer-cta-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-cta-btns .btn-light {
  color: var(--mr-blue-dark);
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 24px;
}

.footer-cta-btns .btn-outline-light {
  border-radius: 50px;
  font-weight: 600;
  padding: 10px 24px;
  border-width: 2px;
}

.footer-main {
  padding: 60px 0 40px;
}

.footer-brand-box {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: none;
  border: none;
}

.footer-logo {
  height: auto;
  max-height: 130px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

.footer-about {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 340px;
}

.footer-tagline {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.footer .tagline-blue {
  color: #64B5F6;
}

.footer .tagline-green {
  color: var(--mr-green-light);
}

.footer .tagline-dot {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 6px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  transition: all var(--transition);
  text-decoration: none;
}

.footer-social a:hover {
  background: var(--mr-green);
  border-color: var(--mr-green);
  transform: translateY(-3px);
  color: #fff;
}

.footer-heading {
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px;
  font-size: 1.05rem;
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--mr-green);
  border-radius: 2px;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.88rem;
  transition: all var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-links a i {
  font-size: 0.7rem;
  color: var(--mr-green-light);
  transition: transform var(--transition);
}

.footer-links a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-links a:hover i {
  transform: translateX(2px);
}

.footer-contact li {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.footer-contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(67, 160, 71, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mr-green-light);
  flex-shrink: 0;
}

.footer-contact strong {
  display: block;
  color: #fff;
  font-size: 0.85rem;
  margin-bottom: 2px;
}

.footer-contact p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color var(--transition);
}

.footer-contact a:hover {
  color: var(--mr-green-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0;
  background: rgba(0, 0, 0, 0.2);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom-inner p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.footer-bottom-inner strong {
  color: rgba(255, 255, 255, 0.75);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color var(--transition);
}

.footer-bottom-links a:hover {
  color: var(--mr-green-light);
}

.footer-bottom-links span {
  color: rgba(255, 255, 255, 0.2);
}

/* ---- WhatsApp Float ---- */
.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
  z-index: 999;
  transition: transform var(--transition);
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}

/* ---- Back to Top ---- */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: var(--mr-blue);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
  z-index: 998;
  box-shadow: var(--shadow);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--mr-green);
  transform: translateY(-3px);
}

/* ---- Responsive ---- */
@media (max-width: 991.98px) {
  .about-badge {
    right: 16px;
    bottom: 16px;
  }

  .hero-shape {
    height: 50px;
  }

  .hero-visual {
    margin-top: 20px;
    min-height: 360px;
  }

  .hero-main-img img {
    height: 300px;
  }

  .hero-float-top {
    top: 10px;
    right: 0;
  }

  .hero-float-bottom {
    bottom: 40px;
    right: 0;
  }

  .hero-thumb-img {
    left: 0;
    width: 130px;
    height: 100px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .recycle-grid {
    gap: 12px;
  }

  .recycle-stats {
    gap: 16px;
  }

  .recycle-stat strong {
    font-size: 1.4rem;
  }

  .cta-box {
    padding: 40px 24px;
  }

  .footer-cta-inner {
    text-align: center;
    justify-content: center;
  }

  .footer-cta-btns {
    justify-content: center;
  }

  .footer-bottom-inner {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .logo-img {
    height: 56px;
    max-width: 170px;
  }

  .stat-item h3 {
    font-size: 2rem;
  }

  .hero-mini-stats {
    gap: 8px;
  }

  .hero-stat {
    padding: 10px 14px;
    min-width: 75px;
  }

  .hero-float-card {
    padding: 10px 14px;
  }

  .hero-float-card i {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .footer-brand-box {
    padding: 12px 16px;
  }

  .footer-logo {
    max-height: 100px;
    max-width: 220px;
  }
}
/* ---- Inner Page Header ---- */
.page-hero {
  position: relative;
  padding: 110px 0 80px;
  background: linear-gradient(115deg, rgba(10, 30, 60, 0.92) 0%, rgba(21, 101, 192, 0.85) 50%, rgba(46, 125, 50, 0.78) 100%),
    var(--page-hero-img) center / cover no-repeat;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image: radial-gradient(circle at 2px 2px, #fff 1px, transparent 0);
  background-size: 28px 28px;
}

.page-hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.75);
}

.page-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color var(--transition);
}

.page-breadcrumb a:hover {
  color: var(--mr-green-light);
}

.page-breadcrumb i {
  font-size: 0.7rem;
  opacity: 0.7;
}

.page-hero-label {
  display: inline-block;
  background: rgba(67, 160, 71, 0.25);
  border: 1px solid rgba(102, 187, 106, 0.4);
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.page-hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #fff;
}

.page-hero p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 640px;
  line-height: 1.7;
  margin-bottom: 0;
}

.page-hero-home { --page-hero-img: url('../assets/images/hero-bg.jpg'); }
.page-hero-about { --page-hero-img: url('../assets/images/about.jpg'); }
.page-hero-services { --page-hero-img: url('../assets/images/service-solid.jpg'); }
.page-hero-recycling { --page-hero-img: url('../assets/images/woodwaste-new.jpg'); }
.page-hero-fleet { --page-hero-img: url('../assets/images/fleet-hookloader.jpg'); }
.page-hero-why { --page-hero-img: url('../assets/images/why-us.jpg'); }
.page-hero-contact { --page-hero-img: url('../assets/images/banner.jpg'); }

/* ---- Inner content blocks ---- */
.inner-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-muted);
}

.content-block {
  margin-bottom: 2rem;
}

.content-block h3 {
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 12px;
  color: var(--text-dark);
}

.content-block p {
  line-height: 1.8;
  color: var(--text-muted);
}

.approach-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 28px;
  height: 100%;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--mr-green);
  transition: transform var(--transition), box-shadow var(--transition);
}

.approach-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.approach-card.blue-accent {
  border-top-color: var(--mr-blue);
}

.approach-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(67, 160, 71, 0.12);
  color: var(--mr-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.approach-card.blue-accent .approach-icon {
  background: rgba(21, 101, 192, 0.12);
  color: var(--mr-blue);
}

.approach-card h4 {
  font-weight: 700;
  margin-bottom: 12px;
}

.approach-card p {
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.process-step {
  position: relative;
  padding: 28px 24px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: 100%;
  text-align: center;
}

.process-step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mr-blue), var(--mr-green));
  color: #fff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 1.1rem;
}

.process-step h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.process-step p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.skip-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 100%;
  transition: transform var(--transition), box-shadow var(--transition);
}

.skip-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.skip-card-img {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.skip-card img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 16px 12px 28px;
}

.skip-card-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--mr-blue-dark), var(--mr-green-dark));
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 10px 16px;
  text-transform: uppercase;
}

.skip-card-body {
  padding: 24px;
}

.skip-card-body h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.skip-size {
  display: inline-block;
  background: rgba(21, 101, 192, 0.1);
  color: var(--mr-blue);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.skip-card-body p {
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.7;
}

.impact-grid .impact-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px 24px;
  text-align: center;
  box-shadow: var(--shadow);
  height: 100%;
  border-bottom: 4px solid var(--mr-green);
}

.impact-card .impact-value {
  font-size: 3rem;
  font-weight: 800;
  color: var(--mr-green);
  line-height: 1;
  margin-bottom: 8px;
}

.impact-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.impact-card p {
  color: var(--text-muted);
  margin-bottom: 0;
  font-size: 0.95rem;
}

.service-detail-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-detail-features li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.service-detail-features li:last-child {
  border-bottom: none;
}

.service-detail-features i {
  color: var(--mr-green);
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.service-detail-features strong {
  display: block;
  margin-bottom: 2px;
}

.service-detail-features span {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.service-side-card {
  background: linear-gradient(145deg, var(--mr-blue-dark), var(--mr-blue));
  color: #fff;
  border-radius: var(--radius);
  padding: 32px 28px;
  position: sticky;
  top: 100px;
}

.service-side-card h4 {
  font-weight: 700;
  margin-bottom: 12px;
}

.service-side-card p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  line-height: 1.7;
}

.service-side-card .btn {
  width: 100%;
}

.img-framed {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  height: auto;
  object-fit: cover;
}

.coming-soon-banner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 193, 7, 0.15);
  color: #b8860b;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .page-hero {
    padding: 90px 0 60px;
  }

  .service-side-card {
    position: static;
    margin-top: 32px;
  }
}
