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

	  Theme Name:
	  Author:
	  Support:
	  Description:
	  Version:

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

	1. Theme default css
-------------------------------------------------
*/
/*--------------- ---- Responsive --------------------------*/
:root {
  --primary: #0F0A04;
  --secondary: #EA580C;
  --primary-gradient: linear-gradient(150deg, #0F0A04, #EA580C);
  --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;
  --form-radius: 30px;
  --btn-radius: 30px;
  --text-main: #0F0A04;
  --text-secondary: #EA580C;
  --text-tertiary: #01285A;
  --text-light: #fff8e0;
  --text-accent: #FF6E40;
  --text-accent-light: #fde8eb;
  --text-light-bg: #F5F7FF;
  --text-primary-light: #e6f4ee;
  --text-primary-dark: #165083;
  --text-dark: #212529;
  --text-gray-dark: #343a40;
  --text-gray: #6c757d;
  --text-gray-light: #f8f9fa;
  --text-success: #28a745;
  --text-info: #17a2b8;
  --text-warning: #ffc107;
  --text-danger: #dc3545;
}

/*-------------   Color Variable  --------------*/
.text-main {
  color: var(--text-main);
}

.text-secondary {
  color: var(--text-secondary);
}

.text-tertiary {
  color: var(--text-tertiary);
}

.text-light {
  color: var(--text-light);
}

.text-accent {
  color: var(--text-accent);
}

.text-accent-light {
  color: var(--text-accent-light);
}

.text-light-bg {
  color: var(--text-light-bg);
}

.text-primary-light {
  color: var(--text-primary-light);
}

.text-primary-dark {
  color: var(--text-primary-dark);
}

.text-dark {
  color: var(--text-dark);
}

.text-gray-dark {
  color: var(--text-gray-dark);
}

.text-gray {
  color: var(--text-gray);
}

.text-gray-light {
  color: var(--text-gray-light);
}

.text-success {
  color: var(--text-success);
}

.text-info {
  color: var(--text-info);
}

.text-warning {
  color: var(--text-warning);
}

.text-danger {
  color: var(--text-danger);
}

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

/*--------------- ---- Responsive --------------------------*/
:root {
  --primary: #0F0A04;
  --secondary: #EA580C;
  --primary-gradient: linear-gradient(150deg, #0F0A04, #EA580C);
  --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;
  --form-radius: 30px;
  --btn-radius: 30px;
  --text-main: #0F0A04;
  --text-secondary: #EA580C;
  --text-tertiary: #01285A;
  --text-light: #fff8e0;
  --text-accent: #FF6E40;
  --text-accent-light: #fde8eb;
  --text-light-bg: #F5F7FF;
  --text-primary-light: #e6f4ee;
  --text-primary-dark: #165083;
  --text-dark: #212529;
  --text-gray-dark: #343a40;
  --text-gray: #6c757d;
  --text-gray-light: #f8f9fa;
  --text-success: #28a745;
  --text-info: #17a2b8;
  --text-warning: #ffc107;
  --text-danger: #dc3545;
}

/*-------------   Color Variable  --------------*/
.text-main {
  color: var(--text-main);
}

.text-secondary {
  color: var(--text-secondary);
}

.text-tertiary {
  color: var(--text-tertiary);
}

.text-light {
  color: var(--text-light);
}

.text-accent {
  color: var(--text-accent);
}

.text-accent-light {
  color: var(--text-accent-light);
}

.text-light-bg {
  color: var(--text-light-bg);
}

.text-primary-light {
  color: var(--text-primary-light);
}

.text-primary-dark {
  color: var(--text-primary-dark);
}

.text-dark {
  color: var(--text-dark);
}

.text-gray-dark {
  color: var(--text-gray-dark);
}

.text-gray {
  color: var(--text-gray);
}

.text-gray-light {
  color: var(--text-gray-light);
}

.text-success {
  color: var(--text-success);
}

.text-info {
  color: var(--text-info);
}

.text-warning {
  color: var(--text-warning);
}

.text-danger {
  color: var(--text-danger);
}

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

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

.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);
}
/* Équivalent à la logique des spacers de Bootstrap 4 */
.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
} /* 4px  (1rem * 0.25) */
.gap-2 {
  gap: 0.5rem !important;
} /* 8px  (1rem * 0.5)  */
.gap-3 {
  gap: 1rem !important;
} /* 16px  (1rem * 1)    */
.gap-4 {
  gap: 1.5rem !important;
} /* 24px  (1rem * 1.5)  */
.gap-5 {
  gap: 3rem !important;
} /* 48px  (1rem * 3)    */
/* Optionnel : Si vous voulez séparer l'écart horizontal et vertical */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.bg-theme {
  background-color: var(--primary);
  color: #ffffff;
}

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

.loader {
  display: none;
}

#loader-app {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1020;
  color: #222;
  font-weight: bold;
  background: #fff;
  text-align: center;
}

.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: 1085;
  color: #222;
  font-weight: bold;
  background: #fff;
  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;
}

