/* ==========================================================================
   Shubh Sahyadri — Official Design System v2.0
   Palette: Ice Blue + Orange + Bright Blue + Deep Slate
   ========================================================================== */

:root {
  /* Core Brand Palette */
  --color-primary: #EDF7FA;
  --color-primary-dark: #DCEFF4;
  --color-secondary: #FFA213;
  --color-secondary-dark: #E58B00;
  --color-accent: #4B75FF;
  --color-accent-dark: #385FE0;
  --color-text: #25343A;
  --color-muted: #66757D;
  --color-white: #FFFFFF;
  --color-surface: #FFFFFF;
  --color-border: #DCE7EC;
  --color-background: #EDF7FA;
  --color-success: #35A77A;
  --color-error: #D9534F;
  --color-warning: #FFA213;

  /* Typography */
  --font-heading: 'Noto Sans Devanagari', 'Mukta', sans-serif;
  --font-body: 'Plus Jakarta Sans', 'Inter', sans-serif;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 50px;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(37, 52, 58, 0.05);
  --shadow-md: 0 8px 24px rgba(37, 52, 58, 0.08);
  --shadow-lg: 0 20px 48px rgba(37, 52, 58, 0.12);
  --shadow-blue: 0 6px 20px rgba(75, 117, 255, 0.16);
  --shadow-orange: 0 6px 20px rgba(255, 162, 19, 0.22);
}

/* ==========================================================================
   BASE
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  background-color: var(--color-background);
  color: var(--color-text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.3;
}

a {
  color: var(--color-accent);
}

a:hover {
  color: var(--color-accent-dark);
}

.brand-font {
  font-family: var(--font-heading);
  font-weight: 700;
}

/* Utility overrides */
.text-accent {
  color: var(--color-accent) !important;
}

.text-orange {
  color: var(--color-secondary) !important;
}

.text-primary-dark {
  color: var(--color-text) !important;
}

.bg-accent {
  background-color: var(--color-accent) !important;
}

.bg-primary-sahyadri {
  background-color: var(--color-primary) !important;
}

.text-primary-sahyadri {
  color: var(--color-accent) !important;
}

.bg-premium-gold {
  background-color: var(--color-secondary) !important;
}

.bg-secondary-sahyadri {
  background-color: var(--color-primary) !important;
  color: var(--color-accent) !important;
}

.tracking-wider {
  letter-spacing: 0.12em;
}

.max-width-600 {
  max-width: 600px;
}

/* ==========================================================================
   NAVBAR
   ========================================================================== */
.navbar-premium {
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
}

.navbar-premium.scrolled {
  background: #FFFFFF;
  border-bottom: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
  padding: 0.6rem 0;
}

.navbar-premium .nav-link {
  color: var(--color-text) !important;
  font-weight: 500;
  font-size: 0.93rem;
  padding: 0.4rem 0.85rem !important;
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}

.navbar-premium .nav-link:hover {
  color: var(--color-accent) !important;
  background: rgba(75, 117, 255, 0.06);
}

.navbar-premium .navbar-toggler {
  border-color: var(--color-border);
}

.navbar-premium .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2325343A' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn-premium-gold,
.btn-ss-primary {
  background-color: var(--color-secondary);
  color: var(--color-text);
  font-family: var(--font-body);
  font-weight: 700;
  border: none;
  padding: 0.7rem 1.6rem;
  border-radius: var(--radius-md);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-orange);
  letter-spacing: 0.2px;
}

.btn-premium-gold:hover,
.btn-ss-primary:hover {
  background-color: var(--color-secondary-dark);
  color: var(--color-text);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 162, 19, 0.35);
}

.btn-premium-green,
.btn-ss-secondary {
  background-color: var(--color-accent);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-weight: 700;
  border: none;
  padding: 0.7rem 1.6rem;
  border-radius: var(--radius-md);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-blue);
}

/* ==========================================================================
   ADMIN DASHBOARD PREMIUM STYLES
   ========================================================================== */

.admin-sidebar::-webkit-scrollbar,
.admin-page-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.admin-sidebar::-webkit-scrollbar-track,
.admin-page-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.admin-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.admin-sidebar:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}

