
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
/* styles/globals.css */
@import "react-toastify/dist/ReactToastify.css";

:root {
  --primary: #8E3A59;          /* Mature love */
  --primary-hover: #732F48;
  --primary-soft: #F3E6EB;

  --secondary: #2C5364;        /* Trust & stability */
  --secondary-soft: #E3F2F5;

  --background: #F9FAFB;
  --card: #FFFFFF;

  --danger: #B71C1C;           /* darker red */
  --success: #2E7D32;          /* mature green */
}

body1{
	background: linear-gradient(135deg, #f6f6f6, #f9f9f9, #f8f8f8);
}
#app1{
        background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
        }
a {
  color: #333;
  font-weight: 500;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
a:hover{
	color: #333;
}
.btn-primary, .btn-primary.disabled {
  box-shadow: 0 2px 6px #732F48;
  background-color: #8E3A59;
  border-color: #8E3A59;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary.disabled:hover,.btn-primary.disabled:focus {
  box-shadow: 0 2px 6px #732F48 !important;
  background-color: #732F48 !important;
  border-color: #8E3A59 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #732F48;
  border-color: #732F48;
}
/* Container must be relative for absolute centering of Skip */
.wizard-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  position: relative; /* Essential for .skip positioning */
  min-height: 45px;
}

.wizard-nav .skip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  background: transparent;
  text-decoration: underline;
  color: #6c757d;
}

/* Updated Spans for perfect circles */
span1, span2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  margin: 0 8px;
}

/* Align the "Step" and "Total" text */
.wizard-header p span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.progress-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

/* Container for the line (Gray background) */
.step-line-container {
  flex-grow: 1;
  height: 4px;
  background-color: #e9ecef; /* Light gray base */
  margin: 0 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden; /* Clips the fill as it expands */
}

/* The filled part of the line (Theme color) */
.step-line-fill {
  height: 100%;
  background-color: #732F48; /* Your theme color */
  transition: width 0.4s ease-in-out; /* Smooth expansion */
  border-radius: 10px;
}

/* Perfecting the text labels */
.step-label {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #555;
  text-transform: uppercase;
}

span1, span2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  margin: 0 8px;
}

