@charset "UTF-8";
/* Theme Description
-------------------------------------------------

	  Theme Name:
	  Author:
	  Support:
	  Description:
	  Version:

------------------------------------------------- 
*/
/* CSS Index
-------------------------------------------------

	1. Theme default css
-------------------------------------------------
*/
/*--------------- ---- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
:root {
  --wave-blue: #00d1ff;
  --orange-money: #ff7900;
  --jaune-senegal: #FFC107;
  --vert-senegal: #198754;
  --noir: #000000;
  --blanc: #FFFFFF;
  --gris-fonce: #1a1a2e;
  --gris-moyen: #16213e;
  --sidebar-color1: #1a1a2e;
  --sidebar-color2: #198754;
  --primary: #198754;
  --secondary: #FFCC00;
  --tertiary: #01285A;
  --secondary-light: #fff8e0;
  --accent: #FF6E40;
  --accent-light: #fde8eb;
  --light-bg: #F5F7FF;
  --primary-light: #e6f4ee;
  --primary-dark: #165083;
  --dark: #212529;
  --gray-dark: #343a40;
  --gray: #6c757d;
  --gray-light: #f8f9fa;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
}

.boxed-btn {
  background: #fff;
  color: var(--vert-senegal) !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid var(--vert-senegal);
  letter-spacing: 3px;
  text-align: center;
  color: var(--vert-senegal);
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: var(--vert-senegal);
  color: #fff !important;
  border: 1px solid var(--vert-senegal);
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn.large-width {
  width: 220px;
}

/*--------------- ---- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
:root {
  --wave-blue: #00d1ff;
  --orange-money: #ff7900;
  --jaune-senegal: #FFC107;
  --vert-senegal: #198754;
  --noir: #000000;
  --blanc: #FFFFFF;
  --gris-fonce: #1a1a2e;
  --gris-moyen: #16213e;
  --sidebar-color1: #1a1a2e;
  --sidebar-color2: #198754;
  --primary: #198754;
  --secondary: #FFCC00;
  --tertiary: #01285A;
  --secondary-light: #fff8e0;
  --accent: #FF6E40;
  --accent-light: #fde8eb;
  --light-bg: #F5F7FF;
  --primary-light: #e6f4ee;
  --primary-dark: #165083;
  --dark: #212529;
  --gray-dark: #343a40;
  --gray: #6c757d;
  --gray-light: #f8f9fa;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
}

.boxed-btn {
  background: #fff;
  color: var(--vert-senegal) !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid var(--vert-senegal);
  letter-spacing: 3px;
  text-align: center;
  color: var(--vert-senegal);
  text-transform: uppercase;
  cursor: pointer;
}

.boxed-btn:hover {
  background: var(--vert-senegal);
  color: #fff !important;
  border: 1px solid var(--vert-senegal);
}

.boxed-btn:focus {
  outline: none;
}

.boxed-btn.large-width {
  width: 220px;
}

/* 1. Theme default css */
@font-face {
  font-family: font;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
.bg-theme {
  background-color: var(--primary);
  color: var(--white);
}

.primary {
  color: var(--primary) !important;
}

.loader {
  display: none;
}

.js-loader {
  z-index: 1052;
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--primary);
  opacity: 0.4;
  display: none;
  justify-content: center;
  align-items: center;
}

.js-loader p {
  text-align: center;
}

.js-loader-content {
  padding: 10px;
  width: 300px;
  background: #fff;
  border-radius: 15px;
}

.loader {
  display: none;
}

#loader-app {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1070;
  color: #222;
  font-weight: bold;
  background: linear-gradient(145deg, rgb(153, 129, 57), rgb(2, 61, 34));
  text-align: center;
}

/* Loader Transparent */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Fond semi-transparent */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  font-size: 20px;
  font-weight: bold;
  z-index: 1081;
  display: none;
}

.btn-secondary {
  background: transparent;
  border: 2px solid #ccc;
  color: #666;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background: #f5f5f5;
  border-color: #bbb;
  color: #333;
}

.custom-file-label {
  border-radius: 50px;
  padding: 12px 20px;
  height: auto;
}

.custom-file-label::after {
  border-radius: 0 50px 50px 0;
  background: var(--primary);
  color: white;
  height: auto;
}

.dropdown-menu {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.dropdown-item {
  padding: 10px 25px;
  transition: all 0.3s;
}

.dropdown-item:hover {
  background-color: rgba(98, 0, 234, 0.1);
  color: var(--primary);
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.header-main .navbar {
  background: linear-gradient(90deg, var(--primary), var(--tertiary));
  box-shadow: 0 4px 12px rgba(98, 0, 234, 0.2);
  padding: 15px 0;
}
.header-main .navbar .navbar-brand {
  font-weight: 800;
  font-size: 1.8rem;
  color: white !important;
  letter-spacing: -0.5px;
}
.header-main .navbar .navbar-brand span {
  color: var(--accent);
}
.header-main .navbar .nav-link {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0 5px;
  transition: all 0.3s;
}
.header-main .navbar .nav-item.active {
  color: var(--tertiary) !important;
}
.header-main .navbar .nav-link:hover {
  color: white !important;
  transform: translateY(-2px);
}

.form-control {
  border-radius: 50px;
  padding: 12px 20px;
  height: auto;
  border: 2px solid #E0E0E0;
  transition: all 0.3s;
}

.form-control:focus {
  border-color: var(--vert-senegal);
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 64, 0.25);
}

.btn-filter {
  background: linear-gradient(90deg, var(--primary), var(--tertiary));
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(98, 0, 234, 0.3);
  transition: all 0.3s;
  width: 100%;
}

.btn-filter:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(98, 0, 234, 0.4);
  color: white;
}

.btn-reset {
  background: transparent;
  color: #666;
  border: 2px solid #E0E0E0;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
  transition: all 0.3s;
  width: 100%;
}

.btn-reset:hover {
  background: #f5f5f5;
  border-color: #ccc;
  color: #333;
}

.btn-primary {
  background: linear-gradient(90deg, var(--primary), var(--tertiary));
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(98, 0, 234, 0.3);
  transition: all 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(98, 0, 234, 0.4);
  background: linear-gradient(90deg, var(--tertiary), var(--primary));
}

.btn-secondary {
  background: transparent;
  border: 2px solid #ccc;
  color: #666;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background: #f5f5f5;
  border-color: #bbb;
  color: #333;
}

.container-loader {
  --uib-size: 35px;
  --uib-color: black;
  --uib-speed: 1.5s;
  --uib-dot-size: calc(var(--uib-size) * 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--uib-size);
  width: var(--uib-size);
  animation: rotate calc(var(--uib-speed) * 1.667) infinite linear;
}