.admin-page-wrapper::-webkit-scrollbar-thumb {
  background: rgba(37, 52, 58, 0.15);
  border-radius: 10px;
}

.admin-page-wrapper:hover::-webkit-scrollbar-thumb {
  background: rgba(37, 52, 58, 0.25);
}



.btn-premium-green:hover,
.btn-ss-secondary:hover {
  background-color: var(--color-accent-dark);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(75, 117, 255, 0.35);
}

.btn-ss-outline {
  background-color: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  font-weight: 700;
  padding: 0.6rem 1.5rem;
  border-radius: var(--radius-md);
  transition: all 0.2s ease;
}

.btn-ss-outline:hover {
  background-color: var(--color-accent);
  color: #FFFFFF;
}

/* ==========================================================================
   CARDS
   ========================================================================== */
.premium-card {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  border: 1.5px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.premium-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(75, 117, 255, 0.3);
}

.editorial-img-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.editorial-img-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid var(--color-accent);
  margin: var(--space-xs);
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.25;
}

/* ==========================================================================
   BADGES
   ========================================================================== */
.badge-verified-gold {
  background-color: rgba(75, 117, 255, 0.1);
  color: var(--color-accent);
  border: 1px solid rgba(75, 117, 255, 0.25);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ==========================================================================
   HERO / CAROUSEL
   ========================================================================== */
.hero-wrapper {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--color-primary) 0%, #FFFFFF 100%);
  padding: var(--space-2xl) 0;
  overflow: hidden;
}

/* ==========================================================================
   HOW IT WORKS TIMELINE
   ========================================================================== */
.timeline-horizontal {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: var(--space-xl);
}

.timeline-horizontal::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-primary-dark) 100%);
  z-index: 1;
}

.timeline-step {
  position: relative;
  z-index: 2;
  flex: 1;
  text-align: center;
  padding: 0 var(--space-sm);
}

.timeline-step-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-primary);
  border: 3px solid var(--color-accent);
  color: var(--color-accent);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-sm) auto;
  box-shadow: var(--shadow-blue);
  transition: all 0.3s ease;
}

.timeline-step:hover .timeline-step-num {
  background: var(--color-accent);
  color: #FFFFFF;
  transform: scale(1.1);
}

/* ==========================================================================
   CATEGORY IMAGE CARDS
   ========================================================================== */
.category-card {
  position: relative;
  height: 300px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(37, 52, 58, 0.92) 0%, rgba(37, 52, 58, 0.15) 80%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-md);
  color: white;
  transition: background 0.4s ease;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.category-card:hover img {
  transform: scale(1.07);
}

.category-card:hover .category-card-overlay {
  background: linear-gradient(to top, rgba(37, 52, 58, 0.97) 0%, rgba(75, 117, 255, 0.18) 100%);
}

.category-card-arrow {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.category-card:hover .category-card-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--color-secondary) !important;
}

/* ==========================================================================
   LAYOUT UTILITIES
   ========================================================================== */
.overlap-top {
  margin-top: -5rem;
  z-index: 10;
  position: relative;
}

/* ==========================================================================
   RIPPLE MARKERS
   ========================================================================== */
.ripple-marker {
  position: relative;
  display: inline-block;
}

.ripple-marker::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-secondary);
  border-radius: 50%;
  z-index: -1;
  animation: pulse-ring 1.8s infinite ease-in-out;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.95);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.9);
    opacity: 0.08;
  }

  100% {
    transform: scale(0.95);
    opacity: 0;
  }
}

/* ==========================================================================
   GRADIENT SECTIONS
   ========================================================================== */
.bg-gradient-sahyadri {
  background: var(--color-text);
  position: relative;
  overflow: hidden;
}