/*
.form-control {
    border-radius: 50px;
    padding: 12px 20px;
    height: 30px;
    border: 2px solid var(--secondary);
    transition: all 0.3s;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(98, 0, 234, 0.25);
}
*/
.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);
}

.action-small {
  font-size: small;
  color: #0F172A;
  margin: 0;
}

.action-small:hover {
  color: var(--primary);
}

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

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(98, 0, 234, 0.25);
}*/
/*--------------- ---- Responsive --------------------------*/
:root {
  --primary: #0F0A04;
  --secondary: #EA580C;
  --primary-gradient: linear-gradient(150deg, #0F0A04, #EA580C);
  --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;
  --form-radius: 30px;
  --btn-radius: 30px;
  --text-main: #0F0A04;
  --text-secondary: #EA580C;
  --text-tertiary: #01285A;
  --text-light: #fff8e0;
  --text-accent: #FF6E40;
  --text-accent-light: #fde8eb;
  --text-light-bg: #F5F7FF;
  --text-primary-light: #e6f4ee;
  --text-primary-dark: #165083;
  --text-dark: #212529;
  --text-gray-dark: #343a40;
  --text-gray: #6c757d;
  --text-gray-light: #f8f9fa;
  --text-success: #28a745;
  --text-info: #17a2b8;
  --text-warning: #ffc107;
  --text-danger: #dc3545;
}

/*-------------   Color Variable  --------------*/
.text-main {
  color: var(--text-main);
}

.text-secondary {
  color: var(--text-secondary);
}

.text-tertiary {
  color: var(--text-tertiary);
}

.text-light {
  color: var(--text-light);
}

.text-accent {
  color: var(--text-accent);
}

.text-accent-light {
  color: var(--text-accent-light);
}

.text-light-bg {
  color: var(--text-light-bg);
}

.text-primary-light {
  color: var(--text-primary-light);
}

.text-primary-dark {
  color: var(--text-primary-dark);
}

.text-dark {
  color: var(--text-dark);
}

.text-gray-dark {
  color: var(--text-gray-dark);
}

.text-gray {
  color: var(--text-gray);
}

.text-gray-light {
  color: var(--text-gray-light);
}

.text-success {
  color: var(--text-success);
}

.text-info {
  color: var(--text-info);
}

.text-warning {
  color: var(--text-warning);
}

.text-danger {
  color: var(--text-danger);
}

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

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

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

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

:root {
  --orange: #F97316;
  --orange-dark: #EA580C;
  --orange-light: #FED7AA;
  --bg: #0F0A04;
  --surface: #1C1208;
  --surface2: #271A0A;
  --text: #FFF8F0;
  --text-muted: #C4A882;
  --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── NAVIGATION ── */
.nav-link {
  color: #555 !important;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding: 5px 0;
  font-size: 0.95rem;
}

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

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.nav-link.active::after {
  width: 100%;
}

/* ── RESTAURANTS GRID ── */
.restaurants-section {
  padding: 8rem 2rem;
  background: var(--surface);
}

.section-header {
  text-align: center;
  margin-bottom: 5rem;
}

.section-tag {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--orange);
  margin-bottom: 1rem;
}

.section-title {
  font-family: "sora", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.section-line {
  width: 60px;
  height: 4px;
  background: var(--orange);
  border-radius: 2px;
  margin: 0 auto;
}

.restaurants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2.5rem;
  max-width: 1300px;
  margin: 0 auto;
}

.restaurant-card, .listing-card {
  background: var(--surface2);
  border: 1px solid rgba(249, 115, 22, 0.1);
  border-radius: 24px;
  overflow: hidden;
  transition: var(--transition);
  cursor: pointer;
}

.restaurant-card:hover, .listing-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 70px rgba(249, 115, 22, 0.2);
  border-color: rgba(249, 115, 22, 0.4);
}

.restaurant-header {
  height: 220px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #3D2308, #1C1208);
  display: flex;
  align-items: center;
  justify-content: center;
}

.restaurant-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
}

.restaurant-card:hover .restaurant-header img, .listing-card:hover .restaurant-header img {
  transform: scale(1.1);
}

.restaurant-emoji {
  font-size: 4rem;
  z-index: 1;
}

.restaurant-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: var(--orange);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.restaurant-body {
  padding: 2rem;
}

.restaurant-name {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
}