.container-loader::before,
.container-loader::after {
  content: "";
  position: absolute;
  height: var(--uib-dot-size);
  width: var(--uib-dot-size);
  border-radius: 50%;
  background-color: var(--uib-color);
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

.container-loader::before {
  animation: orbit var(--uib-speed) linear infinite;
}

.container-loader::after {
  animation: orbit var(--uib-speed) linear calc(var(--uib-speed) / -2) infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes orbit {
  0% {
    transform: translateX(calc(var(--uib-size) * 0.25)) scale(0.73684);
    opacity: 0.65;
  }
  5% {
    transform: translateX(calc(var(--uib-size) * 0.235)) scale(0.684208);
    opacity: 0.58;
  }
  10% {
    transform: translateX(calc(var(--uib-size) * 0.182)) scale(0.631576);
    opacity: 0.51;
  }
  15% {
    transform: translateX(calc(var(--uib-size) * 0.129)) scale(0.578944);
    opacity: 0.44;
  }
  20% {
    transform: translateX(calc(var(--uib-size) * 0.076)) scale(0.526312);
    opacity: 0.37;
  }
  25% {
    transform: translateX(0%) scale(0.47368);
    opacity: 0.3;
  }
  30% {
    transform: translateX(calc(var(--uib-size) * -0.076)) scale(0.526312);
    opacity: 0.37;
  }
  35% {
    transform: translateX(calc(var(--uib-size) * -0.129)) scale(0.578944);
    opacity: 0.44;
  }
  40% {
    transform: translateX(calc(var(--uib-size) * -0.182)) scale(0.631576);
    opacity: 0.51;
  }
  45% {
    transform: translateX(calc(var(--uib-size) * -0.235)) scale(0.684208);
    opacity: 0.58;
  }
  50% {
    transform: translateX(calc(var(--uib-size) * -0.25)) scale(0.73684);
    opacity: 0.65;
  }
  55% {
    transform: translateX(calc(var(--uib-size) * -0.235)) scale(0.789472);
    opacity: 0.72;
  }
  60% {
    transform: translateX(calc(var(--uib-size) * -0.182)) scale(0.842104);
    opacity: 0.79;
  }
  65% {
    transform: translateX(calc(var(--uib-size) * -0.129)) scale(0.894736);
    opacity: 0.86;
  }
  70% {
    transform: translateX(calc(var(--uib-size) * -0.076)) scale(0.947368);
    opacity: 0.93;
  }
  75% {
    transform: translateX(0%) scale(1);
    opacity: 1;
  }
  80% {
    transform: translateX(calc(var(--uib-size) * 0.076)) scale(0.947368);
    opacity: 0.93;
  }
  85% {
    transform: translateX(calc(var(--uib-size) * 0.129)) scale(0.894736);
    opacity: 0.86;
  }
  90% {
    transform: translateX(calc(var(--uib-size) * 0.182)) scale(0.842104);
    opacity: 0.79;
  }
  95% {
    transform: translateX(calc(var(--uib-size) * 0.235)) scale(0.789472);
    opacity: 0.72;
  }
  100% {
    transform: translateX(calc(var(--uib-size) * 0.25)) scale(0.73684);
    opacity: 0.65;
  }
}
@media (max-width: 767px) {
  .loader-app img {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .loader-app-text {
    font-size: 1.5rem;
  }
}

.bg-loader {
  background-color: #f0f0f0;
  border-radius: 4px;
  margin-bottom: 10px;
  animation: loading 0.5s infinite;
}

.loader-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.loader-name {
  width: 150px;
  height: 20px;
  margin-bottom: 5px;
}

.loader-info {
  width: 100px;
  height: 10px;
}

.loader-heart,
.loader-star {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 1px;
}

.loader-detail {
  width: 200px;
  height: 20px;
  margin-top: 10px;
}

.loader-description {
  width: 100%;
  height: 50px;
  margin-top: 10px;
}

.loader-badge {
  width: 50px;
  height: 20px;
  margin-right: 10px;
}

.loader-button {
  width: 100%;
  height: 40px;
  margin-top: 10px;
}

@keyframes loading {
  0% {
    background-color: #f0f0f0;
  }
  50% {
    background-color: #e0e0e0;
  }
  100% {
    background-color: #f0f0f0;
  }
}
.container-loader {
  --uib-size: 35px;
  --uib-color: white;
  --uib-speed: 1.5s;
  --uib-dot-size: calc(var(--uib-size) * 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--uib-size);
  width: var(--uib-size);
  animation: rotate calc(var(--uib-speed) * 1.667) infinite linear;
}

.container-loader::before,
.container-loader::after {
  content: "";
  position: absolute;
  height: var(--uib-dot-size);
  width: var(--uib-dot-size);
  border-radius: 50%;
  background-color: var(--uib-color);
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

.container-loader::before {
  animation: orbit var(--uib-speed) linear infinite;
}

.container-loader::after {
  animation: orbit var(--uib-speed) linear calc(var(--uib-speed) / -2) infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes orbit {
  0% {
    transform: translateX(calc(var(--uib-size) * 0.25)) scale(0.73684);
    opacity: 0.65;
  }
  5% {
    transform: translateX(calc(var(--uib-size) * 0.235)) scale(0.684208);
    opacity: 0.58;
  }
  10% {
    transform: translateX(calc(var(--uib-size) * 0.182)) scale(0.631576);
    opacity: 0.51;
  }
  15% {
    transform: translateX(calc(var(--uib-size) * 0.129)) scale(0.578944);
    opacity: 0.44;
  }
  20% {
    transform: translateX(calc(var(--uib-size) * 0.076)) scale(0.526312);
    opacity: 0.37;
  }
  25% {
    transform: translateX(0%) scale(0.47368);
    opacity: 0.3;
  }
  30% {
    transform: translateX(calc(var(--uib-size) * -0.076)) scale(0.526312);
    opacity: 0.37;
  }
  35% {
    transform: translateX(calc(var(--uib-size) * -0.129)) scale(0.578944);
    opacity: 0.44;
  }
  40% {
    transform: translateX(calc(var(--uib-size) * -0.182)) scale(0.631576);
    opacity: 0.51;
  }
  45% {
    transform: translateX(calc(var(--uib-size) * -0.235)) scale(0.684208);
    opacity: 0.58;
  }
  50% {
    transform: translateX(calc(var(--uib-size) * -0.25)) scale(0.73684);
    opacity: 0.65;
  }
  55% {
    transform: translateX(calc(var(--uib-size) * -0.235)) scale(0.789472);
    opacity: 0.72;
  }
  60% {
    transform: translateX(calc(var(--uib-size) * -0.182)) scale(0.842104);
    opacity: 0.79;
  }
  65% {
    transform: translateX(calc(var(--uib-size) * -0.129)) scale(0.894736);
    opacity: 0.86;
  }
  70% {
    transform: translateX(calc(var(--uib-size) * -0.076)) scale(0.947368);
    opacity: 0.93;
  }
  75% {
    transform: translateX(0%) scale(1);
    opacity: 1;
  }
  80% {
    transform: translateX(calc(var(--uib-size) * 0.076)) scale(0.947368);
    opacity: 0.93;
  }
  85% {
    transform: translateX(calc(var(--uib-size) * 0.129)) scale(0.894736);
    opacity: 0.86;
  }
  90% {
    transform: translateX(calc(var(--uib-size) * 0.182)) scale(0.842104);
    opacity: 0.79;
  }
  95% {
    transform: translateX(calc(var(--uib-size) * 0.235)) scale(0.789472);
    opacity: 0.72;
  }
  100% {
    transform: translateX(calc(var(--uib-size) * 0.25)) scale(0.73684);
    opacity: 0.65;
  }
}
/* === Facebook-style Skeleton Loader === */
@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.skeleton {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;
  animation: shimmer 1.2s linear infinite forwards;
  border: none !important;
}

.skeleton-text {
  height: 12px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 4px;
}

.skeleton-title {
  height: 24px;
  margin-bottom: 15px;
  width: 60%;
  border-radius: 6px;
}

.skeleton-circle {
  border-radius: 50% !important;
}

.skeleton-card {
  border-radius: 15px;
  width: 100%;
}

.skeleton-btn {
  height: 48px;
  width: 150px;
  border-radius: 10px;
}

.auth-page {
  background-color: #f8f9fa;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  padding: 60px 0;
  margin-top: 70px;
}

.auth-card {
  border: none;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.auth-header {
  background: linear-gradient(135deg, var(--vert-senegal) 0%, #000 100%);
  padding: 40px 30px;
  text-align: center;
  color: white;
  position: relative;
}

.auth-header::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #086126 transparent transparent transparent;
}

.auth-body {
  padding: 50px 40px 40px;
  background: white;
}

.form-control-custom {
  border-radius: 12px;
  padding: 15px 20px;
  background-color: #f8f9fa;
  border: 2px solid transparent;
  height: auto;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control-custom:focus {
  background-color: white;
  border-color: var(--vert-senegal);
  box-shadow: 0 0 0 4px rgba(13, 127, 242, 0.1);
}

.custom-input-group {
  position: relative;
}

.custom-input-group .input-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #adb5bd;
  z-index: 10;
  cursor: pointer;
}

.btn-auth {
  border-radius: 12px;
  padding: 15px;
  font-weight: 700;
  font-size: 1.1rem;
  background-color: var(--vert-senegal);
  color: white;
  border: none;
  transition: all 0.3s;
  box-shadow: 0 5px 15px rgba(13, 127, 242, 0.3);
}

.btn-auth:hover {
  background-color: #0b6ed0;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 127, 242, 0.4);
  color: white;
}

.social-login-btn {
  border-radius: 12px;
  padding: 12px;
  font-weight: 600;
  background: white;
  border: 1px solid #dee2e6;
  color: #495057;
  transition: all 0.2s;
}

.social-login-btn:hover {
  background: #f8f9fa;
  border-color: #ced4da;
}

.react-registration-wrapper {
  width: 100%;
}

.auth-page {
  background-color: #f8f9fa;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  padding: 60px 0;
  margin-top: 70px;
}

.auth-card {
  border: none;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.auth-header {
  background: linear-gradient(135deg, var(--vert-senegal) 0%, #1e5a34 100%);
  padding: 40px 30px;
  text-align: center;
  color: white;
  position: relative;
}

.auth-header::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #1e5a34 transparent transparent transparent;
}

.auth-body {
  padding: 50px 40px 40px;
  background: white;
}

.form-control-custom {
  border-radius: 12px;
  padding: 15px 20px;
  background-color: #f8f9fa;
  border: 2px solid transparent;
  height: auto;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control-custom:focus {
  background-color: white;
  border-color: var(--vert-senegal);
  box-shadow: 0 0 0 4px rgba(13, 127, 242, 0.1);
}

.custom-input-group {
  position: relative;
}

.custom-input-group .input-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #adb5bd;
  z-index: 10;
  cursor: pointer;
}

.btn-auth {
  border-radius: 12px;
  padding: 15px;
  font-weight: 700;
  font-size: 1.1rem;
  background-color: var(--vert-senegal);
  color: white;
  border: none;
  transition: all 0.3s;
  box-shadow: 0 5px 15px rgba(13, 127, 242, 0.3);
}

.btn-auth:hover {
  background-color: #0b6ed0;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 127, 242, 0.4);
  color: white;
}

.social-login-btn {
  border-radius: 12px;
  padding: 12px;
  font-weight: 600;
  background: white;
  border: 1px solid #dee2e6;
  color: #495057;
  transition: all 0.2s;
}

.social-login-btn:hover {
  background: #f8f9fa;
  border-color: #ced4da;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--noir);
  background: var(--blanc);
}

main {
  margin-top: 75px;
}

.mobile {
  display: initial;
}
@media (max-width: 767px) {
  .mobile {
    display: none;
  }
}

.bureau {
  display: none;
}
@media (max-width: 767px) {
  .bureau {
    display: initial;
  }
}

.link-navbar {
  gap: 0 !important;
}

.filter-group-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 15px;
  display: block;
}

.filter-checkbox {
  accent-color: var(--jaune-senegal);
}

.card-shadow {
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
}

.page-header {
  background: linear-gradient(135deg, var(--gris-fonce) 0%, var(--gris-moyen) 100%);
  padding: 60px 0 100px;
  color: white;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 193, 7, 0.05) 0%, transparent 50%);
}

.search-bar-wrapper {
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  margin-top: -80px;
  margin-bottom: 60px;
}

body main {
  padding-bottom: 100px;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(25, 135, 84, 0.15) 100%);
}

/* Navbar */
.navbar-custom {
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .navbar-custom {
    padding: 1rem 0.5rem;
  }
}
.navbar-custom {
  transition: all 0.4s ease;
  background: var(--gris-fonce) !important;
  z-index: 1030;
}

.navbar-custom.scrolled {
  background: rgba(26, 26, 46, 0.98) !important;
  padding: 0.5rem 2rem;
}
@media (max-width: 767px) {
  .navbar-custom.scrolled {
    padding: 0.5rem 0.5rem;
  }
}
.navbar-custom.scrolled {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--jaune-senegal) !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .navbar-brand {
    font-size: 1.1rem;
  }
}

.navbar-brand i {
  font-size: 1.6rem;
}

.nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
  margin: 0 0.3rem;
  padding: 0.5rem 1rem !important;
  transition: all 0.3s ease;
  position: relative;
}

.nav-link::after,
.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--jaune-senegal);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after,
.nav-link.active::after {
  width: 80%;
}