.bg-gradient-sahyadri::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(75, 117, 255, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

/* ==========================================================================
   MOBILE BOTTOM BAR
   ========================================================================== */
.mobile-bottom-bar {
  background: var(--color-text);
  border-top: 2px solid var(--color-accent);
}

.bottom-action-btn {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
}

.bottom-action-btn.active,
.bottom-action-btn:hover {
  color: var(--color-secondary);
}

/* ==========================================================================
   VENDOR REGISTRATION
   ========================================================================== */
.register-page-container {
  --reg-primary: #4B75FF;
  --reg-primary-hover: #385FE0;
  --reg-secondary: #EDF7FA;
  --reg-text: #25343A;
  --reg-accent: #D9534F;
  --reg-submit: #FFA213;
  --reg-white: #FFFFFF;
  --reg-border: #DCE7EC;
  --reg-muted: #66757D;
  --reg-font-marathi: 'Noto Sans Devanagari', sans-serif;
  --reg-font-english: 'Plus Jakarta Sans', sans-serif;

  font-family: var(--reg-font-marathi);
  color: var(--reg-text);
  background-color: var(--color-background);
  min-height: 100vh;
}

.register-page-container .font-en {
  font-family: var(--reg-font-english);
}

.register-page-container .page-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--reg-text);
}

@media (max-width: 768px) {
  .register-page-container .page-title {
    font-size: 24px;
  }
}

.register-page-container .section-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--reg-text);
}

.register-page-container .form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--reg-text);
  margin-bottom: 6px;
}

.register-page-container .form-control,
.register-page-container .form-select {
  height: 48px;
  font-size: 15px;
  color: var(--reg-text);
  background-color: var(--reg-white);
  border: 1.5px solid var(--reg-border);
  border-radius: 10px;
  padding: 10px 14px;
  transition: all 0.2s ease;
}

.register-page-container textarea.form-control {
  height: auto;
  min-height: 100px;
}

.register-page-container .form-control:focus,
.register-page-container .form-select:focus {
  border-color: var(--reg-primary);
  box-shadow: 0 0 0 4px rgba(75, 117, 255, 0.12);
  outline: none;
}

.register-page-container .btn-primary-reg {
  background-color: var(--reg-submit);
  color: var(--reg-text);
  font-family: var(--reg-font-marathi);
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(255, 162, 19, 0.25);
}

.register-page-container .btn-primary-reg:hover {
  background-color: var(--color-secondary-dark);
  color: var(--reg-text);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255, 162, 19, 0.35);
}

.register-page-container .btn-primary-reg:disabled {
  background-color: var(--reg-border);
  color: var(--reg-muted);
  box-shadow: none;
  transform: none;
  cursor: not-allowed;
}

.register-page-container .btn-secondary-reg {
  background-color: var(--reg-white);
  color: var(--reg-text);
  font-size: 15px;
  font-weight: 600;
  border: 1.5px solid var(--reg-border);
  border-radius: 10px;
  padding: 12px 24px;
  transition: all 0.2s ease;
}

.register-page-container .btn-secondary-reg:hover {
  background-color: var(--reg-secondary);
  border-color: var(--reg-primary);
  color: var(--reg-primary);
}

.trust-indicator-container {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 600;
  color: var(--reg-muted);
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.trust-badge-item i {
  color: var(--reg-primary);
}

.reg-form-card {
  background: var(--reg-white);
  border: 1.5px solid var(--reg-border);
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  padding: 40px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 576px) {
  .reg-form-card {
    padding: 22px 16px;
    border-radius: 16px;
  }
}

/* Step progress */
.reg-steps-desktop {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}

.reg-steps-desktop::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--reg-border);
  z-index: 1;
}

.reg-step-node {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
}

.reg-step-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--reg-white);
  border: 3px solid var(--reg-border);
  color: var(--reg-muted);
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px auto;
  transition: all 0.3s ease;
}

.reg-step-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--reg-muted);
}

.reg-step-node.active .reg-step-circle {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
  box-shadow: 0 0 0 5px rgba(255, 162, 19, 0.15);
}

.reg-step-node.active .reg-step-label {
  color: var(--reg-text);
  font-weight: 700;
}

.reg-step-node.completed .reg-step-circle {
  background-color: var(--reg-primary);
  border-color: var(--reg-primary);
  color: #FFFFFF;
}