.restaurant-cuisine {
  color: var(--orange);
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.restaurant-info {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.info-item i {
  color: var(--orange);
}

.view-menu-btn {
  background: transparent;
  border: 2px solid var(--orange);
  color: var(--orange);
  border-radius: 50px;
  padding: 0.6rem 1.6rem;
  font-weight: 800;
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
  width: 100%;
}

.view-menu-btn:hover {
  background: var(--orange);
  color: white;
}

/* ── CONTACT SECTION ── */
.contact-section {
  padding: 6rem 2rem;
  background: var(--surface2);
}

.contact-container {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  background: var(--surface);
  border: 1px solid rgba(249, 115, 22, 0.1);
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.contact-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  flex-shrink: 0;
}

.contact-item h4 {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 0.3rem;
}

.contact-item p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  background: rgba(15, 10, 4, 0.5);
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 12px;
  padding: 1rem 1.2rem;
  color: var(--text);
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  transition: var(--transition);
}

.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: var(--text-muted);
  opacity: 0.7;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-muted);
  opacity: 0.7;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--orange);
  background: rgba(15, 10, 4, 0.8);
  box-shadow: 0 0 15px rgba(249, 115, 22, 0.15);
}

.submit-btn {
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 1rem 2rem;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  align-self: flex-start;
  box-shadow: 0 10px 30px rgba(249, 115, 22, 0.3);
}

.submit-btn:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(249, 115, 22, 0.4);
}

@media (max-width: 900px) {
  .contact-container {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 3rem;
  }
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/* Parallax layers */
.parallax-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  perspective: 10px;
}

.parallax-layer-back {
  transform: translateZ(-5px) scale(1.5);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.parallax-layer-front {
  transform: translateZ(0);
  position: relative;
  z-index: 1;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(255, 122, 0, 0.3);
  }
  50% {
    box-shadow: 0 0 40px rgba(255, 122, 0, 0.6);
  }
}
@keyframes rotate-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-float {
  animation: float 3s ease-in-out infinite;
}

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

.animate-rotate-slow {
  animation: rotate-slow 20s linear infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Phone mockup */
.phone-mockup {
  width: 240px;
  height: 480px;
  border-radius: 36px;
  border: 4px solid #333;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), inset 0 0 0 2px #555;
}

.phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 24px;
  background: #333;
  border-radius: 0 0 16px 16px;
  z-index: 10;
}

.phone-screen {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #FFF5EB 0%, #fff 100%);
}

/* QR code SVG-based */
.qr-container {
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 8px 30px rgba(255, 122, 0, 0.2);
}

/* Gradient text */
.gradient-text {
  background: linear-gradient(135deg, #FF7A00 0%, #FF9A40 50%, #FF7A00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Glass card */
.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 122, 0, 0.1);
}

/* Hover lift */
.hover-lift {
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(255, 122, 0, 0.15);
}

/* Wavy separator */
.wave-separator {
  position: relative;
}

.wave-separator::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='%23ffffff' d='M0,40 C360,100 1080,0 1440,60 L1440,100 L0,100 Z'/%3E%3C/svg%3E") no-repeat bottom;
  background-size: cover;
}

/* Counter animation */
.counter {
  font-variant-numeric: tabular-nums;
}

/* Scrollbar styling */
.parallax-wrapper::-webkit-scrollbar {
  width: 6px;
}

.parallax-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.parallax-wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 122, 0, 0.3);
  border-radius: 3px;
}

/* ── MODERN PARALLAX FOOTER ── */
.footer-reveal-wrapper {
  padding-top: 75px;
  position: relative;
  z-index: 2;
  background: var(--bg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  margin-bottom: 400px;
  /* Doit correspondre à la hauteur du footer sur desktop */
  border-bottom: 1px solid rgba(249, 115, 22, 0.1);
}

.modern-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 1;
  background: linear-gradient(180deg, #1C1208 0%, #0F0A04 100%);
  color: var(--text);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.footer-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5rem 2rem 2rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 4rem;
  width: 100%;
}

.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.footer-brand .logo-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.3);
}

.footer-brand .brand-name {
  font-family: "sora", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff;
}

.footer-brand .brand-name span {
  color: var(--orange);
}

.footer-brand .brand-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 300px;
}

.footer-socials {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: var(--transition);
  cursor: pointer;
}

.social-link:hover {
  background: var(--orange);
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.3);
  border-color: var(--orange);
}

.footer-col h4 {
  font-family: "sora", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 1.8rem;
  position: relative;
}

.footer-col h4::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}

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

.footer-links li {
  margin-bottom: 1rem;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-links a:hover {
  color: var(--orange);
  padding-left: 5px;
}

.footer-newsletter p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.4rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.newsletter-form input {
  background: transparent;
  border: none;
  padding: 0.5rem 1.2rem;
  color: #fff;
  font-size: 0.9rem;
  width: 100%;
}

.newsletter-form input:focus {
  outline: none;
}

.newsletter-btn {
  background: var(--orange);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.newsletter-btn:hover {
  background: var(--orange-dark);
  transform: scale(1.1);
}

.footer-bottom {
  margin-top: auto;
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.2);
}

.footer-bottom-content {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.footer-legal {
  display: flex;
  gap: 2rem;
}

.footer-legal a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}

.footer-legal a:hover {
  color: var(--orange);
}

/* Responsive Footer */
@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .footer-reveal-wrapper {
    margin-bottom: 0;
  }
  .modern-footer {
    position: relative;
    height: auto;
    padding-top: 2rem;
  }
}
@media (max-width: 600px) {
  .footer-content {
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }
  .footer-bottom-content {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  .footer-legal {
    flex-direction: column;
    gap: 0.8rem;
  }
}
:root {
  --color-primary: #FF7A00;
  --color-primary-light: #FF9A40;
  --color-primary-dark: #E66A00;
  --color-surface: #FFFFFF;
  --color-background: #FAFAFA;
  --color-text-main: #1F2937;
  --color-text-muted: #6B7280;
  --color-border: #E5E7EB;
  --font-heading: 'Sora', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-elegant: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 20px 40px -10px rgba(255, 122, 0, 0.15);
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: var(--font-heading);
  color: var(--color-text-main);
}

.btn-m221 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: var(--font-heading);
  cursor: pointer;
  transition: var(--transition-smooth);
  border: none;
  text-decoration: none;
}