.nav-link:hover,
.nav-link.active {
  color: var(--jaune-senegal) !important;
}

.btn-primary {
  background-color: transparent !important;
  border: 2px solid var(--jaune-senegal);
  color: var(--jaune-senegal) !important;
  border-radius: 50px;
  padding: 0.5rem 1.5rem !important;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .btn-primary {
    padding: 0.5rem 1rem !important;
    font-size: 0.9rem;
  }
}

.btn-primary:hover {
  background-color: var(-vert-senegal);
  color: #fff !important;
  transform: translateY(-2px);
  border-color: cornsilk;
}

/* Hero Section Parallax */
.hero-section {
  height: 100vh;
  min-height: 700px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(26, 26, 46, 0.8) 100%), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><linearGradient id="sky" x1="0%25" y1="0%25" x2="0%25" y2="100%25"><stop offset="0%25" style="stop-color:%23FF6B35"/><stop offset="50%25" style="stop-color:%23F7931E"/><stop offset="100%25" style="stop-color:%23FFC107"/></linearGradient></defs><rect fill="url(%23sky)" width="1200" height="800"/><g fill="%231a1a2e"><rect x="50" y="400" width="80" height="400" rx="2"/><rect x="60" y="350" width="60" height="50"/><rect x="150" y="300" width="120" height="500" rx="2"/><rect x="160" y="320" width="30" height="40" fill="%23FFC107" opacity="0.8"/><rect x="200" y="320" width="30" height="40" fill="%23FFC107" opacity="0.6"/><rect x="160" y="380" width="30" height="40" fill="%23FFC107" opacity="0.7"/><rect x="200" y="380" width="30" height="40" fill="%23FFC107" opacity="0.5"/><rect x="300" y="450" width="100" height="350" rx="2"/><rect x="420" y="350" width="150" height="450" rx="2"/><rect x="440" y="370" width="35" height="50" fill="%23FFC107" opacity="0.6"/><rect x="490" y="370" width="35" height="50" fill="%23FFC107" opacity="0.8"/><rect x="540" y="370" width="35" height="50" fill="%23FFC107" opacity="0.5"/><rect x="600" y="250" width="180" height="550" rx="3"/><rect x="620" y="280" width="40" height="60" fill="%23FFC107" opacity="0.7"/><rect x="680" y="280" width="40" height="60" fill="%23FFC107" opacity="0.9"/><rect x="740" y="280" width="40" height="60" fill="%23FFC107" opacity="0.6"/><rect x="620" y="360" width="40" height="60" fill="%23FFC107" opacity="0.5"/><rect x="680" y="360" width="40" height="60" fill="%23FFC107" opacity="0.8"/><rect x="800" y="380" width="90" height="420" rx="2"/><rect x="910" y="320" width="130" height="480" rx="2"/><rect x="930" y="350" width="30" height="45" fill="%23FFC107" opacity="0.7"/><rect x="975" y="350" width="30" height="45" fill="%23FFC107" opacity="0.6"/><rect x="1060" y="420" width="100" height="380" rx="2"/><ellipse cx="100" cy="600" rx="200" ry="15" fill="%23198754" opacity="0.3"/><ellipse cx="600" cy="650" rx="300" ry="20" fill="%23198754" opacity="0.2"/></g><circle cx="150" cy="100" r="60" fill="%23FFC107" opacity="0.9"/><g fill="white" opacity="0.8"><ellipse cx="900" cy="150" rx="80" ry="30"/><ellipse cx="950" cy="140" rx="60" ry="25"/><ellipse cx="850" cy="160" rx="50" ry="20"/></g></svg>');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-content {
  text-align: center;
  color: var(--blanc);
  z-index: 2;
  padding: 0 20px;
  max-width: 900px;
}