.reg-step-node.completed .reg-step-label {
  color: var(--reg-primary);
}

/* Mobile progress */
.reg-progress-mobile {
  background-color: var(--reg-white);
  border: 1.5px solid var(--reg-border);
  border-radius: 10px;
  padding: 12px 16px;
}

.progress-track-bg {
  height: 6px;
  background-color: var(--reg-border);
  border-radius: 10px;
  overflow: hidden;
}

.progress-track-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--reg-primary) 0%, var(--color-secondary) 100%);
  border-radius: 10px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Service cards */
.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
  gap: 14px;
}

.service-card-select {
  background-color: var(--reg-white);
  border: 1.5px solid var(--reg-border);
  border-radius: 14px;
  padding: 20px 12px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.22s ease;
  user-select: none;
}

.service-card-select:hover {
  border-color: var(--reg-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(75, 117, 255, 0.1);
}

.service-card-select .card-icon {
  font-size: 26px;
  color: var(--reg-muted);
  margin-bottom: 10px;
  transition: color 0.22s ease;
}

.service-card-select .card-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--reg-text);
  line-height: 1.3;
}

.service-card-select.selected {
  background-color: rgba(75, 117, 255, 0.06);
  border-color: var(--reg-primary);
  box-shadow: 0 0 0 2px rgba(75, 117, 255, 0.2);
}

.service-card-select.selected .card-icon {
  color: var(--reg-primary);
}

.service-card-select .check-indicator {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--reg-primary);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-card-select.selected .check-indicator {
  opacity: 1;
  transform: scale(1);
}

/* Location chips */
.location-chips-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.loc-chip-select {
  padding: 7px 16px;
  border-radius: 50px;
  background-color: var(--reg-white);
  border: 1.5px solid var(--reg-border);
  font-size: 13px;
  font-weight: 600;
  color: var(--reg-text);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.loc-chip-select:hover {
  background-color: var(--reg-secondary);
  border-color: var(--reg-primary);
}

.loc-chip-select.selected {
  background-color: rgba(75, 117, 255, 0.08);
  border-color: var(--reg-primary);
  color: var(--reg-primary);
}

/* Package cards */
.package-item-card {
  background-color: #F8FBFC;
  border: 1.5px solid var(--reg-border);
  border-radius: 14px;
  padding: 18px;
  position: relative;
  transition: border-color 0.2s;
}

.package-item-card:hover {
  border-color: var(--reg-primary);
}

.package-delete-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  color: var(--color-error);
  background: none;
  border: none;
  font-size: 17px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s;
}

.package-delete-btn:hover {
  transform: scale(1.15);
  opacity: 1;
}

/* Uploader */
.uploader-box {
  border: 2px dashed var(--reg-border);
  background-color: #FAFCFC;
  border-radius: 14px;
  padding: 38px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.uploader-box:hover {
  border-color: var(--reg-primary);
  background-color: rgba(75, 117, 255, 0.04);
}

.uploader-icon {
  font-size: 36px;
  color: var(--reg-primary);
  margin-bottom: 10px;
  display: block;
}

.uploader-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--reg-text);
}

.uploader-subtext {
  font-size: 12px;
  color: var(--reg-muted);
  margin-top: 4px;
}

.upload-thumbnails-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 10px;
}

.upload-thumbnail-item {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1.5px solid var(--reg-border);
}

.upload-thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-thumb-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(37, 52, 58, 0.75);
  color: #FFFFFF;
  border: none;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Trust card */
.trust-info-card {
  background-color: rgba(75, 117, 255, 0.05);
  border: 1.5px solid rgba(75, 117, 255, 0.15);
  border-radius: 14px;
  padding: 22px;
}

.trust-item-bullet {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--reg-muted);
  line-height: 1.5;
}