.btn-m221-primary {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
  color: white !important;
  box-shadow: 0 4px 15px rgba(255, 122, 0, 0.3);
}
.btn-m221-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 122, 0, 0.4);
}

.btn-m221-outline {
  background: transparent;
  color: var(--color-primary) !important;
  border: 2px solid var(--color-primary);
}
.btn-m221-outline:hover {
  background: var(--color-primary-light);
  color: white !important;
  border-color: var(--color-primary-light);
  transform: translateY(-2px);
}

.btn-m221-ghost {
  background: transparent;
  color: var(--color-text-muted) !important;
}
.btn-m221-ghost:hover {
  background: rgba(255, 122, 0, 0.1);
  color: var(--color-primary) !important;
}

.card-m221 {
  background: var(--color-surface);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow-elegant);
  transition: var(--transition-smooth);
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
}
.card-m221:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(255, 122, 0, 0.2);
}

.card-glass-m221 {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
}

.badge-m221 {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: var(--font-heading);
  letter-spacing: 0.02em;
}

.badge-m221-orange {
  background-color: rgba(255, 122, 0, 0.1);
  color: var(--color-primary);
}

.badge-m221-green {
  background-color: rgba(34, 197, 94, 0.1);
  color: #16A34A;
}

.badge-m221-dark {
  background-color: var(--color-text-main);
  color: white;
}

.input-group-m221 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.input-group-m221 label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-text-main);
  font-family: var(--font-heading);
}

.input-m221 {
  width: 100%;
  padding: 0.875rem 1.25rem;
  border-radius: 12px;
  border: 2px solid var(--color-border);
  background: var(--color-surface);
  color: var(--color-text-main);
  font-family: var(--font-body);
  transition: var(--transition-smooth);
  outline: none;
}
.input-m221:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.1);
}
.input-m221::-moz-placeholder {
  color: #9CA3AF;
}
.input-m221::placeholder {
  color: #9CA3AF;
}

.phone-input-wrapper {
  display: flex;
  align-items: center;
  background: var(--color-surface);
  border: 2px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
  transition: var(--transition-smooth);
}
.phone-input-wrapper:focus-within {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.1);
}

.phone-prefix {
  padding: 0.875rem 1rem;
  background: var(--color-background);
  border-right: 1px solid var(--color-border);
  color: var(--color-text-main);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.phone-input {
  flex: 1;
  padding: 0.875rem 1rem;
  border: none;
  outline: none;
  background: transparent;
  color: var(--color-text-main);
  font-family: var(--font-body);
}

.input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.input-icon-wrapper .icon-left {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9CA3AF;
  pointer-events: none;
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  transition: color 0.3s;
}
.input-icon-wrapper .icon-right {
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9CA3AF;
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  transition: color 0.3s;
}
.input-icon-wrapper .input-m221.has-icon-left {
  padding-left: 3rem;
}
.input-icon-wrapper .input-m221.has-icon-right {
  padding-right: 3rem;
}
.input-icon-wrapper:focus-within .icon-left,
.input-icon-wrapper:focus-within .icon-right {
  color: var(--color-primary);
}

.modal-backdrop-m221 {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-smooth);
}
.modal-backdrop-m221.show {
  opacity: 1;
  pointer-events: auto;
}
.modal-backdrop-m221.show .modal-m221 {
  transform: translateY(0) scale(1);
}

.modal-m221 {
  background: var(--color-surface);
  width: 90%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: translateY(20px) scale(0.95);
  transition: var(--transition-smooth);
  overflow: hidden;
}

.modal-header-m221 {
  padding: 1.5rem;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-body-m221 {
  padding: 1.5rem;
}

.modal-footer-m221 {
  padding: 1.5rem;
  background: var(--color-background);
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.breadcrumb-m221 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.875rem 1.25rem;
  background: var(--color-surface);
  border-radius: 50px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-elegant);
  font-family: var(--font-body);
  font-size: 0.9rem;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumb-m221 a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  transition: var(--transition-smooth);
}
.breadcrumb-m221 a:hover {
  background: rgba(255, 122, 0, 0.08);
  color: var(--color-primary);
}
.breadcrumb-m221 .bc-sep {
  color: #D1D5DB;
  display: flex;
  align-items: center;
}
.breadcrumb-m221 .bc-current {
  color: var(--color-primary);
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 122, 0, 0.08);
  border-radius: 8px;
}