.hero-badge {
  display: inline-block;
  background: var(--vert-senegal);
  color: white;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .hero-badge {
    margin-bottom: 0px;
    padding: 4px 25px;
  }
}
.hero-badge {
  animation: fadeInDown 1s ease;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 2px 4px 20px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 1s ease 0.2s both;
  line-height: 1.2;
}

.hero-title span {
  color: var(--jaune-senegal);
}

.hero-subtitle {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 40px;
  opacity: 0.95;
  animation: fadeInUp 1s ease 0.4s both;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease 0.6s both;
}

.btn-hero {
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-hero-primary {
  background: var(--jaune-senegal);
  color: var(--noir);
  border: none;
  box-shadow: 0 10px 40px rgba(255, 193, 7, 0.4);
}

.btn-hero-primary:hover {
  background: #e0a800;
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(255, 193, 7, 0.5);
  color: var(--noir);
  text-decoration: none;
}

.btn-hero-outline {
  background: transparent;
  color: var(--blanc);
  border: 2px solid var(--blanc);
}

.btn-hero-outline:hover {
  background: var(--blanc);
  color: var(--noir);
  transform: translateY(-5px);
  text-decoration: none;
}

/* Floating elements */
.floating-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.shape {
  position: absolute;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  top: 20%;
  left: 10%;
  width: 100px;
  height: 100px;
  background: var(--jaune-senegal);
  border-radius: 50%;
  animation-delay: 0s;
}

.shape-2 {
  top: 60%;
  right: 15%;
  width: 150px;
  height: 150px;
  background: var(--vert-senegal);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  animation-delay: 2s;
}

.shape-3 {
  bottom: 20%;
  left: 20%;
  width: 80px;
  height: 80px;
  background: var(--blanc);
  transform: rotate(45deg);
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(10deg);
  }
}
/* About Section */
.about-section {
  padding: 100px 0;
  background: var(--blanc);
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-badge {
  display: inline-block;
  background: rgba(25, 135, 84, 0.1);
  color: var(--vert-senegal);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
  }
}
.section-title {
  font-weight: 700;
  color: var(--gris-fonce);
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.feature-card {
  text-align: center;
  padding: 50px 30px;
  border-radius: 20px;
  transition: all 0.4s ease;
  background: var(--blanc);
  border: 1px solid #eee;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.feature-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--jaune-senegal) 0%, #e0a800 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 15px 40px rgba(255, 193, 7, 0.4);
}

.feature-icon i {
  font-size: 2.5rem;
  color: var(--noir);
}

.feature-card h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--gris-fonce);
}

.feature-card p {
  color: #666;
  line-height: 1.7;
}

/* Parallax Middle Section */
.parallax-middle {
  height: 500px;
  background: linear-gradient(135deg, rgba(25, 135, 84, 0.9) 0%, rgba(0, 100, 50, 0.95) 100%), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><path d="M400 50 L750 300 L650 550 L150 550 L50 300 Z" fill="%23FFC107" opacity="0.3"/><path d="M400 100 L700 320 L620 520 L180 520 L100 320 Z" fill="none" stroke="%23FFC107" stroke-width="3" opacity="0.5"/><circle cx="400" cy="300" r="8" fill="%23FFC107"/><text x="400" y="330" text-anchor="middle" fill="%23FFC107" font-size="14" font-family="Arial" opacity="0.8">Dakar</text><circle cx="300" cy="350" r="5" fill="%23fff" opacity="0.6"/><circle cx="500" cy="280" r="5" fill="%23fff" opacity="0.6"/><circle cx="350" cy="420" r="5" fill="%23fff" opacity="0.6"/><circle cx="480" cy="380" r="5" fill="%23fff" opacity="0.6"/><circle cx="250" cy="300" r="4" fill="%23fff" opacity="0.4"/><circle cx="550" cy="350" r="4" fill="%23fff" opacity="0.4"/></svg>');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.parallax-content {
  text-align: center;
  color: var(--blanc);
  padding: 0 20px;
  max-width: 800px;
  z-index: 2;
}

.parallax-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
}

.parallax-content p {
  font-size: 1.2rem;
  opacity: 0.95;
  line-height: 1.8;
}

/* Categories Section */
.categories-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.category-card {
  background: var(--blanc);
  border-radius: 20px;
  padding: 40px 25px;
  text-align: center;
  transition: all 0.4s ease;
  border: none;
  height: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--jaune-senegal), var(--vert-senegal));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.category-card:hover::before {
  transform: scaleX(1);
}

.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.category-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(25, 135, 84, 0.15) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}

.category-card:hover .category-icon {
  background: var(--jaune-senegal);
  transform: rotate(-5deg) scale(1.1);
}

.category-icon i {
  font-size: 2.2rem;
  color: var(--vert-senegal);
  transition: all 0.4s ease;
}

.category-card:hover .category-icon i {
  color: var(--noir);
}

.category-card h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gris-fonce);
  margin-bottom: 10px;
}

.category-card p {
  font-size: 0.9rem;
  color: #888;
}

/* Timeline Section */
.timeline-section {
  padding: 100px 0;
  background: var(--blanc);
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--jaune-senegal), var(--vert-senegal));
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.timeline-content {
  width: 45%;
  padding: 30px;
  background: var(--blanc);
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.timeline-content:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.timeline-number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: var(--jaune-senegal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--noir);
  z-index: 2;
  box-shadow: 0 5px 20px rgba(255, 193, 7, 0.4);
}

.timeline-content h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gris-fonce);
  margin-bottom: 10px;
}

.timeline-content p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Stats Section */
.stats-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--gris-fonce) 0%, var(--gris-moyen) 100%);
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 193, 7, 0.05) 0%, transparent 50%);
  animation: pulse 10s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.stat-card {
  text-align: center;
  padding: 40px 20px;
  position: relative;
  z-index: 2;
}

.stat-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 193, 7, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.stat-icon i {
  font-size: 2rem;
  color: var(--jaune-senegal);
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--jaune-senegal);
  margin-bottom: 10px;
  line-height: 1;
}

.stat-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

/* Contact Section */
.contact-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.contact-form-wrapper {
  background: var(--blanc);
  border-radius: 30px;
  padding: 60px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-form-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(25, 135, 84, 0.1) 100%);
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  font-weight: 600;
  color: var(--gris-fonce);
  margin-bottom: 10px;
  display: block;
}

.form-control {
  border: 2px solid #eee;
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.1);
}

.btn-submit {
  background: linear-gradient(135deg, var(--jaune-senegal) 0%, #e0a800 100%);
  color: var(--noir);
  border: none;
  padding: 18px 50px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-submit:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 193, 7, 0.4);
  color: var(--noir);
}