.trust-item-bullet i {
  color: var(--reg-primary);
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Success screen */
.success-card-animation {
  text-align: center;
  padding: 48px 20px;
}

.success-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent) 0%, #668CFF 100%);
  color: #FFFFFF;
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  box-shadow: 0 0 0 14px rgba(75, 117, 255, 0.1);
  animation: scaleUpCheck 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes scaleUpCheck {
  from {
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.reg-id-badge {
  background-color: var(--color-primary);
  border: 1.5px solid var(--color-border);
  border-radius: 30px;
  padding: 8px 22px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-accent);
  display: inline-block;
}

.mobile-sticky-cta-reg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--reg-white);
  border-top: 1.5px solid var(--reg-border);
  padding: 12px 16px;
  z-index: 999;
  box-shadow: 0 -4px 16px rgba(37, 52, 58, 0.07);
}

.mobile-sticky-cta-reg-spacer {
  height: 76px;
}

.reg-error-text {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-error);
  margin-top: 4px;
  display: block;
}

/* ==========================================================================
   BROWSE BY CATEGORY GRID
   ========================================================================== */
.browse-cat-section {
  background-color: #FFFFFF;
}

.browse-cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media (max-width: 1200px) {
  .browse-cat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .browse-cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .browse-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.browse-cat-card {
  background-color: var(--color-primary);
  border-radius: 16px;
  padding: 32px 18px;
  text-align: center;
  border: 1.5px solid transparent;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.browse-cat-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-accent);
  box-shadow: 0 12px 32px rgba(75, 117, 255, 0.12);
  background-color: #FFFFFF;
}

.browse-cat-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
  transition: all 0.28s ease;
  box-shadow: var(--shadow-blue);
}

.browse-cat-card:hover .browse-cat-icon-circle {
  background-color: var(--color-accent);
  color: #FFFFFF;
  transform: scale(1.08);
  box-shadow: 0 8px 22px rgba(75, 117, 255, 0.3);
}

.browse-cat-title {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--color-text);
  font-size: 14px;
  margin: 0;
  transition: color 0.2s ease;
  line-height: 1.4;
}

.browse-cat-card:hover .browse-cat-title {
  color: var(--color-accent);
}

/* ==========================================================================
   BOOTSTRAP OVERRIDES
   ========================================================================== */
.form-control:focus,
.form-select:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(75, 117, 255, 0.15);
}

.form-check-input:checked {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.form-check-input:focus {
  box-shadow: 0 0 0 3px rgba(75, 117, 255, 0.15);
}

.alert-info {
  background-color: rgba(75, 117, 255, 0.06);
  border-color: rgba(75, 117, 255, 0.2);
  color: var(--color-text);
}

.text-muted {
  color: var(--color-muted) !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background-color: var(--color-text);
  color: rgba(255, 255, 255, 0.85);
}

.site-footer h5,
.site-footer h6 {
  color: #FFFFFF;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer a:hover {
  color: var(--color-secondary);
}

.site-footer .footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
}

.site-footer .footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}

/* ==========================================================================
   ADMIN PANEL
   ========================================================================== */