span1 { background-color: #732F48; }
span2 { background-color: #adb5bd; }

.capture-icon-btn {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px dashed #732F48;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  background: #fff5f8;
}

.icon-bg { font-size: 2.5rem; color: #732F48; }

.live-camera {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.video-feed {
  width: 100%;
  border-radius: 15px;
  background: #000;
  transform: scaleX(-1); /* Mirror effect for selfies */
}

/* Iconic Shutter Button */
.btn-snap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  border: 4px solid #732F48;
  padding: 5px;
}

.shutter-inner {
  width: 100%;
  height: 100%;
  background: #732F48;
  border-radius: 50%;
}
label.required::after {
  content: " *";
  color: #dc3545; /* Bootstrap danger red */
  font-weight: bold;
}
/* CSS for missing field highlighting */
.is-invalid input, 
.is-invalid .form-control {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* 1. Make the main background clean and modern */
body {
  /* background-color: var(--background); */
  background: linear-gradient(135deg, #f6f6f6, #f9f9f9, #f8f8f8) !important;
  /* background: linear-gradient(135deg, var(--primary), var(--primary));  */
  color: #374151; /* Dark slate for readability */
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}


/* 2. Iconic Card Style for User Profiles/Lists */
.user-card, .glass-card {
  background: var(--card);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.user-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(142, 58, 89, 0.1); /* Primary color glow */
}

/* 3. Typography Upgrades */
h1, h2, h3 {
  color: var(--secondary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.text-primary { color: var(--primary) !important; }
.bg-soft { background-color: var(--primary-soft); }

/* 4. Custom Scrollbar (Premium Detail) */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

/* 5. Status Badges (Active/Verified) */
.badge-active {
  background: var(--success);
  color: white;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
}

/* 6. Inputs & Filters (To match auth page style) */
.form-control, .select-input {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 10px 15px;
  transition: all 0.2s;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-soft);
  outline: none;
}

       /* Container & Header */
.timeline-container { padding: 20px; max-width: 800px; margin: 0 auto; }

.journey-header-actions {
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px);
  padding: 15px; border-radius: 20px; position: sticky; top: 10px; z-index: 100;
  box-shadow: 0 8px 32px rgba(0,0,0,0.05); border: 1px solid rgba(255,255,255,0.3);
}

/* Couple Info Fix */
.couple-info { display: flex; align-items: center; gap: 10px; }
.avatar-wrapper {
  width: 45px; height: 45px; border-radius: 50%; overflow: hidden;
  border: 2px solid #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.avatar-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.link-icon i { color: #d4af37; font-size: 18px; }

/* Timeline Structure */
.vertical-timeline { position: relative; padding: 40px 0; }
.central-axis {
  position: absolute; left: 50%; width: 2px; height: 100%;
  background: linear-gradient(to bottom, #d4af37, #eee); transform: translateX(-50%);
}

.timeline-item { width: 50%; position: relative; margin-bottom: 40px; }
.timeline-item.left { padding-right: 40px; text-align: right; }
.timeline-item.right { padding-left: 40px; margin-left: 50%; }

.timeline-dot {
  position: absolute; top: 20px; width: 30px; height: 30px;
  background: #fff; border: 2px solid #d4af37; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; z-index: 2;
}
.left .timeline-dot { right: -15px; }
.right .timeline-dot { left: -15px; }

/* The Card */
.timeline-card {
  background: #fff; border-radius: 15px; overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05); transition: 0.3s;
}
.timeline-card:hover { transform: translateY(-5px); }
.card-image-box { height: 150px; position: relative; background: #f9f9f9; }
.card-image-box img { width: 100%; height: 100%; object-fit: cover; }
.card-tag { 
  position: absolute; bottom: 10px; right: 10px; 
  background: rgba(0,0,0,0.6); color: #fff; padding: 4px 10px; border-radius: 20px; font-size: 0.7rem;
}

/* Modal Styling */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.4); 
  backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; z-index: 1000;
  overflow-y: auto;
}
.iconic-modal-card {
  background: #fff; width: 100%; max-width: 650px; padding: 25px;
  border-radius: 24px; animation: slideUp 0.3s ease-out;
}

@keyframes slideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
/* THE ICONIC MILESTONE BUTTON */
.icon-btn-gold {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: var(--primary); /* #8E3A59 */
  color: white;
  border: none;
  border-radius: 50px; /* Pill shape is key for Iconic UI */
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(142, 58, 89, 0.3); /* Subtle primary shadow */
  position: relative;
  overflow: hidden;
}

.icon-btn-gold i, .icon-btn-white1 i {
  font-size: 20px;
  transition: transform 0.3s ease;
}
.icon-btn-white1 span {
align-items: left;
}
.icon-btn-white1 {
  display: flex;
  align-items: center;
  
  padding: 12px 24px;
  background: var(--card); /* #8E3A59 */
  color: var(--primary);
  border: none;
  border-radius: 50px; /* Pill shape is key for Iconic UI */
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(142, 58, 89, 0.3); /* Subtle primary shadow */
  
        }
/* Hover States */
.icon-btn-gold:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(142, 58, 89, 0.4);
}

.icon-btn-gold:hover i {
  transform: scale(1.1) rotate(-10deg);
}

/* Active/Click State */
.icon-btn-gold:active {
  transform: translateY(0) scale(0.96);
}

/* The "Iconic" Shimmer Effect */
.icon-btn-gold::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transform: rotate(45deg);
  transition: 0.5s;
}

.icon-btn-gold:hover::after {
  left: 120%;
}

/* Soft secondary variation for "Set Wedding" if needed */
.icon-btn-white {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--primary-soft);
  color: var(--primary);
  border: 1.5px solid var(--primary-soft);
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.icon-btn-white:hover {
  background: #fff;
  border-color: var(--primary);
}
  @keyframes iconic-pulse {
  0% { box-shadow: 0 0 0 0 rgba(142, 58, 89, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(142, 58, 89, 0); }
  100% { box-shadow: 0 0 0 0 rgba(142, 58, 89, 0); }
}

.icon-btn-gold {
  animation: iconic-pulse 2s infinite;
}

/* Form Styling */
          .form-section { padding: 20px; margin-top: 40px; }
          .form-card { background: white; border-radius: 30px; padding: 25px; box-shadow: 0 -10px 40px rgba(0,0,0,0.05); }
          .input-group { 
            display: flex; align-items: center; gap: 12px; background: #f9f9f9; 
            padding: 12px 15px; border-radius: 15px; margin-bottom: 15px;
          }
          .input-group i { color: var(--primary); font-size: 20px; }
          .input-group input, .input-group textarea, .input-group select { 
            border: none; background: transparent; width: 100%; outline: none; font-size: 0.95rem;
          }
          .row-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
          
          .upload-zone { 
            display: block; width: 100%; height: 150px; border: 2px dashed #ddd; 
            border-radius: 20px; margin-bottom: 20px; cursor: pointer; overflow: hidden;
          }
          .upload-placeholder { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #aaa; gap: 10px; }
          .preview-img { width: 100%; height: 100%; object-fit: cover; }

          .submit-btn { 
            width: 100%; background: var(--secondary); color: white; border: none; 
            padding: 18px; border-radius: 20px; font-weight: 700; cursor: pointer;
          }
          
          .approval-actions { display: flex; gap: 10px; margin-top: 15px; }
          .approve-btn { flex: 1; background: var(--success); color: white; border: none; padding: 10px; border-radius: 12px; font-weight: 600; cursor: pointer; }
          .reject-btn { flex: 1; background: #eee; color: #666; border: none; padding: 10px; border-radius: 12px; font-weight: 600; cursor: pointer; }
        /* Special Match Milestone */
.special-match {
  display: flex;
  justify-content: center;
  width: 100% !important;
  margin-bottom: 60px;
}
.match-announcement {
  background: white;
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  border: 2px dashed var(--primary-soft);
  box-shadow: 0 15px 35px rgba(142, 58, 89, 0.1);
  position: relative;
}
.match-badge {
  background: var(--primary-soft);
  color: var(--primary);
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Secondary Action Buttons */
.icon-btn-outline {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: white;
  color: var(--secondary);
  border: 1.5px solid var(--secondary-soft);
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}
.icon-btn-outline:hover {
  background: var(--secondary-soft);
  border-color: var(--secondary);
}

/* Iconic Loader */
.loader {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Inputs in Modal */
.iconic-input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fdfdfd;
  margin-top: 5px;
  font-family: inherit;
}
.iconic-input:focus {
  border-color: var(--primary);
  outline: none;
  background: #fff;
}
/* Step Indicator */
.step-indicator {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary);
  background: var(--primary-soft);
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

/* Approval Buttons */
.approval-zone {
  margin-top: 15px;
  padding: 15px;
  background: var(--background);
  border-radius: 15px;
  border: 1px solid #eee;
}

.approve-btn-iconic {
  background: var(--success);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.reject-btn-iconic {
  background: white;
  color: var(--danger);
  border: 1px solid var(--danger);
  padding: 10px 20px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

/* Rejection Input */
.rejection-box {
  margin-top: 10px;
  animation: slideDown 0.3s ease-out;
}

/* Close Button Positioning */
.close-modal-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--background);
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--secondary);
  transition: 0.3s;
  z-index: 10;
}
.close-modal-btn:hover { background: var(--primary-soft); color: var(--primary); }

/* Header Typography */
/* .modal-header { text-align: center; margin-bottom: 25px; padding: 0 10px; }
.modal-header h2 { 
  color: var(--secondary); 
  font-size: 1.5rem; 
  margin: 8px 0; 
  font-weight: 700;
}
.modal-header p { color: #666; font-size: 0.9rem; margin: 0; }
 */
/* Iconic Inputs */
.input-group { margin-bottom: 18px; }
.input-group label, .section-label { 
  display: block; 
  font-size: 0.85rem; 
  font-weight: 600; 
  color: var(--secondary); 
  margin-bottom: 6px; 
}
.iconic-input, .iconic-input-area {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #eee;
  border-radius: 12px;
  background: #f9f9f9;
  font-size: 1rem;
  transition: 0.3s;
}
.iconic-input:focus, .iconic-input-area:focus {
  border-color: var(--primary);
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 4px var(--primary-soft);
}
.iconic-input-area { height: 100px; resize: none; }

/* The Iconic Submit Button */
.iconic-submit-btn {
  width: 100%;
  padding: 15px;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 15px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-top: 10px;
  box-shadow: 0 10px 20px rgba(142, 58, 89, 0.2);
}
.iconic-submit-btn:hover {
  background: var(--primary-hover);
  transform: scale(1.02);
}

/* Iconic Loader for Buttons */
.iconic-loader {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}
@keyframes spin { to { transform: rotate(360deg); } }
/* Container Positioning */
.iconic-action-wrapper {
  position: relative;
  display: inline-block;
}
/* Main FAB Style */
.fab-main {
  background: var(--primary);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(142, 58, 89, 0.3);
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.fab-main.active { background: var(--secondary); transform: scale(0.9); }

/* Fix Icon visibility */
.fab-main i {
  font-family: 'Material Icons'; /* Ensure the font is forced here */
  font-size: 20px;
  display: block;
}

/* Tooltip Menu - Adjusted to open DOWNWARDS */
.iconic-tooltip-menu {
  position: absolute;
  top: 55px; /* Changed from bottom to top to prevent hiding */
  right: 0;
  width: 220px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 18px;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1001;
  transform-origin: top right; /* Makes the animation feel natural */
}
.menu-item {
  width: 100%;
  display: flex;         /* Modern alignment */
  align-items: center;   /* Vertical center */
  gap: 12px;             /* Space between icon and text */
  padding: 12px 16px;
  border: none;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--secondary);
  font-weight: 600;
  font-size: 14px;
  text-align: left;      /* Ensure text is left-aligned */
}

.menu-item i {
  /* Remove float: left; */
  font-size: 20px;
  color: var(--primary); /* Use your primary color for icons */
  opacity: 0.8;
  transition: 0.2s;
}

.menu-item:hover {
  background: var(--primary-soft);
  color: var(--primary);
  transform: translateX(4px); /* Subtle iconic slide effect */
}

.menu-item:hover i {
  opacity: 1;
  transform: scale(1.1);
}

/* Optional: Different colors for different actions */
.menu-item .color-p { color: #8E3A59; } /* Primary */
.menu-item .color-s { color: #2C5364; } /* Secondary */
.menu-item .color-g { color: #2E7D32; }
.menu-divider { height: 1px; background: #eee; margin: 5px 10px; }




/* Budget List Styling */
.budget-list-container { max-height: 400px; overflow-y: auto; padding: 10px; }
.budget-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: var(--background);
  border-radius: 15px;
  margin-bottom: 10px;
}
.item-name { display: block; font-weight: 700; color: var(--secondary); }
.item-price { color: var(--primary); font-size: 0.9rem; font-weight: 600; }

.item-actions { display: flex; gap: 8px; }
.edit-btn, .delete-btn {
  background: white; border: none; width: 32px; height: 32px;
  border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.edit-btn { color: var(--secondary); }
.delete-btn { color: var(--danger); }

/* Animation */
.animate-pop-in {
  animation: popIn 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@keyframes popIn {
  from { opacity: 0; transform: translateY(20px) scale(0.9); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Danger Blur for Deletion */
.danger-blur { background: rgba(183, 28, 28, 0.1); backdrop-filter: blur(10px); }

.warning-icon {
  width: 60px; height: 60px; background: var(--danger); color: white;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 30px; box-shadow: 0 10px 20px rgba(183, 28, 28, 0.3);
}

.confirm-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 25px; }

.cancel-btn {
  padding: 12px; border-radius: 12px; border: 1px solid #ddd;
  background: white; font-weight: 600; cursor: pointer; color: var(--secondary);
}

.delete-confirm-btn {
  padding: 12px; border-radius: 12px; border: none;
  background: var(--danger); color: white; font-weight: 700; cursor: pointer;
  box-shadow: 0 5px 15px rgba(183, 28, 28, 0.3);
}

/* Shake animation for danger */
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}
.animate-shake { animation: shake 0.3s ease-in-out; }


.counter-proposal-card {
  background: var(--secondary-soft);
  border-left: 4px solid var(--secondary);
  padding: 15px;
  border-radius: 12px;
  margin-top: 10px;
}

.proposal-header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--secondary);
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.suggestion-box {
  background: white;
  padding: 12px;
  border-radius: 8px;
  font-size: 0.9rem;
}

.new-values {
  display: flex;
  gap: 15px;
  margin-top: 8px;
  color: var(--primary);
  font-weight: 600;
}

.proposal-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.accept-suggestion-btn {
  background: var(--secondary);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.btn-group-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.approve-btn-iconic {
  background: var(--success);
  color: white;
  border: none;
  padding: 12px;
  border-radius: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.suggest-btn-iconic {
  background: white;
  color: var(--secondary);
  border: 1.5px solid var(--secondary-soft);
  padding: 12px;
  border-radius: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.suggest-btn-iconic:hover {
  background: var(--secondary-soft);
}

.budget-summary-pill {
  background: var(--primary-soft);
  color: var(--primary);
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-flex;
  gap: 10px;
  margin-top: 10px;
  font-size: 1.1rem;
}
.budget-summary-pill strong { font-weight: 800; }
.empty-msg { text-align: center; padding: 40px; color: #999; font-style: italic; }
.dual-avatars {
  display: flex; align-items: center; justify-content: center; gap: -15px; margin-bottom: 20px;
}
.dual-avatars img {
  width: 80px; height: 80px; border-radius: 50%; border: 4px solid white; object-fit: cover;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.vs-heart {
  background: white; width: 35px; height: 35px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--primary);
  z-index: 2; margin: 0 -10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.couple-story-card {
  background: white; border-radius: 24px; padding: 25px; transition: 0.3s;
  border: 1px solid #eee; text-align: center;
}
.couple-story-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.donate-btn-iconic {
  background: var(--primary); color: white; border: none; padding: 10px 20px;
  border-radius: 50px; font-weight: 700; display: flex; align-items: center; gap: 8px;
}
/* Public Hero */
.public-hero-card { text-align: center; padding: 60px 20px; background: var(--primary-soft); border-radius: 0 0 50px 50px; }
.avatars-overlap { display: flex; align-items: center; justify-content: center; position: relative; margin-bottom: 20px; }
.av-left, .av-right { width: 100px; height: 100px; border-radius: 50%; border: 5px solid white; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.love-badge { position: absolute; z-index: 10; background: white; padding: 8px; border-radius: 50%; color: var(--primary); box-shadow: 0 4px 10px rgba(0,0,0,0.1); }

/* Timeline Line */
.central-line-public { position: absolute; left: 50%; width: 2px; height: 100%; background: var(--primary-soft); transform: translateX(-50%); }

/* Empty State */
.empty-blog-state { text-align: center; padding: 100px 20px; }
.empty-blog-state .icon-circle { width: 80px; height: 80px; background: #f0f0f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.empty-blog-state i { font-size: 40px; color: #ccc; }

/* Flutterwave Button */
.fw-donate-btn { background: #F5A623; color: white; border: none; padding: 15px 30px; border-radius: 50px; font-weight: 700; display: flex; align-items: center; gap: 10px; cursor: pointer; box-shadow: 0 10px 25px rgba(245, 166, 35, 0.3); }

.payment-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 15px; }
.method-btn {
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px 20px; border-radius: 15px; border: 1.5px solid #eee;
  background: white; cursor: pointer; transition: 0.3s;
}
.method-btn:hover { border-color: var(--primary); background: var(--primary-soft); }
.method-btn img { height: 24px; object-fit: contain; }
.method-btn span { font-weight: 700; font-size: 14px; color: var(--secondary); }
.heart-icon-box { background: var(--primary-soft); color: var(--primary); width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; }

.pricing-card {
  background: white;
  border-radius: 24px;
  padding: 30px;
  width: 280px;
  border: 1px solid #eee;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
}

.pricing-card.featured {
  border: 2px solid var(--primary);
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(142, 58, 89, 0.1);
}

.plan-badge {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.plan-price { font-size: 24px; font-weight: 800; color: var(--secondary); margin: 15px 0; }
.plan-price span { font-size: 14px; font-weight: 400; color: #999; }

.plan-features { flex-grow: 1; margin-bottom: 25px; }
.feature-item { 
  display: flex; align-items: center; gap: 10px; 
  font-size: 14px; margin-bottom: 12px; color: #555;
}
.feature-item i { font-size: 18px; color: var(--success); }
.feature-item.highlight i { color: var(--primary); }
.schedule-hint {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #888;
  margin-top: 8px;
  padding: 0 10px;
}

.schedule-hint i { font-size: 14px; color: var(--primary); }

.setting-card1.wedding-card-container {
  background: var(--card);
  padding: 15px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f0f0f0;
}

.wedding-card-container {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--card);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(142, 58, 89, 0.1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.wedding-details-grid {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.divider-line {
  height: 1px;
  background: #f0f0f0;
  width: 100%;
}

.unique-wedding-row-fix {
  display: flex;
  align-items: center;
  gap: 15px;
}

.unique-wedding-row-fix i {
  color: var(--primary);
  font-size: 20px;
  background: var(--primary-soft);
  padding: 8px;
  border-radius: 10px;
}

.wedding-text-stack .label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999;
  margin: 0;
}

.wedding-text-stack .value {
  font-weight: 700;
  color: var(--secondary);
  font-size: 0.9rem;
  margin: 2px 0 0 0;
}

.lock-icon-right i {
  color: var(--primary);
  opacity: 0.5;
  font-size: 24px;
}
.chat-list-container {
  max-width: 600px;
  margin: 0 auto;
  background: var(--background);
  min-height: 100vh;
  padding-bottom: 100px;
}

.chat-header {
  padding: 30px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.chat-header h1 {
  font-size: 28px;
  font-weight: 800;
  color: var(--secondary);
  margin: 0;
}

.status-indicator {
  font-size: 12px;
  color: var(--success);
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}

.status-indicator .dot {
  width: 8px;
  height: 8px;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--success);
}

.iconic-chat-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 20px;
  margin: 0 10px 8px;
  border-radius: 20px;
  background: var(--card);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.iconic-chat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  border-color: var(--primary-soft);
}

.iconic-chat-card.is-unread {
  background: var(--primary-soft);
  border-color: rgba(142, 58, 89, 0.1);
}

.avatar-box {
  position: relative;
}

.avatar-box img {
  width: 60px;
  height: 60px;
  border-radius: 18px; /* Squircle look */
  object-fit: cover;
}

.online-ping {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 14px;
  height: 14px;
  background: var(--success);
  border: 3px solid #fff;
  border-radius: 50%;
}

.chat-content { flex: 1; }

.chat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-row h4 {
  font-size: 16px;
  color: var(--secondary);
  font-weight: 700;
  margin: 0;
}

.chat-time {
  font-size: 11px;
  color: #999;
  font-weight: 500;
}

.last-msg-text {
  font-size: 13px;
  color: #666;
  margin: 4px 0 0;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.unread-pill {
  background: var(--primary);
  color: white;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 10px;
  min-width: 22px;
  text-align: center;
}

.iconic-fab {
  position: fixed;
  bottom: 100px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: var(--primary);
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(142, 58, 89, 0.3);
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.iconic-fab:hover {
  transform: scale(1.1) rotate(5deg);
}


.modal-overlay {
  background: rgba(44, 83, 100, 0.4); /* Use secondary color for overlay */
  backdrop-filter: blur(8px);
}

.modal {
  border-radius: 30px 30px 0 0 !important;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 -10px 40px rgba(0,0,0,0.1);
  padding: 24px !important;
}

.modal-item {
  border: none !important;
  background: #f8f9fa;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 15px !important;
  transition: 0.2s;
}

.modal-item:hover {
  background: var(--primary-soft);
  transform: scale(1.02);
}
.iconic-chat-wrapper {
  display: flex; flex-direction: column; height: 100vh; background: #F9FAFB;
}

/* Navbar */

.partner-info { display: flex; align-items: center; gap: 12px; flex: 1; cursor: pointer; }
.avatar-container { position: relative; }
.avatar-container img { width: 42px; height: 42px; border-radius: 14px; object-fit: cover; }
.online-status { 
  position: absolute; bottom: -2px; right: -2px; width: 12px; height: 12px; 
  background: var(--success); border: 2px solid white; border-radius: 50%;
}
.name-meta h4 { font-size: 15px; font-weight: 700; margin: 0; color: var(--secondary); }
.name-meta p { font-size: 11px; color: var(--success); margin: 0; font-weight: 600; }

/* Bubbles */
.chat-messages-area { flex: 1; overflow-y: auto; padding: 20px; display: flex; flex-direction: column; gap: 15px; }
.msg-row { display: flex; width: 100%; }
.msg-row.me { justify-content: flex-end; }

.msg-bubble-group { max-width: 80%; display: flex; flex-direction: column; gap: 4px; }
.bubble-text { 
  padding: 12px 16px; border-radius: 18px; font-size: 14px; line-height: 1.5;
  box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.me .bubble-text { 
  background: var(--primary); color: white; border-bottom-right-radius: 4px; 
}
.partner .bubble-text { 
  background: white; color: var(--secondary); border: 1px solid #f0f0f0; border-bottom-left-radius: 4px; 
}

.msg-time { font-size: 10px; color: #999; margin: 0 5px; align-self: flex-end; }

/* Input Bar */
.chat-input-container { padding: 15px; background: white; border-top: 1px solid #f0f0f0; }
.input-glass-box { 
  display: flex; align-items: center; background: #F3F4F6; padding: 8px 12px; 
  border-radius: 25px; gap: 10px; 
}
.main-input { 
  flex: 1; background: transparent; border: none; outline: none; font-size: 14px; padding: 8px 0;
}


.online-status-ring {
  position: absolute; bottom: 0; right: 0;
  width: 12px; height: 12px;
  background: #2E7D32; /* your --success color */
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(46, 125, 50, 0.4);
}

.typing-glow {
  color: var(--primary);
  font-weight: 700;
  animation: breathe 1.5s infinite;
}

@keyframes breathe {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
/* Header Fixes */
.chat-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.nav-left { display: flex; align-items: center; gap: 10px; }

/* Empty State */
.empty-chat-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  height: 80%; text-align: center; color: #999; padding: 40px;
}

.icon-wrapper {
  position: relative; margin-bottom: 20px;
  width: 80px; height: 80px; background: var(--primary-soft);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}

.icon-wrapper i { font-size: 40px; color: var(--primary); z-index: 2; }

.pulse-ring {
  position: absolute; width: 100%; height: 100%;
  border: 2px solid var(--primary); border-radius: 50%;
  animation: iconic-pulse 2s infinite;
}

@keyframes iconic-pulse {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* Recording UI */
.recording-active {
  background: var(--danger-soft) !important;
  border: 1px solid var(--danger) !important;
}

.recording-ui {
  flex: 1; display: flex; align-items: center; gap: 10px;
}

.rec-dot {
  width: 10px; height: 10px; background: var(--danger);
  border-radius: 50%; animation: blink 1s infinite;
}

@keyframes blink { 
  0%, 100% { opacity: 1; } 
  50% { opacity: 0.3; } 
}

.rec-text {
  color: var(--danger); font-weight: 700; font-size: 14px;
}

.mic-btn.is-recording {
  background: var(--danger) !important;
  color: white !important;
  transform: scale(1.2);
  box-shadow: 0 0 15px rgba(183, 28, 28, 0.4);
}
/* Header Buttons */
.back-btn, .menu-dot-btn {
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  transition: 0.2s;
}

.back-btn:active, .menu-dot-btn:active { transform: scale(0.9); }
.menu-dot-btn i { font-size: 24px; }

/* Glassmorphism Dropdown */
.glass-dropdown {
  position: absolute;
  top: 60px;
  right: 20px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  padding: 8px;
  min-width: 160px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.glass-dropdown button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 15px;
  border: none;
  background: transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary);
  cursor: pointer;
  transition: 0.2s;
}

.glass-dropdown button:hover { background: var(--primary-soft); color: var(--primary); }
.glass-dropdown button i { font-size: 18px; }
.glass-dropdown button.danger { color: var(--danger); }
.glass-dropdown button.danger:hover { background: var(--danger-soft); }

/* Fix Alignment */
.input-actions {
  display: flex;
  align-items: center;
  gap: 8px; /* Keeps buttons side-by-side */
}

.mic-btn {
  background: #E5E7EB;
  color: #4B5563;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mic-btn.is-recording {
  background: var(--danger) !important;
  color: white !important;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(183, 28, 28, 0.4);
}

.send-btn-iconic {
  background: var(--primary);
  color: white;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(142, 58, 89, 0.3);
}

.media-toggle-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.more-btn {
  background: transparent;
  border: none;
  color: var(--secondary);
  padding: 8px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.more-btn.active { color: var(--primary); transform: rotate(90deg); }

/* The Pop-up Menu Above the Bar */
.media-tooltip-menu {
  position: absolute;
  bottom: 50px;
  left: -10px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 18px;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 100;
  min-width: 150px;
  border: 1px solid rgba(255,255,255,0.3);
}

.menu-item-iconic {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  border: none;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: var(--secondary);
  transition: 0.2s;
  width: 100%;
}

.menu-item-iconic:hover {
  background: var(--primary-soft);
  color: var(--primary);
}

.menu-item-iconic i { font-size: 20px; }
.color-p { color: #8E3A59; }
.color-s { color: #2C5364; }
.color-g { color: #2E7D32; }

/* Preview Tray Fixes */
.image-previews-tray {
  display: flex;
  gap: 10px;
  padding: 10px;
  overflow-x: auto;
  background: rgba(255,255,255,0.5);
}

.mini-preview {
  position: relative;
  flex-shrink: 0;
}

.mini-preview img {
  width: 50px; height: 50px; border-radius: 10px; object-fit: cover;
}

.remove-preview {
  position: absolute; top: -5px; right: -5px;
  background: var(--danger); color: white; border: none;
  width: 18px; height: 18px; border-radius: 50%; font-size: 12px;
}
.iconic-video-bubble {
  max-width: 280px;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.video-preview-wrapper {
  position: relative;
  cursor: pointer;
  aspect-ratio: 9/16; /* Portrait video feel */
  display: flex;
  align-items: center;
  justify-content: center;
}

.msg-video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.2);
  transition: 0.3s;
}

.video-preview-wrapper:hover .video-overlay { background: rgba(0,0,0,0.4); }

.play-circle {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.play-circle i { font-size: 32px; }

.video-fullscreen-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(15px);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.video-wrapper {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.hd-video-player {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.video-close-btn:hover { background: var(--primary); transform: rotate(90deg); }

.video-caption {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.empty-chat-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px;
  text-align: center;
}

.spark-illustration {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.spark-illustration i {
  font-size: 40px;
  color: var(--primary);
  z-index: 5;
}

.ring-outer, .ring-inner {
  position: absolute;
  border: 2px solid var(--primary-soft);
  border-radius: 50%;
  animation: ripple 3s infinite;
}

.ring-outer { width: 100%; height: 100%; animation-delay: 0.5s; }
.ring-inner { width: 70%; height: 70%; }

@keyframes ripple {
  0% { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

.action-hint {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
}

.action-hint i {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}
/* Progress Bar at the top of the input area */
.iconic-upload-progress {
  height: 3px;
  width: 100%;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.iconic-upload-progress .progress-fill {
  height: 100%;
  background: var(--primary);
  transition: width 0.3s ease;
}

/* Media Tray styling */
.iconic-media-tray {
  display: flex;
  gap: 12px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-top: 1px solid #eee;
  overflow-x: auto;
}

.mini-preview-card {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 12px;
  overflow: visible;
  flex-shrink: 0;
}

.mini-preview-card img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 12px;
  border: 2px solid white; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.mini-preview-card .remove-btn {
  position: absolute; top: -8px; right: -8px;
  background: var(--danger); color: white; border: none;
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.glass-dropdown button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Add a subtle pulse to the active button */
.glass-dropdown button:disabled span {
  animation: pulse-text 1.5s infinite;
}

@keyframes pulse-text {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.glass-dropdown .alert {
  color: #E67E22; /* Warning Orange */
}
.glass-dropdown .alert:hover {
  background: rgba(230, 126, 34, 0.1);
}
.alert-icon-box {
  width: 60px;
  height: 60px;
  background: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.alert-icon-box i { font-size: 32px; }

.report-modal {
  max-width: 400px;
  border: 1px solid rgba(231, 76, 60, 0.2);
}

.iconic-submit-btn.danger-bg {
  background: #e74c3c;
  box-shadow: 0 10px 20px rgba(231, 76, 60, 0.2);
}

.cancel-text-btn {
  display: block !important; /* Ensure it's not hidden */
  width: 100%;
  background: transparent;
  border: none;
  padding: 12px;
  color: #666;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  text-decoration: underline; /* Visual cue */
  transition: 0.3s;
}

.cancel-text-btn:hover {
  color: var(--primary);
  background: var(--primary-soft);
  border-radius: 10px;
}

.iconic-input-area {
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  border: 1.5px solid #eee;
  background: #f9f9f9;
  font-family: inherit;
  font-size: 14px;
  resize: none;
  transition: 0.3s;
}

.iconic-input-area:focus {
  border-color: #e74c3c;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.1);
}
.upload-progress-container { margin: 15px 0; }
.progress-text { font-size: 12px; font-weight: 700; color: var(--primary); margin-bottom: 5px; }
.progress-bar-bg { height: 6px; background: #eee; border-radius: 10px; overflow: hidden; }
.progress-bar-fill { height: 100%; background: var(--primary); transition: width 0.3s ease; }
.elite-meet-card {
  background: linear-gradient(135deg, var(--secondary), #1a3a4a);
  color: white; border-radius: 20px; padding: 25px;
  display: flex; align-items: center; gap: 20px; position: relative; overflow: hidden;
}
.elite-glow-icon {
  width: 50px; height: 50px; background: rgba(255,255,255,0.1);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 15px var(--primary);
}
.elite-badge {
  position: absolute; top: 10px; right: 10px;
  font-size: 10px; font-weight: 800; background: var(--primary);
  padding: 4px 8px; border-radius: 4px;
}
.modal-header {
  display: flex !important;
  flex-direction: column !important; /* Forces vertical stacking */
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.modal-header h2 {
  display: block !important;
  margin: 0 0 8px 0 !important;
  width: 100%; /* Ensures it takes the full line */
  font-size: 1.5rem;
  color: var(--secondary);
}

.modal-header p {
  display: block !important;
  margin: 0 !important;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  transition: color 0.2s;
}
.modal-close-btn:hover { color: var(--secondary); }

.iconic-cancel-link {
  display: block;
  margin-top: 15px;
  background: none;
  border: none;
  color: #888;
  font-size: 0.85rem;
  text-decoration: underline;
  cursor: pointer;
  width: 100%;
}

.share-grid {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  gap: 15px;
}
.share-grid a, .share-grid button {
  font-size: 28px;
  color: var(--primary);
  background: var(--primary-soft);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.2s;
}
.share-grid a:hover { transform: scale(1.1); }
.guest-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.iconic-input123 {
  border: 1.5px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  outline-color: var(--primary);
}

.share-icon-btn {
  background: var(--primary-soft);
  color: var(--primary);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.share-icon-btn:hover {
  background: var(--primary);
  color: white;
}

/* Ensure the grid doesn't break */
.card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.social-tray {
  border-top: 1px solid var(--primary-soft);
  margin-top: 15px;
  padding-top: 10px;
}

.interaction-bar {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

.interaction-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 12px;
  transition: 0.2s;
}

.interaction-btn:hover { background: var(--primary-soft); color: var(--primary); }

.comments-wrapper {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 10px;
}

.comments-list {
  max-height: 200px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.comment-bubble {
  display: flex;
  max-width: 85%;
}

.comment-bubble.mine { align-self: flex-end; }
.comment-bubble.theirs { align-self: flex-start; }

.comment-content {
  padding: 8px 12px;
  border-radius: 15px;
  font-size: 13.5px;
  position: relative;
}

.mine .comment-content { background: var(--primary); color: white; border-bottom-right-radius: 2px; }
.theirs .comment-content { background: #eee; color: #333; border-bottom-left-radius: 2px; }

.comment-time {
  font-size: 10px;
  opacity: 0.7;
  display: block;
  margin-top: 3px;
}

.comment-input-area {
  display: flex;
  background: white;
  border-radius: 20px;
  padding: 5px 15px;
  border: 1px solid #ddd;
}

.comment-input-area input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 13px;
  padding: 8px 0;
}

.comment-input-area .send-btn {
  background: none;
  border: none;
  color: var(--primary);
  cursor: pointer;
}
.reaction-container {
  position: relative;
  display: inline-block;
}

.reaction-picker {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: white;
  border-radius: 30px;
  padding: 5px 10px;
  display: flex;
  gap: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s ease;
  z-index: 10;
  border: 1px solid var(--primary-soft);
}

/* Show picker when hovering over the container */
.reaction-container:hover .reaction-picker {
  visibility: visible;
  opacity: 1;
  transform: translateY(-5px);
}

.emoji-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.1s;
  padding: 0;
}

.emoji-btn:hover {
  transform: scale(1.3);
}

.reaction-count-stack {
  display: flex;
  align-items: center;
  gap: 4px;
}

.emoji-previews {
  font-size: 12px;
  letter-spacing: -2px;
  margin-right: 2px;
}
.quoted-message {
  background: rgba(0,0,0,0.05);
  border-left: 3px solid var(--primary);
  padding: 5px 8px;
  margin-bottom: 5px;
  border-radius: 4px;
  font-style: italic;
  font-size: 11px;
}

.reply-preview-bar {
  background: #eee;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 1px solid #ddd;
}

.reply-info p {
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
.public-social-box {
  border-top: 1px solid #eee;
  padding: 15px;
  background: #fafafa;
}

.public-interaction-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.reaction-wrapper-public {
  position: relative;
  display: flex;
  align-items: center;
}

.emoji-picker-public {
  position: absolute;
  bottom: 40px;
  background: white;
  border-radius: 20px;
  padding: 5px 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: flex;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.reaction-wrapper-public:hover .emoji-picker-public {
  opacity: 1;
  visibility: visible;
  bottom: 45px;
}

.public-comment-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.commenter-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.comment-text-box {
  background: white;
  padding: 10px 15px;
  border-radius: 12px;
  flex: 1;
  border: 1px solid #eee;
}

.comment-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.comment-meta strong { font-size: 13px; color: var(--primary); }
.comment-meta span { font-size: 11px; color: #999; }

.public-input-group {
  display: flex;
  align-items: center;
  background: white;
  border: 1.5px solid var(--primary-soft);
  border-radius: 25px;
  padding: 8px 15px;
}

.public-input-group input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
}

.login-prompt {
  text-align: center;
  font-size: 13px;
  color: #666;
}

.login-prompt span {
  color: var(--primary);
  font-weight: bold;
  cursor: pointer;
}
.visibility-pill {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: auto; /* Pushes it to the right of the interaction bar */
}

.visibility-pill i {
  font-size: 14px;
}

/* Public Style - Friendly & Open */
.visibility-pill.public {
  background-color: #E8F5E9; /* Light Success Green */
  color: #2E7D32;
  border: 1px solid #C8E6C9;
}

/* Private Style - Secure & Intimate */
.visibility-pill.private {
  background-color: var(--primary-soft); /* Your Light Pink/Maroon */
  color: var(--primary);
  border: 1px solid #F3E6EB;
}
.visibility-pill {
  cursor: help; /* Changes cursor to a question mark to indicate a tooltip */
  transition: all 0.3s ease;
  user-select: none;
}

.visibility-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.visibility-pill.private:hover {
  background-color: #fce4ec; /* Slightly deeper pink on hover */
}

.visibility-pill.public:hover {
  background-color: #c8e6c9; /* Slightly deeper green on hover */
}
.name-row { display: flex; align-items: center; gap: 8px; }
.verified-icon { color: #38bdf8; font-size: 24px; } /* Twitter-style blue */
.unverified-icon { color: var(--danger); font-size: 24px; opacity: 0.8; }

.verification-card {
  background: var(--primary-soft);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px dashed var(--primary);
}
.v-content { display: flex; align-items: center; gap: 15px; }
.v-icon-box {
  background: var(--primary);
  color: white;
  padding: 10px;
  border-radius: 12px;
  display: flex;
}
.v-text h3 { margin: 0; font-size: 16px; color: var(--primary); }
.v-text p { margin: 0; font-size: 13px; color: var(--secondary); opacity: 0.8; }
.v-btn {
  margin-left: auto;
  background: var(--primary);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}
/* Glassmorphism Locked State for Menu Items */
.menu-item.locked-item {
  opacity: 0.6;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.05); /* Slight darkening */
  filter: grayscale(0.8);
  pointer-events: all !important; /* Keep events on so the alert() works */
}

.menu-item.locked-item:hover {
  background: rgba(255, 0, 0, 0.05); /* Subtle red tint on hover to show restriction */
  transform: none; /* Disable the pop-in animation on hover */
}

.menu-item.locked-item i {
  color: #666 !important; /* Force grey icon */
}

.menu-item.locked-item span {
  color: #888;
  font-style: italic;
}

/* Optional: Add a small lock badge effect if you want more flair */
.menu-item.locked-item::after {
  content: 'LOCKED';
  font-size: 8px;
  background: #ff4757;
  color: white;
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: auto;
  font-weight: bold;
  letter-spacing: 0.5px;
}
/* Iconic Venue Styling */
.venue-text {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #ff4757; /* A soft romantic red/coral */
  background: rgba(255, 71, 87, 0.08); /* Super light tint */
  padding: 4px 10px;
  border-radius: 20px;
  width: fit-content;
}

.venue-text i {
  font-size: 16px;
}

/* Suggestion Hint Styling (Male counter-proposal) */
.suggestion-hint {
  margin-top: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-left: 3px solid #70a1ff; /* Elegant blue for male suggestions */
  border-radius: 4px 8px 8px 4px;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.suggestion-hint small {
  display: block;
  color: #2f3542;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
}

/* Animation for the suggestion hint when it appears */
.suggestion-hint {
  animation: slideInRight 0.4s ease-out;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.payment-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.payment-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.payment-btn:active:not(:disabled) {
  transform: translateY(0);
}
/* Container Logic */
.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  max-width: 500px;
  margin: 20px auto;
}

/* Base Button Style */
.method-btn {
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.method-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.method-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Provider Specific Colors */
.method-btn.flw {
  background-color: #f5a623; /* Flutterwave Orange */
  color: #0a0e27; /* Dark text looks better on FLW Orange */
}

.method-btn.kora {
  background-color: #0052ff; /* Kora Blue */
}

.method-btn.fincra {
  background-color: #3b12ef; /* Fincra Purple/Blue */
}

.method-btn.interswitch {
  background-color: #e31837; /* Interswitch Red */
}
.method-btn.remita {
  background-color: #e31837; /* Remita Corporate Red */
  color: #ffffff;
}

.method-btn.remita:hover:not(:disabled) {
  background-color: #c4152e;
}