.contact-info {
  padding: 35px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  background: var(--blanc);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.contact-info-item:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--jaune-senegal) 0%, #e0a800 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.contact-info-icon i {
  font-size: 1.5rem;
  color: var(--noir);
}

.contact-info-text h5 {
  font-weight: 700;
  color: var(--gris-fonce);
  margin-bottom: 5px;
}

.contact-info-text p {
  color: #666;
  margin: 0;
}

.don-fixed {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 1000;
}

/* Footer */
.footer {
  background: var(--gris-fonce);
  padding: 80px 0 30px;
  color: var(--blanc);
}

.footer-brand {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--jaune-senegal);
  margin-bottom: 20px;
  align-items: center;
  gap: 10px;
}

.footer-brand i {
  font-size: 2rem;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  line-height: 1.8;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--blanc);
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--jaune-senegal);
  border-radius: 2px;
}

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

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

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-links a:hover {
  color: var(--jaune-senegal);
  transform: translateX(5px);
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-link {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: var(--jaune-senegal);
  transform: translateY(-5px);
}

.social-link i {
  font-size: 1.2rem;
  color: var(--blanc);
  transition: all 0.3s ease;
}

.social-link:hover i {
  color: var(--noir);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding-top: 30px;
  text-align: center;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.footer-bottom a {
  color: var(--jaune-senegal);
  text-decoration: none;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
  .timeline::before {
    left: 30px;
  }
  .timeline-item,
  .timeline-item:nth-child(odd) {
    flex-direction: row;
    padding-left: 80px;
  }
  .timeline-content {
    width: 100%;
  }
  .timeline-number {
    left: 30px;
    transform: translateX(-50%);
  }
  .contact-form-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn-hero {
    width: 100%;
    max-width: 340px;
  }
  .stat-number {
    font-size: 2.5rem;
  }
  .parallax-middle {
    height: 400px;
  }
  .parallax-content h2 {
    font-size: 1.8rem;
  }
}
/* Scroll to top button */
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--jaune-senegal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 999;
  box-shadow: 0 5px 20px rgba(255, 193, 7, 0.4);
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 193, 7, 0.5);
}

.scroll-top i {
  font-size: 1.2rem;
  color: var(--noir);
}

/* Toast notification */
.toast-notification {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background: var(--vert-senegal);
  color: white;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: translateX(200%);
  transition: transform 0.4s ease;
  z-index: 1000;
}

.toast-notification.show {
  transform: translateX(0);
}

body {
  box-sizing: border-box;
}

.donation-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.donation-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.donation-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.donation-card:hover .donation-icon {
  transform: scale(1.1);
}

.donation-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--gris-fonce);
}

.donation-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.donation-wave {
  border-bottom: 5px solid #00AEEF !important;
}

.donation-om {
  border-bottom: 5px solid #FF6600 !important;
}

.btn-donation {
  width: 100%;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
}

.btn-wave {
  background: #00AEEF;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 174, 239, 0.3);
}

.btn-wave:hover {
  background: #008ecc;
  color: white;
  box-shadow: 0 6px 20px rgba(0, 174, 239, 0.4);
}

.btn-om {
  background: #FF6600;
  color: white;
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
}

.btn-om:hover {
  background: #e65c00;
  color: white;
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.4);
}

.payment-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

/* Carousel Premium Styles */
.hero-carousel {
  height: 85vh;
  min-height: 500px;
  position: relative;
}

.hero-carousel .carousel-item {
  height: 85vh;
  min-height: 500px;
  background-color: var(--gris-fonce);
}

.hero-carousel .carousel-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}

.hero-carousel .carousel-item.active img {
  animation: kenburns 12s ease-in-out infinite alternate;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(26, 26, 46, 0.4) 0%, rgba(26, 26, 46, 0.8) 100%);
  z-index: 1;
}

.hero-carousel .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 10%;
  right: 10%;
  z-index: 2;
  text-align: center;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
  width: 5%;
}

.carousel-indicators {
  z-index: 3;
  bottom: 30px;
}
@media (max-width: 767px) {
  .carousel-indicators {
    bottom: -5px;
  }
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.carousel-indicators li.active {
  background-color: var(--jaune-senegal);
  transform: scale(1.2);
}

.legal-header-confidentialite {
  background: linear-gradient(135deg, #1e9b5f 0%, #177d4c 100%);
  padding: 80px 0 60px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.legal-header-confidentialite::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: white;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.legal-content-confidentialite {
  padding: 60px 0;
  background: white;
}

.legal-card-confidentialite {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border: 1px solid #f0f0f0;
}

.legal-card-confidentialite h2 {
  color: var(--dark);
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--jaune);
  display: inline-block;
}

.legal-section-confidentialite {
  margin-bottom: 40px;
}

.legal-section-confidentialite h4 {
  color: #1e9b5f;
  font-weight: 600;
  margin-bottom: 15px;
}

.legal-section-confidentialite p,
.legal-section-confidentialite li {
  color: #666;
  line-height: 1.8;
}

/* Legal Pages & Page Header Styles (Generic & Premium) */
.legal-header,
.page-header {
  padding: 80px 0 60px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  background: linear-gradient(135deg, var(--vert-senegal) 0%, var(--gris-fonce) 100%);
}
.legal-header.theme-green,
.page-header.theme-green {
  background: linear-gradient(135deg, #1e9b5f 0%, #177d4c 100%);
}
.legal-header.theme-blue,
.page-header.theme-blue {
  background: linear-gradient(135deg, var(--primary) 0%, #0a58ca 100%);
}
.legal-header.theme-yellow,
.page-header.theme-yellow {
  background: linear-gradient(135deg, #e6a800 0%, #ffc107 100%);
}
.legal-header::after,
.page-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: white;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  display: none;
  /* Removed for more modern bottom curve */
}
.legal-header::before,
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm66 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-40-39c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm43 38c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM46 9c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm15 30c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM94 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM52 80c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm4 20c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm44-52c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM25 60c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm21 24c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm5 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-24-40c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM21 31c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-9-17c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm80 7c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-40 5c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-20-1c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-10 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-10 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm100 8c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-10 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM20 98c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-1 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.3;
}
.legal-header .container,
.page-header .container {
  position: relative;
  z-index: 2;
}
.legal-header h1,
.page-header h1 {
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .legal-header h1,
  .page-header h1 {
    font-size: 1.7rem;
  }
}
.legal-header h1,
.page-header h1 {
  font-weight: 800;
  letter-spacing: -1.5px;
  margin-bottom: 15px;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.legal-header .lead,
.page-header .lead {
  font-size: 1.2rem;
  font-weight: 300;
  opacity: 0.9;
}

.legal-content {
  padding: 60px 0;
  background: white;
}

.legal-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border: 1px solid #f0f0f0;
}
.legal-card h2 {
  color: var(--gris-fonce);
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--jaune-senegal);
  display: inline-block;
}

.legal-section {
  margin-bottom: 40px;
}
.legal-section h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
.theme-green .legal-section h4 {
  color: #1e9b5f;
}
.theme-blue .legal-section h4 {
  color: var(--primary);
}
.theme-yellow .legal-section h4 {
  color: #e6a800;
}
.legal-section p,
.legal-section li {
  color: #666;
  line-height: 1.8;
  font-size: 1rem;
}

.breadcrumb-custom {
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}
.breadcrumb-custom a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.breadcrumb-custom a:hover {
  color: white;
  text-decoration: none;
}
.breadcrumb-custom .active {
  color: white;
  font-weight: 600;
}

.btn-don {
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sitemap-header {
  background: linear-gradient(135deg, #343a40 0%, #212529 100%);
  padding: 80px 0 60px;
  color: white;
  text-align: center;
  position: relative;
}

.sitemap-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: white;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.sitemap-content {
  padding: 60px 0;
  background: #f8f9fa;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.sitemap-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease;
}

.sitemap-card:hover {
  transform: translateY(-5px);
}

.sitemap-card h4 {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 12px;
}

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

.sitemap-list li {
  margin-bottom: 12px;
}

.sitemap-list a {
  color: #555;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sitemap-list a:hover {
  color: var(--primary);
}

.sitemap-list a i {
  font-size: 0.8rem;
  opacity: 0.5;
}

/* ===== Hero ===== */
.support-hero {
  background: linear-gradient(135deg, var(--dark) 0%, #2d3748 100%);
  padding: 100px 0 80px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.support-hero::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -20%;
  width: 140%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(13, 127, 242, 0.12) 0%, transparent 65%);
  pointer-events: none;
}

.support-hero .badge-support {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(13, 127, 242, 0.18);
  border: 1px solid rgba(13, 127, 242, 0.35);
  color: #74c0fc;
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.support-hero h1 {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.2;
}

.support-hero p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.75;
}

/* ===== Search bar ===== */
.search-support {
  background: white;
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .search-support {
    display: block;
  }
}

.search-support i {
  color: #9aa3b0;
  font-size: 1.1rem;
}

.search-support input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--dark);
}

.search-support input::-moz-placeholder {
  color: #b0b8c5;
}

.search-support input::placeholder {
  color: #b0b8c5;
}

.search-support button {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: white;
  border: none;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: opacity 0.2s;
}

.search-support button:hover {
  opacity: 0.9;
}

/* ===== Sections ===== */
/*.section-title {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--dark);
}

.section-subtitle {
    color: #718096;
    font-size: .95rem;
    line-height: 1.7;
}
    */
/* ===== Cards de service ===== */
.service-card {
  background: white;
  border-radius: 20px;
  padding: 28px 24px;
  border: 1px solid #f0f2f5;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
  color: inherit;
  display: block;
}

.service-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  color: inherit;
  text-decoration: none;
}

.service-card .icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.service-card h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 6px;
}