.admin-sidebar {
  background: linear-gradient(180deg, #1b262c 0%, #121a1f 100%);
  color: rgba(255, 255, 255, 0.9);
  min-height: 100vh;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-sidebar .nav-link {
  color: rgba(255, 255, 255, 0.7) !important;
  border-radius: 10px;
  padding: 0.65rem 1rem;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  font-weight: 500;
  font-size: 0.88rem;
  border-left: 3.5px solid transparent;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.admin-sidebar .nav-link i {
  font-size: 1.1rem;
  color: rgba(220, 167, 81, 0.75);
  transition: transform 0.2s ease, color 0.2s ease;
  width: 20px;
  text-align: center;
}

.admin-sidebar .nav-link:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #FFFFFF !important;
  transform: translateX(4px);
  border-left-color: rgba(220, 167, 81, 0.4);
}

.admin-sidebar .nav-link:hover i {
  color: #DCA751;
  transform: scale(1.18);
}

.admin-sidebar .nav-link.active {
  background: linear-gradient(135deg, #8a1c31 0%, #a9233e 100%) !important;
  color: #FFFFFF !important;
  font-weight: 700;
  border-left-color: #DCA751 !important;
  box-shadow: 0 4px 16px rgba(138, 28, 49, 0.45);
}

.admin-sidebar .nav-link.active i {
  color: #DCA751 !important;
  transform: scale(1.1);
}

.admin-sidebar h6 {
  color: rgba(220, 167, 81, 0.8) !important;
  font-weight: 700;
  letter-spacing: 1.2px !important;
}

.admin-sidebar .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.2s ease;
}

.admin-sidebar .btn-outline-light:hover {
  background: #8a1c31;
  border-color: #8a1c31;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(138, 28, 49, 0.3);
}

.admin-content-area {
  background-color: var(--color-background);
  min-height: 100vh;
}

.admin-stat-card {
  background: #FFFFFF;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}

.admin-stat-value {
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-accent);
}

.admin-stat-label {
  font-size: 0.82rem;
  color: var(--color-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.overlay-hover:hover {
  opacity: 1 !important;
}

/* ---------------------------------------------------
 * Vendor Profile Masonry Gallery
 * --------------------------------------------------- */
.gallery-masonry {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 576px) {
  .gallery-masonry {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
  }

  .gallery-item:nth-child(3n) {
    grid-row: span 2;
  }
}

@media (min-width: 992px) {
  .gallery-masonry {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 250px;
  }

  .gallery-item:nth-child(4n) {
    grid-row: span 2;
  }
}

/* From Uiverse.io by KINGFRESS */
/* Dark Mode Only ;) */

/* The switch - the box around the slider */
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: .5em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5B5B5B;
  transition: .4s;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.slider .circle {
  background-color: #212121;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  transition: .4s;
}

.slider .circle::before {
  position: absolute;
  content: "";
  height: 2.3em;
  width: 2.3em;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(182, 182, 182);
  transition: .4s;
}

.slider .circle::after {
  content: '';
  background-color: #212121;
  height: 1.7em;
  width: 1.7em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s;
}

input:checked+.slider .circle {
  transform: translateX(2em);
  transition: .4s;
}

input:checked+.slider .circle::before {
  background-color: #e1e1e1;
  transition: .4s;
}

input:checked+.slider .circle::after {
  width: 0;
  height: 0;
  transition: .4s;
}

/* From Uiverse.io by adamgiebl */
.cyberpunk-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #30cfd0;
  border-radius: 5px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.cyberpunk-checkbox:before {
  content: "";
  background-color: #30cfd0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.cyberpunk-checkbox:checked:before {
  transform: translate(-50%, -50%) scale(1);
}

.cyberpunk-checkbox-label {
  font-size: 14px;
  /* adjusted slightly from 18px for better fit in the form */
  color: var(--color-text);
  /* used text color instead of white for the light theme */
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}

/* Custom Unified Search Bar Slider */
.custom-range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: transparent;
  outline: none;
  border-radius: 4px;
}

.custom-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fdf5f6;
  border: 4px solid #8a1c31;
  cursor: pointer;
  margin-top: -6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.custom-range-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fdf5f6;
  border: 4px solid #8a1c31;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.custom-range-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: inherit;
  border-radius: 4px;
}

.custom-range-slider::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: inherit;
  border-radius: 4px;
}

/* ==================================================
   SHUBH SAHYADRI — PREMIUM SEARCH BAR STYLES
   ================================================== */
.shubh-search-bar {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .shubh-search-bar {
    border-radius: 50rem;
    padding: 0.5rem 0.75rem;
  }
}

.shubh-search-field {
  background-color: #f8f9fa;
  border-radius: 50rem;
  padding: 0.5rem 1.15rem;
  transition: all 0.2s ease;
  border: 1.5px solid transparent;
  width: 100%;
}

.shubh-search-field:hover {
  background-color: #f1f3f5;
  border-color: rgba(0, 0, 0, 0.06);
}

.shubh-search-field:focus-within,
.shubh-search-field.active {
  background-color: #ffffff;
  border-color: #8a1c31;
  box-shadow: 0 0 0 3px rgba(138, 28, 49, 0.12);
}

.shubh-search-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 0.05rem;
  display: block;
}

.shubh-search-input {
  font-size: 0.9rem;
  font-weight: 600;
  color: #25343a;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
}