.breadcrumb-m221-dark {
  background: var(--color-text-main);
  border-color: transparent;
}
.breadcrumb-m221-dark a {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb-m221-dark a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.breadcrumb-m221-dark .bc-sep {
  color: rgba(255, 255, 255, 0.3);
}
.breadcrumb-m221-dark .bc-current {
  color: #fff;
  background: rgba(255, 122, 0, 0.25);
}

/* ── FORM VALIDATION & CHAR COUNTERS ── */
.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: block;
  color: #dc3545;
}

.is-invalid + .validation-feedback {
  display: block;
  color: #dc3545;
}

input.is-valid,
textarea.is-valid {
  border-color: #28a745 !important;
}

input.is-invalid,
textarea.is-invalid {
  border-color: #dc3545 !important;
}

/* ── GLOBAL LOADER ── */
#loader-app {
  margin: 0 auto;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: radial-gradient(circle at center, #1C1208 0%, #0F0A04 100%);
  text-align: center;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#loader-app.fade-out {
  opacity: 0;
  visibility: hidden;
}

.loader-app {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dot-loader {
  width: 12px;
  height: 12px;
  background-color: #FF7A00;
  border-radius: 50%;
  animation: dot-loader-anim 1.2s infinite ease-in-out both;
}

.dot-loader:nth-child(1) {
  animation-delay: -0.36s;
}

.dot-loader:nth-child(2) {
  animation-delay: -0.24s;
}

.dot-loader:nth-child(3) {
  animation-delay: -0.12s;
}

.dot-loader:nth-child(4) {
  animation-delay: 0s;
}

@keyframes dot-loader-anim {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 10, 4, 0.7);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10000;
  display: none;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 122, 0, 0.1);
  border-left-color: #FF7A00;
  border-radius: 50%;
  animation: spinner-spin 0.8s linear infinite;
}

@keyframes spinner-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ── RESPONSIVE & ERGONOMICS RULES ── */
img,
video,
canvas {
  max-width: 100%;
  height: auto;
}

html,
body {
  overflow-x: hidden;
}

/* Touch targets optimization */
.btn-touch-optimized {
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Mobile navigation link comfort padding and sidebar */
#mobile-sidebar.active {
  display: block !important;
}

.mobile-sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 12px 16px;
  min-height: 48px;
  border-radius: 12px;
  color: #4b5563 !important;
  /* text-gray-600 */
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.mobile-sidebar-link:hover, .mobile-sidebar-link.active {
  background-color: rgba(255, 122, 0, 0.08) !important;
  color: var(--orange) !important;
  font-weight: 600;
}
.mobile-sidebar-link:hover i, .mobile-sidebar-link.active i {
  color: var(--orange) !important;
}
.mobile-sidebar-link i {
  transition: color 0.2s ease-in-out;
  color: #9ca3af;
  /* gray-400 */
}

/* ── PRICING SAAS ── */
.pricing-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}
.pricing-header h1 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
  background: linear-gradient(to right, #FFF, var(--text-muted));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.toggle-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: var(--transition);
}
.toggle-label.active {
  color: var(--text);
}

.toggle-switch {
  position: relative;
  width: 60px;
  height: 32px;
  background: var(--surface2);
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid rgba(249, 115, 22, 0.3);
  transition: var(--transition);
}
.toggle-switch.annual .toggle-slider {
  transform: translateX(26px);
}

.toggle-slider {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: var(--orange);
  border-radius: 50%;
  transition: var(--transition);
  box-shadow: 0 2px 10px rgba(249, 115, 22, 0.5);
}

.discount-badge {
  background: rgba(16, 185, 129, 0.15);
  color: #10B981;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  font-weight: 800;
  margin-left: 0.5rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto 5rem;
  align-items: stretch;
}

.pricing-card {
  background: var(--surface);
  border: 1px solid rgba(249, 115, 22, 0.1);
  border-radius: 24px;
  padding: 3rem 2rem;
  position: relative;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  border-color: rgba(249, 115, 22, 0.3);
}

.popular-plan {
  background: linear-gradient(180deg, var(--surface2) 0%, var(--surface) 100%);
  border: 2px solid var(--orange);
  transform: scale(1.05);
  box-shadow: 0 15px 50px rgba(249, 115, 22, 0.15);
  z-index: 10;
}
.popular-plan:hover {
  transform: scale(1.05) translateY(-5px);
}

.popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: white;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 5px 15px rgba(249, 115, 22, 0.4);
}

.plan-name {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.plan-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.plan-price {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.plan-price span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-muted);
}

.feature-list {
  list-style: none;
  margin: 2rem 0;
  flex-grow: 1;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.2rem;
  color: var(--text);
  font-size: 1rem;
}
.feature-item.disabled-text {
  color: var(--text-muted);
  opacity: 0.5;
}