.service-card p {
  font-size: 0.87rem;
  color: #718096;
  line-height: 1.65;
  margin: 0;
}

.service-card .arrow {
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 700;
  margin-top: 14px;
  display: inline-block;
}

/* ===== FAQ ===== */
.faq-item {
  background: white;
  border-radius: 16px;
  border: 1px solid #f0f2f5;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.faq-header h6 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
  flex: 1;
  padding-right: 16px;
}

.faq-header .toggle-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f4f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #718096;
  flex-shrink: 0;
  transition: transform 0.25s, background 0.2s;
}

.faq-item.open .toggle-icon {
  transform: rotate(45deg);
  background: rgba(13, 127, 242, 0.1);
  color: var(--primary);
}

.faq-body {
  padding: 0 22px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
}

.faq-item.open .faq-body {
  max-height: 300px;
  padding-bottom: 20px;
}

.faq-body p {
  font-size: 0.88rem;
  color: #718096;
  line-height: 1.75;
  margin: 0;
}

/* ===== Formulaire de contact ===== */
.contact-card {
  background: white;
  border-radius: 24px;
  padding: 40px 44px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07);
  border: 1px solid #f0f2f5;
}

.contact-card label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
  margin-bottom: 6px;
}

.contact-card .fc {
  width: 100%;
  border: 2px solid #eff1f5;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.95rem;
  color: var(--dark);
  background: #fafbfc;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-family: inherit;
}

.contact-card .fc:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(13, 127, 242, 0.08);
}

.contact-card .fc::-moz-placeholder {
  color: #bbc3cf;
}

.contact-card .fc::placeholder {
  color: #bbc3cf;
}

textarea.fc {
  resize: vertical;
  min-height: 130px;
}

.btn-send {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: white;
  border: none;
  width: 100%;
  padding: 15px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(13, 127, 242, 0.28);
  transition: opacity 0.2s, transform 0.2s;
  font-family: inherit;
}

.btn-send:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

/* ===== Info latérale ===== */
.info-pill {
  background: white;
  border-radius: 16px;
  border: 1px solid #f0f2f5;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.info-pill .icon-sm {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.info-pill h6 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 2px;
}

.info-pill p {
  font-size: 0.8rem;
  color: #718096;
  margin: 0;
  line-height: 1.5;
}

/* Statut opérationnel */
.status-banner {
  background: rgba(30, 155, 95, 0.08);
  border: 1px solid rgba(30, 155, 95, 0.2);
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1e9b5f;
  flex-shrink: 0;
  animation: blink 1.8s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.status-banner p {
  font-size: 0.85rem;
  color: #1e9b5f;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 768px) {
  .support-hero h1 {
    font-size: 1.2rem;
  }
  .contact-card {
    padding: 28px 22px;
  }
}
@media (max-width: 768px) {
  .timeline-content {
    padding: 20px;
  }
  .contact-info-item {
    padding: 15px;
  }
  .contact-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    margin-right: 10px;
  }
  .contact-info-icon i {
    font-size: 1rem;
  }
  .btn-submit {
    font-size: 0.7rem;
  }
  .btn-don {
    border-radius: 50px;
    padding: 7px 10px;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .don-fixed {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 1000;
  }
  .contact-info {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hero-carousel,
  .hero-carousel .carousel-item {
    min-height: 80vh;
    max-height: 90vh;
  }
  .hero-title {
    font-size: 1.5rem;
  }
  .btn-hero {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.char-counter {
  font-size: 0.7rem;
  color: #888;
  position: absolute;
  right: 10px;
  bottom: -18px;
  font-weight: 600;
}

.validation-feedback {
  font-size: 0.7rem;
  position: absolute;
  left: 10px;
  bottom: -18px;
  display: none;
}

/* Affichage auto via les classes d'état de Symfony/Bootstrap */
.form-control.is-invalid ~ .validation-feedback {
  display: block;
  color: #dc3545;
}

.form-control.is-valid {
  border-color: #28a745 !important;
}

.form-control.is-invalid {
  border-color: #dc3545 !important;
}

/* === Hero image === */
.obj-hero {
  position: relative;
  aspect-ratio: 16/9;
  background: #0d0d0d;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.obj-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.95;
}

.obj-hero:hover img {
  transform: scale(1.03);
  opacity: 1;
}

/* Gradient overlay at bottom */
.obj-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 50%);
  pointer-events: none;
}

.obj-hero .floating-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px 24px 18px;
  z-index: 2;
}
@media (max-width: 768px) {
  .obj-hero .floating-title {
    padding: 10px 14px 8px;
  }
}
.obj-hero .floating-title h1 {
  font-size: 1.5rem;
  line-height: 0.9;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .obj-hero .floating-title h1 {
    font-size: 0.9rem;
  }
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.status-pill .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.ref-pill {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 0.72rem;
  font-family: monospace;
  letter-spacing: 1.2px;
}

/* === Navigation buttons === */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1; /* Always visible */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .nav-btn {
    width: 30px;
    height: 30px;
  }
}

.nav-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.08);
}

.nav-btn-prev {
  left: 24px;
}

.nav-btn-next {
  right: 24px;
}

/* === Thumbnails === */
.thumb-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.thumb-strip img {
  width: 76px;
  height: 76px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.25s;
  border: 2.5px solid transparent;
  flex-shrink: 0;
}

.thumb-strip img:hover, .thumb-strip img.active {
  opacity: 1;
  border-color: var(--primaire);
  box-shadow: 0 4px 12px rgba(13, 127, 242, 0.2);
}