.shubh-search-btn {
  background-color: #8a1c31;
  color: #ffffff;
  border-radius: 50rem;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 1.75rem;
  border: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(138, 28, 49, 0.25);
  white-space: nowrap;
}

.shubh-search-btn:hover {
  background-color: #6f1629;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(138, 28, 49, 0.35);
  transform: translateY(-1px);
}

.shubh-search-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.shubh-search-offer {
  background: linear-gradient(135deg, #fff7ed 0%, #fff0f3 100%);
  border: 1px solid rgba(255, 162, 19, 0.3);
  border-radius: 1.25rem;
  padding: 0.75rem 1.25rem;
  margin-top: 0.75rem;
  box-shadow: 0 4px 15px rgba(255, 162, 19, 0.08);
}

.shubh-dropdown-menu {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  padding: 0.75rem;
  min-width: 260px;
}

.shubh-chip {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  border-radius: 50rem;
  background: #f1f3f5;
  color: #495057;
  cursor: pointer;
  transition: all 0.15s ease;
  border: 1px solid transparent;
  display: inline-block;
  user-select: none;
}

.shubh-chip:hover {
  background: #fff0f3;
  color: #8a1c31;
  border-color: rgba(138, 28, 49, 0.2);
}

/* Unified Search Bar Responsive Styles */
.search-bar-container {
  border-radius: 1.5rem;
  transition: border-radius 0.3s ease, padding 0.3s ease;
}

.search-bar-container.travel-active {
  border-radius: 1.75rem !important;
  padding: 1.25rem 1.5rem !important;
}

.search-item {
  width: 100%;
}

@media (min-width: 992px) {
  .search-bar-container {
    border-radius: 50rem;
    padding: 0.5rem 0.75rem !important;
  }

  .search-srv {
    flex: 1.2 1 140px;
    max-width: 210px;
    font-size: 0.85rem;
  }

  .search-cat-derived {
    flex: 1 1 120px;
    max-width: 170px;
    font-size: 0.82rem;
  }

  .search-city {
    flex: 1 1 115px;
    max-width: 160px;
    font-size: 0.85rem;
  }

  .search-date {
    flex: 1 1 115px;
    max-width: 150px;
  }

  .search-budget {
    flex: 1 1 130px;
    max-width: 170px;
  }

  .search-btn {
    flex: 0 0 100px;
    max-width: 120px;
    font-size: 0.88rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .search-srv {
    flex: 1.2 1 160px;
    max-width: 220px;
    font-size: 0.9rem;
  }

  .search-cat-derived {
    flex: 1 1 135px;
    max-width: 185px;
    font-size: 0.85rem;
  }

  .search-city {
    flex: 1 1 135px;
    max-width: 180px;
    font-size: 0.9rem;
  }

  .search-date {
    flex: 1 1 135px;
    max-width: 165px;
  }

  .search-budget {
    flex: 1 1 150px;
    max-width: 190px;
  }

  .search-btn {
    flex: 0 0 120px;
    max-width: 140px;
    font-size: 0.95rem;
  }
}

.counter {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--accent);
  background: var(--accent-bg);
  border: 2px solid transparent;
  transition: border-color 0.3s;
  margin-bottom: 24px;

  &:hover {
    border-color: var(--accent-border);
  }

  &:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
  }
}

.hero {
  position: relative;

  .base,
  .framework,
  .vite {
    inset-inline: 0;
    margin: 0 auto;
  }

  .base {
    width: 170px;
    position: relative;
    z-index: 0;
  }

  .framework,
  .vite {
    position: absolute;
  }

  .framework {
    z-index: 1;
    top: 34px;
    height: 28px;
    transform: perspective(2000px) rotateZ(300deg) rotateX(44deg) rotateY(39deg) scale(1.4);
  }

  .vite {
    z-index: 0;
    top: 107px;
    height: 26px;
    width: auto;
    transform: perspective(2000px) rotateZ(300deg) rotateX(40deg) rotateY(39deg) scale(0.8);
  }
}