.feature-icon {
  color: var(--orange);
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.feature-icon.disabled {
  color: rgba(255, 255, 255, 0.2);
}

.plan-btn {
  width: 100%;
  padding: 1rem;
  border-radius: 12px;
  font-weight: 800;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--orange);
  color: var(--orange);
}
.btn-outline:hover {
  background: rgba(249, 115, 22, 0.1);
}

.btn-solid {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: white;
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}
.btn-solid:hover {
  background: var(--orange-dark);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
}

.faq-section {
  max-width: 800px;
  margin: 0 auto 5rem;
  padding: 0 2rem;
}

.faq-item {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.faq-item.open .faq-answer {
  padding: 0 1.5rem 1.5rem;
  max-height: 300px;
}
.faq-item.open .faq-icon {
  transform: rotate(180deg);
}

.faq-question {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text);
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--text-muted);
  line-height: 1.6;
}

.faq-icon {
  transition: transform 0.3s ease;
  color: var(--orange);
}

@media (max-width: 1200px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .popular-plan {
    transform: scale(1);
  }
  .popular-plan:hover {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
/* ── RESTAURANT MENU SHOW (Digital QR Menu) ── */
.menu-page {
  background: var(--bg);
  min-height: 100vh;
}

.restaurant-hero {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.restaurant-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--bg) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.restaurant-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.restaurant-header-info {
  max-width: 800px;
  margin: -100px auto 2rem;
  padding: 0 1.5rem;
  position: relative;
  z-index: 10;
  text-align: center;
}
.restaurant-header-info .brand-avatar {
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 24px;
  margin: 0 auto 1.5rem;
  padding: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.restaurant-header-info .brand-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 18px;
}
.restaurant-header-info h1 {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  color: white;
  margin-bottom: 0.5rem;
}
.restaurant-header-info .restaurant-meta {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  flex-wrap: wrap;
}
.restaurant-header-info .restaurant-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.menu-navigation {
  position: sticky;
  top: 80px;
  background: var(--bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 50;
  padding: 1rem 0;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
}
.menu-navigation .nav-scroll {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0 1.5rem;
  scrollbar-width: none;
}
.menu-navigation .nav-scroll::-webkit-scrollbar {
  display: none;
}
.menu-navigation .cat-pill {
  background: var(--surface);
  color: var(--text-muted);
  padding: 8px 20px;
  border-radius: 50px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: var(--transition);
}
.menu-navigation .cat-pill.active, .menu-navigation .cat-pill:hover {
  background: rgba(249, 115, 22, 0.1);
  color: var(--orange);
  border-color: var(--orange);
}

.menu-content {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0 1.5rem 5rem;
}

.menu-controls {
  max-width: 1200px !important;
}

.menu-switcher-container {
  max-width: 1200px !important;
}

.category-section {
  margin-bottom: 3.5rem;
}
.category-section .category-title {
  font-family: "Sora", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.category-section .category-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

/* Default Grid layout styling for products */
.item-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .item-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .item-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .item-list {
    grid-template-columns: 1fr;
  }
}
.item-list {
  /* Column/List mode layout overrides */
}
.item-list.list-view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .item-list.list-view {
    grid-template-columns: 1fr;
  }
}
.item-list.list-view .menu-item-card {
  flex-direction: row;
  height: 120px;
  align-items: center;
}
.item-list.list-view .menu-item-card .item-image {
  width: 120px;
  height: 100%;
  flex-shrink: 0;
}
.item-list.list-view .menu-item-card .item-details {
  height: 100%;
  padding: 1.2rem;
  justify-content: center;
}
@media (max-width: 576px) {
  .item-list.list-view .menu-item-card {
    flex-direction: column;
    height: auto;
  }
  .item-list.list-view .menu-item-card .item-image {
    width: 100%;
    height: 160px;
  }
}

.menu-item-card {
  display: flex;
  flex-direction: column;
  background: var(--surface2, #1C1208);
  border: 1px solid rgba(249, 115, 22, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition, all 0.3s ease);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.menu-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(249, 115, 22, 0.15);
  border-color: rgba(249, 115, 22, 0.3);
}
.menu-item-card:hover .item-image img {
  transform: scale(1.05);
}
.menu-item-card .item-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.menu-item-card .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.menu-item-card .item-details {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.menu-item-card .item-details .item-name-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.menu-item-card .item-details .item-name-row h4 {
  margin: 0;
  font-weight: 700;
  color: white;
  font-size: 1rem;
  font-family: "Sora", sans-serif;
}
.menu-item-card .item-details .item-price {
  font-weight: 800;
  color: var(--orange, #FF7A00);
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  white-space: nowrap;
}
.menu-item-card .item-details p {
  color: var(--text-muted, #C4A882);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Style improvements for search input focus */
#menu-search-input:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: var(--orange) !important;
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.15);
}

/* Menu Switcher Tabs */
.menu-tab {
  outline: none !important;
  box-shadow: none !important;
}
.menu-tab.active {
  background-color: var(--orange) !important;
  color: white !important;
}
.menu-tab:not(.active) {
  color: var(--text-muted) !important;
  background-color: transparent !important;
}
.menu-tab:not(.active):hover {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
}

/* Modal Styling */
.modal-overlay {
  display: none;
  position: fixed;
  top: 50px !important;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  z-index: 999999 !important;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem 1.5rem;
  transition: opacity 0.3s ease;
  opacity: 0;
  overflow-y: auto;
}
.modal-overlay.show {
  display: flex;
  opacity: 1;
}
.modal-overlay.show .modal-card {
  transform: scale(1);
}

.modal-card {
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-width: 500px !important;
}

.modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  transform: scale(1.05);
}

.modal-image-wrapper {
  height: 260px !important;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  position: relative;
}
.modal-image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}

/* ── RESTAURANTS LISTING ── */
.listing-hero {
  padding: 120px 0 60px;
  background: linear-gradient(180deg, var(--surface2) 0%, var(--bg) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.listing-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(249, 115, 22, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.listing-hero h1 {
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: white;
  margin-bottom: 1.5rem;
}
.listing-hero p {
  color: var(--text-muted);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

.search-container {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.search-container .search-wrapper {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 50px;
  padding: 8px 8px 8px 24px;
  backdrop-filter: blur(10px);
  transition: var(--transition);
}
.search-container .search-wrapper:focus-within {
  border-color: var(--orange);
  box-shadow: 0 0 20px rgba(249, 115, 22, 0.2);
}
.search-container .search-wrapper input {
  flex: 1;
  background: transparent;
  border: none;
  color: white;
  font-size: 1rem;
  outline: none;
  padding: 10px 0;
}
.search-container .search-wrapper input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-container .search-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-container .search-wrapper .search-btn {
  background: var(--orange);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}
.search-container .search-wrapper .search-btn:hover {
  background: var(--orange-dark);
  transform: scale(1.05);
}

.filter-bar {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.filter-bar .filter-btn {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}
.filter-bar .filter-btn:hover, .filter-bar .filter-btn.active {
  background: rgba(249, 115, 22, 0.1);
  border-color: var(--orange);
  color: var(--orange);
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto 5rem;
  padding: 0 1.5rem;
}

/* Card overrides for listing page if needed */
.listing-card {
  background: var(--surface);
}
.listing-card .restaurant-header {
  height: 200px;
}

@media (max-width: 640px) {
  .listing-hero {
    padding: 100px 1.5rem 40px;
  }
  .search-wrapper {
    padding: 6px 6px 6px 16px;
  }
  .search-wrapper .search-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}
/* ── PRODUCT DETAIL MODAL PREMIUM ── */
#produit-modal {
  transition: opacity 0.3s ease, backdrop-filter 0.3s ease;
}
#produit-modal .modal-card {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
  max-width: 950px !important;
  width: 100%;
}
@media (max-width: 768px) {
  #produit-modal .modal-card {
    max-width: 100% !important;
  }
}

/* Hide default scrollbar on thumbnails row */
.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.scrollbar-none {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Active and Hover states for thumbnails */
.modal-thumbnail-btn {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.modal-thumbnail-btn:hover {
  opacity: 1;
  transform: scale(1.05);
}
.modal-thumbnail-btn.border-orange-500 {
  opacity: 1;
}

/* Order button animation */
#modal-order-btn {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
#modal-order-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px -4px rgba(249, 115, 22, 0.35);
}
#modal-order-btn:active {
  transform: translateY(0);
}

/* ── LOGIN PAGE (SPLIT-SCREEN DESIGN) ── */
.login-page {
  min-height: 100vh;
  display: flex;
  background: var(--bg);
  overflow: hidden;
}

.login-visual {
  flex: 1.2;
  position: relative;
  background: url("../img/hero-bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  color: white;
}
.login-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--bg) 0%, rgba(26, 26, 46, 0.4) 100%);
}
.login-visual .visual-content {
  position: relative;
  z-index: 10;
  max-width: 500px;
}
.login-visual .visual-content .visual-tag {
  display: inline-block;
  background: rgba(249, 115, 22, 0.2);
  color: var(--orange);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(249, 115, 22, 0.3);
}
.login-visual .visual-content h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.login-visual .visual-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  line-height: 1.6;
}

.login-form-side {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  background: var(--bg);
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.login-form-side .back-home {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--transition);
}
.login-form-side .back-home:hover {
  color: white;
  transform: translateX(-5px);
}

.login-card-minimal {
  width: 100%;
  max-width: 400px;
}
.login-card-minimal .login-logo {
  margin-bottom: 3rem;
}
.login-card-minimal .login-logo .logo-box {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-card-minimal .login-logo .logo-box svg {
  width: 24px;
  height: 24px;
  color: white;
}
.login-card-minimal h1 {
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 0.5rem;
}
.login-card-minimal .login-subtitle {
  color: var(--text-muted);
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

.auth-form .form-group {
  margin-bottom: 1.5rem;
}
.auth-form .form-group label {
  display: block;
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.auth-form .form-group .input-wrapper {
  position: relative;
}
.auth-form .form-group .input-wrapper i,
.auth-form .form-group .input-wrapper svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.2);
  width: 18px;
  height: 18px;
  transition: var(--transition);
  pointer-events: none;
}
.auth-form .form-group .input-wrapper input {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 16px 14px 48px;
  color: white;
  font-family: inherit;
  font-size: 1rem;
  transition: var(--transition);
}
.auth-form .form-group .input-wrapper input:focus {
  outline: none;
  border-color: var(--orange);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.1);
}
.auth-form .form-group .input-wrapper:focus-within i,
.auth-form .form-group .input-wrapper:focus-within svg {
  color: var(--orange);
}
.auth-form .submit-btn {
  width: 100%;
  background: var(--orange);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 16px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.auth-form .submit-btn:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

.oauth-separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.5rem 0;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
}
.oauth-separator::before, .oauth-separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.oauth-separator span {
  padding: 0 10px;
}

.google-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition);
}
.google-btn:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.google-btn .google-icon {
  flex-shrink: 0;
}

.login-footer {
  margin-top: 2.5rem;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.login-footer a {
  color: var(--orange);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .login-visual {
    display: none;
  }
  .login-form-side {
    flex: 1;
    padding: 2rem;
  }
}
/*--------------- ---- Responsive --------------------------*/
:root {
  --primary: #0F0A04;
  --secondary: #EA580C;
  --primary-gradient: linear-gradient(150deg, #0F0A04, #EA580C);
  --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;
  --form-radius: 30px;
  --btn-radius: 30px;
  --text-main: #0F0A04;
  --text-secondary: #EA580C;
  --text-tertiary: #01285A;
  --text-light: #fff8e0;
  --text-accent: #FF6E40;
  --text-accent-light: #fde8eb;
  --text-light-bg: #F5F7FF;
  --text-primary-light: #e6f4ee;
  --text-primary-dark: #165083;
  --text-dark: #212529;
  --text-gray-dark: #343a40;
  --text-gray: #6c757d;
  --text-gray-light: #f8f9fa;
  --text-success: #28a745;
  --text-info: #17a2b8;
  --text-warning: #ffc107;
  --text-danger: #dc3545;
}

/*-------------   Color Variable  --------------*/
.text-main {
  color: var(--text-main);
}

.text-secondary {
  color: var(--text-secondary);
}

.text-tertiary {
  color: var(--text-tertiary);
}

.text-light {
  color: var(--text-light);
}

.text-accent {
  color: var(--text-accent);
}

.text-accent-light {
  color: var(--text-accent-light);
}

.text-light-bg {
  color: var(--text-light-bg);
}

.text-primary-light {
  color: var(--text-primary-light);
}

.text-primary-dark {
  color: var(--text-primary-dark);
}

.text-dark {
  color: var(--text-dark);
}

.text-gray-dark {
  color: var(--text-gray-dark);
}

.text-gray {
  color: var(--text-gray);
}

.text-gray-light {
  color: var(--text-gray-light);
}

.text-success {
  color: var(--text-success);
}

.text-info {
  color: var(--text-info);
}

.text-warning {
  color: var(--text-warning);
}

.text-danger {
  color: var(--text-danger);
}

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

.btn-nav-link {
  background: linear-gradient(135deg, #FF7A00, #FF9A40);
  color: white;
  padding: 10px 24px;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(255, 122, 0, 0.3);
}

.btn-nav-link:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 122, 0, 0.4);
}

.btn-add {
  background-color: var(--st-primary);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-add:hover {
  background-color: var(--primary);
  color: white;
}

.btn-filter {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  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 var(--primary);
  color: white;
}

.btn-export {
  background: white;
  border: 1px solid #E2E8F0;
  color: #475569;
  height: 38px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s;
}

.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: var(--secondary);
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  box-shadow: 0 4px 10px var(--secondary);
  transition: all 0.3s;
}
.btn-primary:focus {
  background-color: var(--secondary);
}
.btn-primary:active {
  background-color: var(--secondary);
}
.btn-primary:disabled {
  background-color: var(--secondary);
  cursor: not-allowed;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px var(--secondary);
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

/*

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  background-color: var(--rw-primary-hover);
  border-color: var(--rw-primary-hover);
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary {
    background: linear-gradient(90deg, var(--primary), #651FFF);
    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-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;
    }
        */
.btn-secondary {
  background: transparent;
  border: 2px solid #ccc;
  color: #666;
  border-radius: var(--btn-radius);
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-secondary:hover {
  background: #f5f5f5;
  border-color: #bbb;
  color: #333;
}/*# sourceMappingURL=style.css.map */