/* === Category tag === */
.category-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(13, 127, 242, 0.08);
  color: var(--primaire);
  border: 1.5px solid rgba(13, 127, 242, 0.18);
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* === Stats cards === */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.details-objet .stat-item {
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid #f0f1f3;
  transition: box-shadow 0.2s;
}
.details-objet .stat-item:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.details-objet .stat-item .label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #b0b8c5;
  font-weight: 700;
}
.details-objet .stat-item .value {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--gris-fonce);
  margin-top: 5px;
  line-height: 1.3;
}
.details-objet .stat-item .icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--vert-senegal), var(--vert-senegal));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
  margin-bottom: 8px;
}

/* === Description === */
.desc-box {
  background: #fff;
  border-left: 4px solid var(--primaire);
  border-radius: 0 16px 16px 0;
  padding: 20px 22px;
  line-height: 1.85;
  color: #555;
  font-size: 1rem;
}

/* === Sidebar === */
.side-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.claim-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 14px;
  text-decoration: none;
  color: white;
  background: linear-gradient(135deg, #0d7ff2, #1e9b5f);
  border: none;
  width: 100%;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  letter-spacing: 0.3px;
  box-shadow: 0 6px 20px rgba(13, 127, 242, 0.3);
}

.claim-btn:hover {
  color: white;
  opacity: 0.93;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(13, 127, 242, 0.35);
}

.share-btn {
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 9px 14px;
  transition: all 0.2s;
}

.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.13);
}

/* Author avatar */
.author-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f0f4ff;
  border-radius: 12px;
  padding: 8px 14px;
}

.author-chip .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d7ff2, #1e9b5f);
  /*display: flex; align-items: center; justify-content: center;*/
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
}

.author-chip .name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gris-fonce);
}

/* Badges */
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.status-pill .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

/* Stat items */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.stat-item {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid #f0f1f3;
  transition: box-shadow 0.2s;
}

.stat-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.stat-item .label {
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #b0b8c5;
  font-weight: 700;
}

.stat-item .value {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--gris-fonce);
  margin-top: 4px;
  line-height: 1.3;
}

.stat-item .icon-wrap {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(13, 127, 242, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 0.75rem;
  margin-bottom: 6px;
}

/* ===== Carte récapitulative latérale ===== */
.side-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

/* ===== Formulaire ===== */
.form-card {
  background: white;
  border-radius: 22px;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 36px 38px;
}

.form-header-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(13, 127, 242, 0.12), rgba(30, 155, 95, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  color: var(--primary);
  margin-bottom: 18px;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}

.form-control-custom {
  width: 100%;
  border: 2px solid #eff1f5;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.95rem;
  color: var(--gris-fonce);
  background: #fafbfc;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  font-family: inherit;
}

.form-control-custom:focus {
  border-color: var(--primary);
  background: white;
  box-shadow: 0 0 0 4px rgba(13, 127, 242, 0.09);
}

.form-control-custom::-moz-placeholder {
  color: #bbc3cf;
}

.form-control-custom::placeholder {
  color: #bbc3cf;
}

textarea.form-control-custom {
  resize: vertical;
  min-height: 120px;
}

/* Upload zone */
.upload-zone {
  border: 2px dashed #d8dce8;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  background: #f8f9fb;
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s;
  position: relative;
}

.upload-zone:hover,
.upload-zone.drag-over {
  border-color: var(--jaune-senegal);
  background: rgba(13, 127, 242, 0.03);
}

.upload-zone input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.upload-zone .upload-icon {
  font-size: 2rem;
  color: #c5ccd8;
  margin-bottom: 10px;
  transition: color 0.25s;
}

.upload-zone:hover .upload-icon {
  color: var(--jaune-senegal);
}

/* Submit btn */
.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, #0d7ff2, #1e9b5f);
  border: none;
  width: 100%;
  cursor: pointer;
  letter-spacing: 0.3px;
  box-shadow: 0 6px 20px rgba(13, 127, 242, 0.3);
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}

.submit-btn:hover {
  opacity: 0.93;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(13, 127, 242, 0.35);
}

/* Steps indicator */
.steps-bar {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 32px;
}

.step {
  flex: 1;
  text-align: center;
  position: relative;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  right: -50%;
  height: 2px;
  background: #e8eaf0;
  z-index: 0;
}

.step.done::after {
  background: var(--jaune-senegal);
}

.step .step-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  background: #eff1f5;
  color: #aab;
  position: relative;
  z-index: 1;
  border: 2px solid #e8eaf0;
  transition: all 0.25s;
}

.step.active .step-dot {
  background: var(--jaune-senegal);
  color: white;
  border-color: var(--jaune-senegal);
  box-shadow: 0 4px 12px rgba(13, 127, 242, 0.3);
}

.step.done .step-dot {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.step .step-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #aab;
  margin-top: 6px;
}

.step.active .step-label {
  color: var(--jaune-senegal);
}

.step.done .step-label {
  color: var(--primary);
}

/* Conseil card */
.conseil-card {
  background: linear-gradient(135deg, #fffde7, #fff8e1);
  border: 1px solid #ffe082;
  border-radius: 16px;
  padding: 18px 20px;
}

/* Divider helper */
.or-divider {
  position: relative;
  text-align: center;
  margin: 6px 0;
}

.or-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e8eaf0;
}

.or-divider span {
  position: relative;
  background: white;
  padding: 0 10px;
  font-size: 0.75rem;
  color: #b0b8c5;
  font-weight: 700;
  text-transform: uppercase;
}

.don-header {
  background: linear-gradient(135deg, var(--vert-senegal) 0%, var(--gris-fonce) 100%);
  padding: 80px 0 120px 0;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.don-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top right, white 49%, transparent 50%);
}

.don-card {
  background: white;
  border-radius: 30px;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  overflow: hidden;
  height: 100%;
}

.don-card:hover {
  transform: translateY(-10px);
}

.payment-method {
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.method-wave {
  background: rgba(0, 209, 255, 0.05);
  border: 2px solid rgba(0, 209, 255, 0.1);
}

.method-orange {
  background: rgba(255, 121, 0, 0.05);
  border: 2px solid rgba(255, 121, 0, 0.1);
}

.payment-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.qr-placeholder {
  width: 150px;
  height: 150px;
  background: #eee;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 1px dashed #ccc;
}

.mission-icon {
  width: 60px;
  height: 60px;
  background: var(--jaune-senegal);
  color: var(--gris-fonce);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.3);
}

.impact-item {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid var(--jaune-senegal);
}

.impact-title {
  font-weight: 700;
  color: var(--gris-fonce);
  margin-bottom: 5px;
}

.btn-wave {
  background-color: var(--wave-blue);
  color: white;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 700;
  border: none;
}

.btn-orange {
  background-color: var(--orange-money);
  color: white;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 700;
  border: none;
}

.number-display {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 2px;
  color: var(--gris-fonce);
  margin: 15px 0;
}

.thank-you-section {
  background: #f8f9fa;
  border-radius: 50px;
  padding: 60px;
  margin-top: 80px;
  text-align: center;
}