#center {
  display: flex;
  flex-direction: column;
  gap: 25px;
  place-content: center;
  place-items: center;
  flex-grow: 1;

  @media (max-width: 1024px) {
    padding: 32px 20px 24px;
    gap: 18px;
  }
}

#next-steps {
  display: flex;
  border-top: 1px solid var(--border);
  text-align: left;

  &>div {
    flex: 1 1 0;
    padding: 32px;

    @media (max-width: 1024px) {
      padding: 24px 20px;
    }
  }

  .icon {
    margin-bottom: 16px;
    width: 22px;
    height: 22px;
  }

  @media (max-width: 1024px) {
    flex-direction: column;
    text-align: center;
  }
}

#docs {
  border-right: 1px solid var(--border);

  @media (max-width: 1024px) {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
}

#next-steps ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  margin: 32px 0 0;

  .logo {
    height: 18px;
  }

  a {
    color: var(--text-h);
    font-size: 16px;
    border-radius: 6px;
    background: var(--social-bg);
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: box-shadow 0.3s;

    &:hover {
      box-shadow: var(--shadow);
    }

    .button-icon {
      height: 18px;
      width: 18px;
    }
  }

  @media (max-width: 1024px) {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;

    li {
      flex: 1 1 calc(50% - 8px);
    }

    a {
      width: 100%;
      justify-content: center;
      box-sizing: border-box;
    }
  }
}

#spacer {
  height: 88px;
  border-top: 1px solid var(--border);

  @media (max-width: 1024px) {
    height: 48px;
  }
}

.ticks {
  position: relative;
  width: 100%;

  &::before,
  &::after {
    content: '';
    position: absolute;
    top: -4.5px;
    border: 5px solid transparent;
  }

  &::before {
    left: 0;
    border-left-color: var(--border);
  }

  &::after {
    right: 0;
    border-right-color: var(--border);
  }
}

/* ==========================================================================
   Multi-Service Selection & Budget Engine UI Styles
   ========================================================================== */

.selected-chips-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.service-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0f4ff;
  color: #2b49b3;
  border: 1px solid #c7d2fe;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.2s ease;
  user-select: none;
}

.service-chip:hover {
  background: #e0e7ff;
  border-color: #a5b4fc;
}

.service-chip-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(43, 73, 179, 0.15);
  color: #2b49b3;
  font-size: 0.75rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.service-chip-remove:hover {
  background: #ef4444;
  color: #ffffff;
}

.service-checkbox-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.service-checkbox-item:hover {
  background-color: #f8fafc;
}

.service-checkbox-item input[type="checkbox"] {
  cursor: pointer;
  width: 17px;
  height: 17px;
  accent-color: #4b75ff;
}

.service-budget-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.service-budget-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);

  .search-item {
    transition: all 0.25s ease;
    border: 1.5px solid #e2e8f0 !important;
  }

  .search-item:hover,
  .search-item:focus-within {
    border-color: #4b75ff !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(75, 117, 255, 0.12);
  }

  .service-budget-card .service-title {
    font-weight: 700;
    font-size: 1rem;
    color: #1e293b;
  }

  .service-budget-select {
    border-radius: 10px;
    border-color: #cbd5e1;
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
    padding: 8px 12px;
  }

  .service-budget-select:focus {
    border-color: #4b75ff;
    box-shadow: 0 0 0 3px rgba(75, 117, 255, 0.15);
  }

  .offer-price-badge {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    padding: 6px 12px;
    font-weight: 700;
    font-size: 0.95rem;
  }

  .offer-summary-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }

  .offer-summary-card .summary-header {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }

  .offer-summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #f1f5f9;
    font-size: 0.92rem;
  }

  .offer-summary-total {
    border-top: 2px solid #e2e8f0;
    padding-top: 14px;
    margin-top: 14px;
  }

  .savings-badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    border-radius: 50px;
    padding: 4px 14px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  /* Modal Smooth Backdrop Overlay */
  .modal-backdrop {
    background-color: rgba(15, 23, 42, 0.45) !important;
  }

  .modal-backdrop.show {
    opacity: 1 !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
}