/* Pagination Premium Style - Pill modern */
.pagination-premium {
  gap: 12px;
  margin: 60px 0;
}
.pagination-premium .page-item .page-link {
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px; /* Full pill shape */
  border: 1px solid #e9ecef;
  color: var(--gris-fonce);
  font-weight: 600;
  background: white;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 0 15px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.pagination-premium .page-item .page-link:hover {
  background: var(--jaune-senegal);
  border-color: var(--jaune-senegal);
  color: var(--noir);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 15px -3px rgba(255, 193, 7, 0.3) !important;
  z-index: 2;
}
.pagination-premium .page-item .page-link:focus {
  box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.15);
}
.pagination-premium .page-item.active .page-link {
  background: var(--vert-senegal);
  border-color: var(--vert-senegal);
  color: white;
  box-shadow: 0 10px 15px -3px rgba(25, 135, 84, 0.3) !important;
  z-index: 3;
}
.pagination-premium .page-item.disabled .page-link {
  opacity: 0.4;
  background: #f8f9fa;
  border-color: #f1f3f5;
  color: #adb5bd;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}
.pagination-premium .page-item.prev .page-link, .pagination-premium .page-item.next .page-link {
  background: #f8f9fa;
  border-color: transparent;
  width: 48px;
  padding: 0;
}
.pagination-premium .page-item.prev .page-link:hover, .pagination-premium .page-item.next .page-link:hover {
  background: var(--vert-senegal);
  color: white;
  box-shadow: 0 10px 15px -3px rgba(25, 135, 84, 0.3) !important;
}

/* Responsive adjustment */
@media (max-width: 576px) {
  .pagination-premium {
    gap: 6px;
  }
  .pagination-premium .page-item .page-link {
    min-width: 40px;
    height: 40px;
    font-size: 0.85rem;
    padding: 0 10px;
  }
}
/* Object Card Premium Styles */
.object-card-premium {
  border: none;
  border-radius: 20px;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}
.object-card-premium:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.object-card-premium:hover .card-img-container img {
  transform: scale(1.1);
}
.object-card-premium:hover .btn-view-details {
  color: var(--jaune-senegal);
  padding-right: 5px;
}
.object-card-premium .card-img-container {
  height: 180px;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}
.object-card-premium .card-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.object-card-premium .card-img-container .category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(26, 26, 46, 0.8);
  backdrop-filter: blur(4px);
  color: white;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}
.object-card-premium .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.object-card-premium .card-body .card-title {
  color: var(--gris-fonce);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 15px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3rem;
}
.object-card-premium .card-body .card-info .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #666;
  font-size: 0.85rem;
}
.object-card-premium .card-body .card-info .info-item i {
  color: var(--jaune-senegal);
  width: 16px;
  text-align: center;
}
.object-card-premium .card-body .card-footer-custom {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.object-card-premium .card-body .card-footer-custom .source-tag {
  font-size: 0.65rem;
  font-weight: 700;
  color: #adb5bd;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.object-card-premium .card-body .card-footer-custom .btn-view-details {
  color: var(--vert-senegal);
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}
.object-card-premium .card-body .card-footer-custom .btn-view-details:hover {
  color: var(--jaune-senegal);
}

/* ==========================================================================
   ERROR PAGES STYLES - Harmonized & Optimized
   ========================================================================== */
.error-main {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.error-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  padding: 60px 40px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.error-card h1 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 12px;
  border: none;
  padding: 0;
}

.error-icon {
  width: 96px;
  height: 96px;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin-bottom: 28px;
  transition: all 0.3s ease;
}

.error-code {
  font-size: 7rem;
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -4px;
  margin-bottom: 8px;
  opacity: 0.9;
}

.error-divider {
  width: 60px;
  height: 5px;
  border-radius: 5px;
  margin: 20px auto 28px;
}

.error-desc {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 40px;
}

.tip-box-err {
  border-radius: 18px;
  padding: 20px 24px;
  margin-bottom: 36px;
  text-align: left;
}
.tip-box-err p {
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.7;
}

.countdown-box-err {
  border-radius: 18px;
  padding: 20px 24px;
  margin-bottom: 36px;
  text-align: center;
}
.countdown-box-err p {
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #64748b;
}
.countdown-box-err strong {
  font-size: 1.4rem;
  font-weight: 800;
}

.btn-error-base, .btn-back-err, .btn-home-err, .btn-retry-err, .btn-login-err {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  cursor: pointer;
}
.btn-error-base:hover, .btn-back-err:hover, .btn-home-err:hover, .btn-retry-err:hover, .btn-login-err:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  opacity: 0.95;
}

.btn-back-err {
  background: #f1f5f9;
  color: #475569 !important;
  border: 2px solid #e2e8f0;
}
.btn-back-err:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
}

.error-theme-default .error-icon {
  color: #64748b;
  background: rgba(100, 116, 139, 0.1);
}
.error-theme-default .error-code {
  color: #475569;
}
.error-theme-default .error-divider {
  background: #64748b;
}
.error-theme-default .btn-home-err {
  background: #1e293b;
  color: #fff !important;
}

.error-theme-red .error-icon {
  color: #dc3545;
  background: rgba(220, 53, 69, 0.1);
}
.error-theme-red .error-code {
  background: linear-gradient(135deg, #dc3545, #fd7e14);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-theme-red .error-divider {
  background: linear-gradient(135deg, #dc3545, #fd7e14);
}
.error-theme-red .btn-home-err, .error-theme-red .btn-login-err {
  background: linear-gradient(135deg, #dc3545, #fd7e14);
  color: #fff !important;
}
.error-theme-red .tip-box-err {
  background: rgba(220, 53, 69, 0.05);
  border: 1px solid rgba(220, 53, 69, 0.15);
}

.error-theme-teal .error-icon {
  color: #20c997;
  background: rgba(32, 201, 151, 0.1);
}
.error-theme-teal .error-code {
  background: linear-gradient(135deg, #20c997, #0d7ff2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-theme-teal .error-divider {
  background: linear-gradient(135deg, #20c997, #0d7ff2);
}
.error-theme-teal .btn-retry-err {
  background: linear-gradient(135deg, #20c997, #0d7ff2);
  color: #fff !important;
}
.error-theme-teal .tip-box-err {
  background: rgba(32, 201, 151, 0.05);
  border: 1px solid rgba(32, 201, 151, 0.15);
}

.error-theme-purple .error-icon {
  color: #6610f2;
  background: rgba(102, 16, 242, 0.1);
}
.error-theme-purple .error-code {
  background: linear-gradient(135deg, #6610f2, #dc3545);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-theme-purple .error-divider {
  background: linear-gradient(135deg, #6610f2, #dc3545);
}
.error-theme-purple .btn-home-err {
  background: linear-gradient(135deg, #6610f2, #dc3545);
  color: #fff !important;
}
.error-theme-purple .tip-box-err {
  background: rgba(102, 16, 242, 0.05);
  border: 1px solid rgba(102, 16, 242, 0.15);
}

.error-theme-orange .error-icon {
  color: #fd7e14;
  background: rgba(253, 126, 20, 0.1);
}
.error-theme-orange .error-code {
  background: linear-gradient(135deg, #fd7e14, #ffc107);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-theme-orange .error-divider {
  background: linear-gradient(135deg, #fd7e14, #ffc107);
}
.error-theme-orange .btn-retry-err {
  background: linear-gradient(135deg, #fd7e14, #ffc107);
  color: #fff !important;
}
.error-theme-orange .countdown-box-err {
  background: linear-gradient(135deg, rgba(253, 126, 20, 0.07), rgba(255, 193, 7, 0.07));
  border: 1px solid rgba(253, 126, 20, 0.15);
}
.error-theme-orange .countdown-box-err strong {
  color: #fd7e14;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.floating {
  animation: float 3s ease-in-out infinite;
}

.pulse {
  animation: pulse 2s ease-in-out infinite;
}

.spin {
  animation: spin 2.5s linear infinite;
  display: inline-block;
}

@media (max-width: 576px) {
  .error-card {
    padding: 40px 24px;
  }
  .error-card h1 {
    font-size: 1.5rem;
  }
  .error-code {
    font-size: 4.5rem;
  }
  .btn-error-base, .btn-home-err, .btn-retry-err, .btn-login-err, .btn-back-err {
    width: 100%;
    justify-content: center;
  }
  .btn-back-err {
    margin-bottom: 12px;
    margin-right: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */