@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Inter:wght@300;400;500;600;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  --primary: #9b0000;
  --primary-light: #d63031;
  --primary-dark: #800000;
  --secondary: #e5a023;
  --secondary-light: #f5c469;
  --accent: #d48c00;
  --title-color: #1E1E2F;
  --subtitle-color: #64748B;
  --border-color: #E2E8F0;
  --black-color: #0F172A;
  --white-color: #FFFFFF;
  --bg-light: #F8FAFC;
  --bg-cream: #fff9f0;
  --gradient-1: linear-gradient(135deg, #9b0000 0%, #e5a023 100%);
  --gradient-2: linear-gradient(135deg, #e5a023 0%, #9b0000 100%);
  --gradient-3: linear-gradient(135deg, #9b0000 0%, #d48c00 100%);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.15);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:focus {
  text-decoration: none;
  color: var(--black-color);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  background: var(--white-color);
  color: var(--title-color);
  overflow-x: hidden;
}

::selection {
  background-color: var(--primary);
  color: var(--white-color);
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #F1F5F9;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

/* ===== UTILITY CLASSES ===== */
.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.gradient-text {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-header {
  margin-bottom: 20px;
}

.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(236, 72, 153, 0.1));
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--title-color);
  line-height: 1.2;
}

.section-desc {
  font-size: 16px;
  color: var(--subtitle-color);
  margin-top: 8px;
}

/* ===== PROGRESS BAR ===== */
.progress-wrap {
  position: fixed;
  right: 24px;
  bottom: 24px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px var(--primary);
  z-index: 999;
  visibility: hidden;
  transition: all 200ms linear;
  background: var(--primary);
  border-radius: 14px;
}

.progress-wrap:hover {
  background: var(--primary-dark);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
}

.progress-wrap::after {
  position: absolute;
  content: "\eedc";
  font-family: 'boxicons';
  text-align: center;
  color: var(--white-color);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  font-size: 28px;
  line-height: 46px;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(124, 58, 237, 0.3);
  stroke-width: 2;
  transition: all 200ms linear;
}

/* ===== NAVBAR ===== */
.navbar-pro-matrimony {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-pro-matrimony.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  padding: 15px 0;

}

.navbar-pro-inner .brand-logo {
  width: 180px;
  transition: all 0.3s;
}

.navbar-pro-inner .navbar-ui li .nav-item {
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  padding: 8px 12px;
  border-radius: var(--radius-xl);
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
}

.navbar-pro-matrimony.scrolled .navbar-ui li .nav-item {
  color: var(--title-color);
}

.navbar-pro-inner .navbar-ui li .nav-item:hover,
.navbar-pro-inner .navbar-ui li .nav-item.active {
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.15);
}

.navbar-pro-matrimony.scrolled .navbar-ui li .nav-item:hover,
.navbar-pro-matrimony.scrolled .navbar-ui li .nav-item.active {
  color: var(--primary);
  background: rgba(124, 58, 237, 0.08);
}

/* Nav Dropdown */
.nav-dropdown {
  position: relative;
}

.nav-dropdown .nav-item i {
  font-size: 16px;
  transition: transform 0.3s;
}

.nav-dropdown.show .nav-item i {
  transform: rotate(180deg);
}

.nav-dropdown .dropdown-toggle::after {
  display: none;
}

.nav-dropdown-menu {
  min-width: 220px;
  padding: 8px;
  border: none;
  border-radius: 16px;
  background: var(--white-color);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.06);
  animation: navDropIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: top center;
  margin-top: 10px !important;
}

@keyframes navDropIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.nav-dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  border-radius: 10px;
  transition: all 0.25s;
}

.nav-dropdown-menu .dropdown-item i {
  font-size: 20px;
  color: var(--primary);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(124, 58, 237, 0.08);
  transition: all 0.25s;
}

.nav-dropdown-menu .dropdown-item:hover {
  background: rgba(124, 58, 237, 0.06);
  color: var(--primary);
  transform: translateX(4px);
}

.nav-dropdown-menu .dropdown-item:hover i {
  background: var(--primary);
  color: var(--white-color);
}

.navbar-ui .btn-login {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: var(--white-color);
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 50px;
  transition: all 0.3s;
}

.navbar-ui .btn-login:hover {
  background: var(--primary);
  color: var(--white-color);
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.3);
}

.navbar-ui .btn-register {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 50px;
  transition: all 0.3s;
}

.navbar-ui .btn-register:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.navbar-pro-matrimony.scrolled .btn-register {
  border-color: var(--primary);
  color: var(--primary);
}

.navbar-pro-matrimony.scrolled .btn-login {
  background: var(--primary);
  color: var(--white-color);
  border-color: var(--primary);
}

/* Navbar white variant for subpages */
.navbar-pro-matrimony.navbar-white {
  background: var(--white-color);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  padding: 15px 0;
  position: relative;
}

.navbar-pro-matrimony.navbar-white .navbar-ui li .nav-item {
  color: var(--title-color);
}

.navbar-pro-matrimony.navbar-white .navbar-ui li .nav-item:hover,
.navbar-pro-matrimony.navbar-white .navbar-ui li .nav-item.active {
  color: var(--primary);
  background: rgba(155, 0, 0, 0.05);
}

.navbar-pro-matrimony.navbar-white .btn-register {
  border-color: var(--primary);
  color: var(--primary);
}

.navbar-pro-matrimony.navbar-white .btn-login {
  background: var(--primary);
  color: var(--white-color);
  border-color: var(--primary);
}

.navbar-pro-matrimony.navbar-white .btn-register:hover {
  background: var(--primary);
  color: var(--white-color);
}



/* ===== HERO SECTION ===== */
.hero-section {
  position: relative;
  height: 826px;
  background: linear-gradient(135deg, #1E0A3C 0%, #3B1578 30%, #7C3AED 60%, #A855F7 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 80px;
}

.min-vh-hero {
  min-height: calc(75vh - 70px);
}

.hero-bg-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.hero-shape-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #EC4899, transparent 70%);
  top: -200px;
  right: -100px;
  animation: float1 8s ease-in-out infinite;
}

.hero-shape-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #7C3AED, transparent 70%);
  bottom: -100px;
  left: -100px;
  animation: float2 10s ease-in-out infinite;
}

.hero-shape-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #F59E0B, transparent 70%);
  top: 50%;
  left: 40%;
  animation: float3 12s ease-in-out infinite;
}

@keyframes float1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-30px, 30px);
  }
}

@keyframes float2 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(30px, -20px);
  }
}

@keyframes float3 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-20px, -30px);
  }
}

/* Particles */
.hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: particleFloat 6s ease-in-out infinite;
}

.p1 {
  width: 6px;
  height: 6px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.p2 {
  width: 4px;
  height: 4px;
  top: 40%;
  left: 25%;
  animation-delay: 1s;
}

.p3 {
  width: 8px;
  height: 8px;
  top: 60%;
  left: 60%;
  animation-delay: 2s;
}

.p4 {
  width: 5px;
  height: 5px;
  top: 30%;
  left: 80%;
  animation-delay: 3s;
}

.p5 {
  width: 3px;
  height: 3px;
  top: 70%;
  left: 45%;
  animation-delay: 4s;
}

.p6 {
  width: 7px;
  height: 7px;
  top: 15%;
  left: 55%;
  animation-delay: 5s;
}

@keyframes particleFloat {

  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.3;
  }

  50% {
    transform: translateY(-30px) scale(1.5);
    opacity: 0.8;
  }
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease forwards;
}

.hero-badge i {
  color: #F472B6;
  font-size: 18px;
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 800;
  color: var(--white-color);
  line-height: 1.1;
  margin-bottom: 20px;
  animation: fadeInUp 0.8s ease 0.2s forwards;
  opacity: 0;
}

.hero-title .gradient-text {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 32px;
  animation: fadeInUp 0.8s ease 0.4s forwards;
  opacity: 0;
}

.hero-cta-group {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  animation: fadeInUp 0.8s ease 0.6s forwards;
  opacity: 0;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white-color);
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 50px;
  transition: all 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-hero-primary:hover {
  transform: translateY(-3px);
  color: var(--primary);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.btn-hero-primary i {
  font-size: 20px;
  transition: transform 0.3s;
}

.btn-hero-primary:hover i {
  transform: translateX(4px);
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  padding: 16px 28px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s;
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  border-color: rgba(255, 255, 255, 0.4);
}

.btn-hero-secondary i {
  font-size: 22px;
}

/* Hero Trust Bar */
.hero-trust-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  animation: fadeInUp 0.8s ease 0.8s forwards;
  opacity: 0;
}

.trust-avatars {
  display: flex;
}

.trust-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 3px solid rgba(255, 255, 255, 0.3);
  margin-left: -12px;
  transition: transform 0.3s;
}

.trust-avatar:first-child {
  margin-left: 0;
}

.trust-avatar:hover {
  transform: scale(1.15);
  z-index: 2;
}

.trust-count {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: var(--white-color);
}

.trust-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Hero Image */
.hero-image-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  animation: fadeInUp 1s ease 0.5s forwards;
  opacity: 0;
}

.hero-image-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.3), transparent 70%);
  filter: blur(40px);
  animation: pulseGlow 4s ease-in-out infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 1;
  }
}

.hero-couple-img {
  max-width: max-content;
  max-height: 650px;
  height: auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.4));
  transition: all 0.5s ease;
  object-fit: contain;
}

.hero-couple-img:hover {
  transform: translateY(-5px) scale(1.02);
}

/* Floating Cards */
.hero-floating-card {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-md);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation: floatCard 3s ease-in-out infinite;
}

.hero-floating-card i {
  font-size: 32px;
}

.card-matches {
  left: -10px;
  top: 35%;
}

.card-matches i {
  color: var(--secondary);
}

.card-success {
  right: 0px;
  bottom: 25%;
  animation-delay: 1.5s;
}

.card-success i {
  color: #10B981;
}

.card-num {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--title-color);
}

.card-label {
  font-size: 12px;
  color: var(--subtitle-color);
  font-weight: 500;
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* ===== SEARCH SECTION ===== */
.search-section {
  position: relative;
  z-index: 10;
  margin-top: -60px;
  padding-bottom: 40px;
}

.search-card {
  background: var(--white-color);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(124, 58, 237, 0.08);
}

.search-card-header {
  margin-bottom: 20px;
}

.search-card-header h3 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-card-header h3 i {
  color: var(--primary);
  font-size: 26px;
}

.search-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--subtitle-color);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.search-divider {
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--subtitle-color);
}

/* Custom Select Styling for Search */
.search-field .custom-select-wrapper {
  position: relative;
  display: block;
  user-select: none;
}

.search-field .custom-select-wrapper select {
  display: none;
  visibility: hidden;
}

.search-field .custom-select-trigger {
  position: relative;
  display: block;
  font-size: 15px;
  color: var(--title-color);
  line-height: 44px;
  cursor: pointer;
  padding: 0 16px;
  font-weight: 500;
  background: var(--bg-light);
  border-radius: var(--radius-sm);
  border: 2px solid var(--border-color);
  transition: all 0.3s;
}

.search-field .custom-select-trigger:hover,
.search-field .custom-select.opened .custom-select-trigger {
  border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.08);
}

.search-field .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  top: 48%;
  right: 16px;
  border-bottom: 2px solid var(--subtitle-color);
  border-right: 2px solid var(--subtitle-color);
  transform: rotate(45deg) translateY(-50%);
  transition: all .3s;
}

.search-field .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
  margin: 4px 0;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-lg);
  background: var(--white-color);
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  border-radius: var(--radius-sm);
  z-index: 100;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 16px;
  border-bottom: 1px solid #F1F5F9;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  line-height: 40px;
  cursor: pointer;
  transition: all .2s;
}

.custom-option:last-of-type {
  border-bottom: 0;
}

.custom-option:hover,
.custom-option.selection {
  background: rgba(124, 58, 237, 0.06);
  color: var(--primary);
}

.search-btn {
  width: 100%;
  background: var(--gradient-1);
  border: none;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: var(--radius-sm);
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.3);
}

.search-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.4);
}

.search-btn i {
  font-size: 20px;
}

/* ===== HOW IT WORKS ===== */
.how-works-section {
  padding: 80px 0;
  background: var(--bg-light);
}

.work-card {
  position: relative;
  background: var(--white-color);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(124, 58, 237, 0.06);
  overflow: hidden;
}

.work-card::before {
  content: attr(data-step);
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 64px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  color: rgba(124, 58, 237, 0.06);
  line-height: 1;
}

.work-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(124, 58, 237, 0.15);
}

.work-card-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-card-icon i {
  font-size: 36px;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}

.icon-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(236, 72, 153, 0.1));
  animation: ringPulse 3s ease-in-out infinite;
}

@keyframes ringPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.12);
    opacity: 0.7;
  }
}

.work-card h4 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 10px;
}

.work-card p {
  font-size: 14px;
  color: var(--subtitle-color);
  line-height: 1.7;
}

/* ===== PROFILES SECTION ===== */
.profiles-section {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--bg-light) 0%, var(--white-color) 100%);
}

.profile-card {
  background: var(--white-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.4s;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.profile-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.profile-img-wrap {
  position: relative;
  overflow: hidden;
  height: 260px;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.profile-card:hover .profile-img {
  transform: scale(1.08);
}

.profile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(124, 58, 237, 0.6));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  opacity: 0;
  transition: opacity 0.4s;
}

.profile-card:hover .profile-overlay {
  opacity: 1;
}

.profile-view-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--white-color);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.3s;
  transform: translateY(20px);
}

.profile-card:hover .profile-view-btn {
  transform: translateY(0);
}

.profile-view-btn:hover {
  background: var(--primary);
  color: var(--white-color);
}

.profile-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  padding: 5px 16px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.profile-badge.Platinum {
  background: linear-gradient(135deg, #9333EA, #DB2775);
}

.profile-badge.dimand {
  background: linear-gradient(135deg, #0EA5E9, #2DD4BF);
}

.profile-badge.Silver {
  background: linear-gradient(135deg, #6366F1, #818CF8);
}

.profile-badge.Gold {
  background: linear-gradient(135deg, #F59E0B, #EAB308);
}

.profile-badge.Free {
  background: linear-gradient(135deg, #64748B, #94A3B8);
}

.profile-info {
  padding: 16px 18px;
  text-align: center;
}

.profile-info h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 4px;
}

.profile-info h4 a {
  color: inherit;
  transition: color 0.3s;
}

.profile-info h4 a:hover {
  color: var(--primary);
}

.profile-info p {
  font-size: 13px;
  color: var(--subtitle-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Slick slider for profiles */
.LastProfileSlider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}

.LastProfileSlider .slick-dots li {
  line-height: 0;
}

.LastProfileSlider .slick-dots li button {
  height: 8px;
  width: 8px;
  font-size: 0;
  border: none;
  background: #CBD5E1;
  border-radius: 20px;
  transition: all 0.3s;
}

.LastProfileSlider .slick-dots li.slick-active button {
  background: var(--primary);
  width: 24px;
}

/* ===== SUCCESS STORIES ===== */
.stories-section {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

.stories-bg-accent {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.06), transparent 70%);
  top: -100px;
  right: -150px;
  pointer-events: none;
}

.stories-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

/* Featured Story (Left) */
.story-featured {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  min-height: 520px;
}

.story-featured-img {
  position: absolute;
  inset: 0;
}

.story-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.story-featured:hover .story-featured-img img {
  transform: scale(1.06);
}

.story-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.5) 40%, rgba(15, 23, 42, 0.92) 100%);
}

.story-featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 36px;
  z-index: 2;
}

.story-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.story-date-badge i {
  font-size: 16px;
  color: #F472B6;
}

.story-featured-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 800;
  color: var(--white-color);
  margin-bottom: 12px;
}

.story-featured-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}

.story-featured-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.story-stars i {
  color: #FBBF24;
  font-size: 18px;
}

.story-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}

.story-read-more:hover {
  background: var(--white-color);
  color: var(--primary);
  border-color: var(--white-color);
}

.story-read-more i {
  font-size: 18px;
  transition: transform 0.3s;
}

.story-read-more:hover i {
  transform: translateX(4px);
}

/* Stories Stack (Right) */
.stories-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.story-mini-card {
  display: flex;
  gap: 20px;
  align-items: center;
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1;
}

.story-mini-card:hover {
  transform: translateX(6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(124, 58, 237, 0.12);
}

.story-mini-img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(124, 58, 237, 0.15);
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.1);
}

.story-mini-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.4s;
}

.story-mini-card:hover .story-mini-img img {
  transform: scale(1.1);
}

.story-mini-content {
  flex: 1;
}

.story-mini-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.story-mini-header h4 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
}

.story-mini-date {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  background: rgba(124, 58, 237, 0.08);
  padding: 4px 12px;
  border-radius: 50px;
  white-space: nowrap;
}

.story-mini-content p {
  font-size: 13px;
  color: var(--subtitle-color);
  line-height: 1.6;
  margin-bottom: 8px;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.story-mini-stars i {
  font-size: 14px;
  color: #FBBF24;
}

.story-mini-stars i.bx-star {
  color: #D1D5DB;
}

/* ===== STATS SECTION ===== */
.stats-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #1E0A3C 0%, #3B1578 50%, #7C3AED 100%);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}

.stat-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.stat-icon {
  margin-bottom: 12px;
}

.stat-icon i {
  font-size: 40px;
  color: var(--accent);
}

.stat-number {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: var(--white-color);
  font-family: "Playfair Display", serif;
}

.stat-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 2px;
}

.stat-desc {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

/* ===== ABOUT SECTION ===== */
.about-section {
  padding: 80px 0;
  background: var(--bg-light);
}

.about-text {
  font-size: 15px;
  color: var(--subtitle-color);
  line-height: 1.8;
  margin: 16px 0 30px;
}

.about-features-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-feature-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--white-color);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.about-feature-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}

.feature-icon-wrap {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(236, 72, 153, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon-wrap i {
  font-size: 24px;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-feature-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 4px;
}

.about-feature-card p {
  font-size: 13px;
  color: var(--subtitle-color);
  line-height: 1.5;
}

/* Features Showcase */
.features-showcase {
  background: var(--white-color);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.features-showcase h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 24px;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: default;
  border: 1px solid transparent;
}

.feature-tag:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.feature-tag i {
  font-size: 18px;
}

.tag-1 {
  background: #FEF3C7;
  color: #92400E;
}

.tag-2 {
  background: #FCE7F3;
  color: #9D174D;
}

.tag-3 {
  background: #DBEAFE;
  color: #1E40AF;
}

.tag-4 {
  background: #E0E7FF;
  color: #3730A3;
}

.tag-5 {
  background: #D1FAE5;
  color: #065F46;
}

.tag-6 {
  background: #EDE9FE;
  color: #5B21B6;
}

.tag-7 {
  background: #FEE2E2;
  color: #991B1B;
}

/* ===== APP SECTION ===== */
.app-section {
  padding: 80px 0;
  background: var(--white-color);
}

.app-card {
  position: relative;
  background: linear-gradient(135deg, #F8FAFC, #EDE9FE);
  border-radius: var(--radius-xl);
  padding: 60px;
  overflow: hidden;
}

.app-bg-decoration {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.app-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}

.app-circle.c1 {
  width: 400px;
  height: 400px;
  background: var(--primary);
  top: -150px;
  right: -100px;
}

.app-circle.c2 {
  width: 300px;
  height: 300px;
  background: var(--secondary);
  bottom: -100px;
  left: -80px;
}

.app-content {
  position: relative;
  z-index: 2;
}

.app-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--title-color);
  line-height: 1.2;
  margin-bottom: 20px;
}

.app-content h2 span {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-highlights {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.app-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}

.app-highlights span i {
  color: var(--primary);
  font-size: 20px;
}

.app-stores {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}

.app-stores img {
  width: 150px;
  transition: transform 0.3s;
  border-radius: 8px;
}

.app-stores a:hover img {
  transform: translateY(-3px);
}

.app-users {
  display: flex;
  align-items: center;
  gap: 14px;
}

.app-user-avatars {
  display: flex;
}

.app-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 3px solid var(--white-color);
  margin-left: -14px;
}

.app-avatar:first-child {
  margin-left: 0;
}

.app-user-info strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--title-color);
}

.app-user-info span {
  font-size: 13px;
  color: var(--subtitle-color);
}

.app-mockup {
  position: relative;
  z-index: 2;
  top: 24px;
  right: 32px;
}

.app-mockup-img {
  max-width: 100%;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

/* ===== COMMUNITY SECTION ===== */
.community-section {
  padding: 80px 0;
  background: var(--bg-light);
}

.community-card {
  padding: 20px 28px;
  border-radius: var(--radius-md);
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.community-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.cc-1 {
  background: linear-gradient(135deg, #FFF1F2, #FFE4E6);
}

.cc-2 {
  background: linear-gradient(135deg, #ECFDF5, #D1FAE5);
}

.cc-3 {
  background: linear-gradient(135deg, #FFFBEB, #FEF3C7);
}

.cc-4 {
  background: linear-gradient(135deg, #F0FDF4, #DCFCE7);
}

.cc-5 {
  background: linear-gradient(135deg, #FAF5FF, #EDE9FE);
}

.cc-6 {
  background: linear-gradient(135deg, #FFF1F2, #FECDD3);
}

.community-card .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  color: var(--title-color);
  font-weight: 700;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.community-card .accordion-button i {
  font-size: 22px;
  color: var(--primary);
}

.community-card .accordion-button::after {
  content: "\ebc0";
  font-family: 'boxicons';
  background: transparent;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: unset;
  width: unset;
  font-size: 20px;
}

.community-card .accordion-button:not(.collapsed)::after {
  content: "\eb8b";
}

.community-links {
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.community-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--subtitle-color);
  padding: 4px 0;
  transition: all 0.2s;
  position: relative;
}

.community-links a:hover {
  color: var(--primary);
}

.community-links a::after {
  content: '•';
  margin-left: 16px;
  color: var(--border-color);
}

.community-links a:last-child::after {
  content: '';
}

.community-links .more-link {
  font-weight: 700;
  color: var(--primary);
}

.community-links .more-link::after {
  content: '';
}

.community-links .more-link:hover {
  color: var(--primary-dark);
}

/* ===== FOOTER ===== */
.footer-section {
  padding: 60px 0 0;
  background: var(--title-color);
  color: rgba(255, 255, 255, 0.8);
}

.footer-col h5 {
  font-size: 17px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 20px;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}

.footer-col ul li a:hover {
  color: var(--white-color);
  padding-left: 4px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.footer-contact-item i {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
}

.footer-contact-item:hover i {
  background: var(--primary);
  color: var(--white-color);
}

.footer-contact-item a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}

.footer-contact-item a:hover {
  color: var(--white-color);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  margin-top: 40px;
}

.footer-logo {
  width: 160px;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.footer-logo:hover {
  opacity: 1;
}

.footer-social {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 12px 0;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
}

.footer-social a:hover {
  background: var(--primary);
  color: var(--white-color);
  transform: translateY(-3px);
}

.footer-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}


/* ===== COMMON FORM COMPONENTS ===== */
.form-group-custom {
  margin-bottom: 20px;
}

.form-label-custom {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 8px;
}

.form-control-custom {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  color: var(--title-color);
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  transition: all 0.3s ease;
}

.form-control-custom:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(155, 0, 0, 0.1);
}

.form-control-custom::placeholder {
  color: var(--subtitle-color);
  opacity: 0.6;
}

/* Select2 Custom Styling */
.select2-custom .select2-container--default .select2-selection--single {
  height: 48px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif !important;
}

.select2-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;

  padding-right: 40px !important;
  color: var(--title-color);
  font-size: 14px !important;
}

.select2-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 14px !important;
  /* Moved to right */
  left: auto !important;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-custom .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-custom .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--subtitle-color);
  border-bottom: 2px solid var(--subtitle-color);
  transform: translateY(-2px) rotate(45deg);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.select2-container--open .select2-custom .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  transform: translateY(2px) rotate(-135deg);
}

/* Multi-selector styles (using Select2 tags mode) */
.select2-container--default .select2-selection--multiple {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  min-height: 48px;
  padding: 7px 8px;
  /* display: flex; */
  align-items: center;
  font-family: 'Inter', sans-serif !important;
}

.select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  gap: 4px;
  justify-content: flex-start !important;
  /* Strong left alignment */
  align-items: center !important;
  float: none !important;
}

.select2-selection--multiple .select2-selection__rendered li {
  float: none !important;
  /* Revert default float: left from select2.css */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--primary);
  border: none;
  color: white;
  border-radius: 6px;
  padding: 4px 12px;
  margin: 4px 6px 4px 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  width: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.9) !important;
  margin-right: 0px;
  border: none !important;
  font-size: 16px;
  line-height: 1;
  transition: all 0.2s;
  display: inline-block;
  position: static !important;
  float: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: transparent !important;
  color: white !important;
  transform: scale(1.1);
}

.select2-container--default .select2-search--inline {
  width: auto !important;
  flex-grow: 1 !important;
  margin-left: 0 !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  margin: 0 !important;
  padding-left: 12px !important;
  color: var(--title-color) !important;
  height: 32px !important;
  line-height: 32px !important;
  text-align: left !important;
  /* Force left align input content */
  width: 100% !important;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: var(--subtitle-color) !important;
  opacity: 0.7 !important;
  text-align: left !important;
  /* Force left align placeholder */
}


/* Dropdown Results Styling */
.select2-container--open .select2-dropdown {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 5px;
}

.select2-results__option {
  padding: 10px 16px !important;
  font-size: 14px !important;
  color: var(--title-color);
  transition: all 0.2s;
  font-family: 'Inter', sans-serif !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(155, 0, 0, 0.05) !important;
  color: var(--primary) !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: rgba(155, 0, 0, 0.1) !important;
  color: var(--primary) !important;
  font-weight: 600;
}


/* Checkbox Custom */
.checkbox-custom-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.checkbox-custom {
  width: 18px;
  height: 18px;
  border: 2px solid var(--border-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}

.checkbox-custom-wrap input:checked+.checkbox-custom {
  background-color: var(--primary);
  border-color: var(--primary);
}

.checkbox-custom iconify-icon {
  color: white;
  display: none;
  font-size: 12px;
}

.checkbox-custom-wrap input:checked+.checkbox-custom iconify-icon {
  display: block;
}

/* ===== LOGIN PAGE STYLES ===== */
.auth-page {
  background-color: var(--bg-cream);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 50px 0 80px;
}

.auth-card {
  background: var(--white-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  display: flex;
  min-height: 650px;
  width: 100%;
}

.auth-hero-side {
  flex: 1;
  position: relative;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  color: var(--white-color);
}

.auth-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.auth-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 18, 45, 0.85) 0%, rgba(6, 18, 45, 0.5) 60%, rgba(155, 0, 0, 0.95) 100%);
}

.auth-hero-content {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.auth-hero-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 55px;
  height: 55px;
  background: var(--white-color);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 2;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.auth-hero-logo img {
  width: 100%;
  object-fit: contain;
}

.auth-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.auth-hero-title span {
  color: var(--secondary);
}

.auth-hero-desc {
  font-size: 15px;
  opacity: 0.9;
  line-height: 1.6;
  margin-bottom: 24px;
}

.auth-form-side {
  flex: 1.2;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-header {
  margin-bottom: 32px;
}

.auth-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 8px;
}

.auth-subtitle {
  color: var(--subtitle-color);
  font-size: 15px;
}

.btn-otp-login {
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  border: 1px solid #FFEBEB;
  background: #FFF9F9;
  color: var(--primary);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.btn-otp-login:hover {
  background: #FFEBEB;
}

.auth-separator {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.auth-separator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border-color);
  z-index: 1;
}

.auth-separator span {
  position: relative;
  z-index: 2;
  background: var(--white-color);
  padding: 0 16px;
  color: var(--subtitle-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.input-with-icon {
  position: relative;
}

.input-with-icon>iconify-icon:not(.password-toggle):not(.error-icon) {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: 20px;
  opacity: 0.8;
  pointer-events: none;
}

.input-with-icon .form-control-custom {
  padding-left: 48px;
}

.password-toggle,
.error-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--subtitle-color);
  font-size: 20px;
  z-index: 5;
}

.error-icon {
  color: #ff4d4f;
  pointer-events: none;
}

.forgot-link {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

.btn-auth-submit {
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  background: var(--primary);
  color: var(--white-color);
  border: none;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
  box-shadow: 0 10px 20px rgba(155, 0, 0, 0.2);
  transition: all 0.3s;
}

.btn-auth-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(155, 0, 0, 0.3);
}

.auth-footer-text {
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
  color: var(--subtitle-color);
}

.auth-footer-text a {
  color: var(--primary);
  font-weight: 700;
}

.form-group-custom.has-error .form-control-custom {
  border-color: #ff4d4f;
  background-color: #fff2f0;
}

.error-message {
  color: #ff4d4f;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.trust-avatars-sm {
  display: flex;
  margin-top: 20px;
}

.trust-avatar-sm {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -8px;
  object-fit: cover;
}

.trust-avatar-sm:first-child {
  margin-left: 0;
}

.trust-count-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  margin-left: -8px;
}

.menu-user-profiles {
  padding: 12px;
  margin: auto;
}

.menu-user-profiles img {

  border-radius: 20px;

}

/* Scoped After Login (Dashboard & Profile) Specific Styles - Leva Shubhmangal */

.dashboard-page {
  background-color: var(--bg-cream);
  /* Force light cream background */
}

/* Fix Navbar Alignment for Dashboard */
.dashboard-page .navbar-pro-matrimony {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
  padding: 15px 0 !important;
}

.dashboard-page .navbar-pro-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100%;
}

.dashboard-page .navbar-ui {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.dashboard-page .navbar-ui li {
  margin: 0 10px !important;
}

.dashboard-page .navbar-ui li .nav-item {
  color: var(--title-color) !important;
  font-weight: 600 !important;

}

.dashboard-page .navbar-ui li .nav-item:hover {
  color: var(--primary) !important;
}

/* Ensure mobile nav header is hidden on desktop by default */
.navbar-ui.d-lg-none {
  display: none !important;
}


/* Profile Dropdown & Bell */
.dashboard-page .profile-dropdown-btn {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 5px 12px;
  border-radius: 50px;
  background: #F1F5F9;
  border: 1px solid var(--border-color);
  cursor: pointer;
}

.dashboard-page .profile-dropdown-btn img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.dashboard-page .profile-dropdown-btn i {
  color: var(--title-color) !important;
  font-size: 18px;
}

.dashboard-page .notification-bell {
  font-size: 22px;
  color: var(--title-color);
  cursor: pointer;
  position: relative;
  padding: 5px;
  top: 3px;
}

.dashboard-page .notification-bell .dot {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 8px;
  height: 8px;
  background: #EF4444;
  border-radius: 50%;
  border: 2px solid white;
}

/* Dashboard Content Layout */
.dashboard-section {
  padding-top: 40px;
  padding-bottom: 40px;
}


/* Profile Main Card */
.profile-main-card {
  background: var(--white-color);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}


.profile-inner {
  display: flex;
  gap: 30px;
}

.profile-left-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  width: 230px;
}



.profile-avatar-box {
  width: 230px;
  height: 310px;
  border-radius: 15px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}


.profile-avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edit-photo-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #2D3748;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.edit-photo-btn:hover {
  background: var(--primary);
  transform: scale(1.1);
}

.profile-info-content {
  flex-grow: 1;
  width: 100%;
}

.profile-header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 20px;
}


.user-name-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--title-color);
  margin-bottom: 8px;
}

.user-meta-top {
  font-size: 14px;
  color: var(--subtitle-color);
  margin-top: 5px;
}

.match-profile-badge-v2 {
  display: inline-block;
  padding: 8px 16px;
  background-color: #F0FDF4;
  color: #16A34A;
  border-radius: 38px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.user-details-list-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
  margin-top: 30px;
}

.detail-item-v2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.detail-label-v2 {
  font-size: 13px;
  color: #94A3B8;
  font-weight: 500;
  text-transform: capitalize;
}

.detail-value-v2 {
  font-size: 16px;
  font-weight: 700;
  color: #1E293B;
  display: flex;
  align-items: center;
  gap: 8px;
}

.show-details-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #10B981;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.action-card-v2 {
  flex: 1;
  background: white;
  border: 1px solid #F1F5F9;
  border-radius: 12px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.action-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(155, 0, 0, 0.2);
}

.action-card-v2 .icon-circle-v2 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FFF1F2;
  color: #E11D48;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s;
}

.action-card-v2:hover .icon-circle-v2 {
  background-color: #E11D48;
  color: white;
}

.action-card-v2 span {
  font-size: 14px;
  font-weight: 600;
  color: #64748B;
}

.gallery-thumbs-v2 {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  justify-content: space-between;
}

.thumb-item-v2 {
  width: 57px;
  height: 57px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s;
  border-radius: 10px;
}

.thumb-item-v2.active {
  border-color: #9b0000;
}

.thumb-item-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.completion-container {
  width: 340px;
}


.completion-label {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.completion-bar-bg {
  height: 6px;
  background: #F1F5F9;
  border-radius: 10px;
}

.completion-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #E63946 0%, #F4A261 100%);
  border-radius: 10px;
}

/* Details Grid */
.user-details-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  background: #F8FAFC;
  padding: 30px;
  border-radius: 15px;
  margin-top: 25px;
}

.detail-row {
  display: flex;
  flex-direction: column;
}

.detail-label {
  font-size: 12px;
  color: var(--subtitle-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.detail-value {
  font-size: 16px;
  font-weight: 700;
  color: #1E293B;
  margin-top: 4px;
}

.verification-status {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 14px;
}


.status-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  flex: 1;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.status-item.verified {
  background: #EBFDF5;
  color: #10B981;
  border: 1px solid #D1FAE5;
}

.status-item.not-verified {
  background: #FEF2F2;
  color: #EF4444;
  border: 1px solid #FEE2E2;
}

/* Updated Action Buttons for Dashboard Card */
.profile-footer-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn-upload-photo {
  background: #E2E8F0;
  color: #64748B;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.btn-upload-photo:hover {
  background: #CBD5E1;
  color: #475569;
}

.btn-edit-profile {
  background: #9b0000;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.btn-edit-profile:hover {
  background: #800000;
  box-shadow: 0 4px 12px rgba(155, 0, 0, 0.2);
}

/* Action Buttons */
.profile-actions-sidebar {
  display: flex;
  gap: 20px;
  background: #f1f5f9;
  padding: 8px 10px;
  border-radius: 53px;
  margin-top: 10px;
}


.action-circle-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #ef4444;
  /* Pink from screenshot */
  font-size: 22px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: none;
  transition: all 0.3s;
}

.action-circle-btn:hover {
  background: #EC4899;
  color: white;
  transform: scale(1.1);
}

/* Tabs */
.dashboard-tabs-wrapper {
  background: #F1F1F1;
  border-radius: 50px;
  padding: 5px;
  display: flex;
  gap: 5px;
  margin-bottom: 40px;
  overflow-x: auto;
  scrollbar-width: thin;
  /* For Firefox */
}

/* Custom scrollbar for Webkit browsers */
.dashboard-tabs-wrapper::-webkit-scrollbar {
  height: 2px;
}

.dashboard-tabs-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}

.dashboard-tabs-wrapper::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 50px;
}

.tab-btn {
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  white-space: nowrap;
  text-align: center;
  flex: 1;
  transition: all 0.3s;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.tab-btn.active {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 15px rgba(128, 0, 0, 0.2);
}

.dashboard-tab-content {
  display: none;
  animation: tabFadeIn 0.4s ease-out;
}

.dashboard-tab-content.active {
  display: block;
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Slick Slider Arrows Styling for Dashboard */
.dashboard-page .slick-prev,
.dashboard-page .slick-next {
  position: absolute;
  top: -50px;
  right: 0;
  width: 35px;
  height: 35px;
  background: white;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  transition: all 0.3s;
}

.dashboard-page .slick-prev {
  right: 45px;
}

.dashboard-page .slick-prev:hover,
.dashboard-page .slick-next:hover {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.dashboard-page .slick-prev i,
.dashboard-page .slick-next i {
  font-size: 20px;
}

/* Ensure Homepage Profile Card looks good in Dashboard */
.dashboard-page .profile-card {
  margin: 5px;
  /* Add some margin for the shadow to breathe */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.dashboard-page .profile-img-wrap {
  height: 330px;
  /* Slightly smaller for dashboard */
}

/* Redundant styles removal and headings */
.dashboard-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.view-all-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}

.view-all-link:hover {
  text-decoration: underline;
}

.dashboard-title-group h3 {
  font-weight: 600;
  font-size: 20px;
}

.dashboard-title-group p {
  font-weight: 400;
  font-size: 14px;
}

.profile-info h4 a,
.match-info-overlay h4 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.profile-info h4 a:hover,
.match-info-overlay h4 a:hover {
  color: var(--primary);
}

.match-profile-card {
  display: block;
  text-decoration: none;
}

.notif-icon-circle-sm {
  width: 40px !important;
  height: 40px !important;
  flex-shrink: 0;
}

/* ==========================================================================
   USER PROFILE PAGE STYLES - MOVE FROM PROFILE.CSS
   ========================================================================== */

.profile-page {
  background: #fdfaf5 !important;
}

/* Top Tabs */
.profile-top-tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  background: white;
  border-radius: 100px;
  padding: 5px;
  border: 1px solid #e3e9f1;
}

.profile-tab {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  border-radius: 52px;
  font-weight: 700;
  font-size: 16px;
  color: var(--title-color);
  transition: all 0.3s ease;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  text-decoration: none;
}

.profile-tab.active {
  background: #9b0000;
  /* Dark Maroon from screenshot */
  color: #fff;
  border-color: #9b0000;
  box-shadow: 0 4px 12px rgba(155, 0, 0, 0.2);
}

.profile-tab iconify-icon {
  font-size: 20px;
}

.profile-tab:not(.active):hover {
  background: #fff;
  border-color: #cbd5e1;
}

/* Edit icon button in accordion header */
.edit-icon-btn {
  background: #fef2f2;
  border: none;
  color: #ef4444;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
}

.edit-icon-btn:hover {
  background: #fee2e2;
}

/* Profile Photo Gallery */
.profile-gallery {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.main-photo-box {
  width: 100%;
  aspect-ratio: 1/1.2;
  border-radius: 16px;
  overflow: hidden;
  background: #f1f5f9;
  height: 275px;
}

.main-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-photos {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb.active {
  border-color: var(--primary);
}

/* Profile Tab Content Visibility */
.profile-tab-content {
  display: none;
}

.profile-tab-content.active {
  display: block;
}

/* Profile Info Grid */
/* Profile Title and Subtitle are handled by .user-name-title and .user-meta-top */

.profile-info-grid {
  background: #fff;

  border-radius: 12px;
  padding: 5px 0;
}

.info-item {
  padding: 12px 0;
}

.info-item label {
  display: block;
  font-size: 13px;
  color: #94a3b8;
  /* Muted gray */
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.info-item span {
  font-weight: 700;
  font-size: 16px;
  color: var(--title-color);
  display: block;
}

.match-badge {
  background: #ebfef5;
  color: #10b981;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
}

/* Quick Action Icons */
.quick-action-icons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.action-card-item {
  flex: 1;
  min-width: 100px;
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.action-card-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-color: var(--primary);
}

/* Action Card V2 (Used in User Profile) */
.action-card-v2 {
  flex: 1;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.action-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(155, 0, 0, 0.08);
  border-color: var(--primary);
}

.icon-circle-v2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff5f5;
  color: #c30000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.action-card-v2 span {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}

.action-card-item .icon-box {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(155, 0, 0, 0.05);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.action-card-item span {
  font-size: 13px;
  font-weight: 600;
  color: var(--subtitle-color);
}

/* Accordions */
.profile-accordions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-item-wrap {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f1f5f9;
  overflow: hidden;
}

.accordion-header-btn {
  width: 100%;
  padding: 18px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s;
}

.accordion-header-btn:hover {
  background: #fafafa;
}

.accordion-header-btn span {
  font-weight: 600;
  font-size: 16px;
  color: var(--title-color);
}

.accordion-header-btn .arrow-icon {
  font-size: 18px;
  color: var(--subtitle-color);
  transition: transform 0.3s;
}

.accordion-item-wrap.open .arrow-icon {
  transform: rotate(180deg);
}

.accordion-header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.edit-icon-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fdf2f2;
  color: #c30000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 14px;
  transition: all 0.2s;
  cursor: pointer;
}

.edit-icon-btn:hover {
  background: #c30000;
  color: #ffffff;
  transform: scale(1.1);
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.panel-inner {
  padding: 25px;
  border-top: 1px solid #f8fafc;
}

/* Info Grid Separators */
.info-column {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.info-column:first-child {
  padding-left: 0;
}



/* Matches Slider */
.match-profile-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 250px;
  margin: 0 10px;
}

.match-profile-card .match-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.match-info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}

.match-info-overlay h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.match-info-overlay p {
  font-size: 12px;
  opacity: 0.8;
}

/* Sidebar Plan Card */
.plan-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: var(--shadow-sm);
  border: 1px solid #f5eddf;
  position: sticky;
  top: 100px;
}

.plan-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 20px;
}

.plan-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.plan-row label {
  font-size: 13px;
  color: var(--subtitle-color);
}

.plan-row span {
  font-weight: 600;
  font-size: 14px;
  color: var(--title-color);
}

.more-details-link {
  display: block;
  color: var(--primary);
  font-weight: 600;
  font-size: 13px;
  text-align: right;
  margin-top: 10px;
}

.plan-actions {
  display: flex;
  gap: 12px;
}

.btn-upgrade {
  background: var(--primary);
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
}

.btn-upgrade:hover {
  background: var(--primary-dark);
  color: #fff;
}

.btn-download-plan {
  width: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* Responsive Fixes */

/* Sidebar Widgets */


.widget-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--title-color);
}



.member-info-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.member-img-sm {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
}

.member-details h6 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}

.member-details span {
  font-size: 12px;
  color: var(--subtitle-color);
}

.view-btn-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d44d1b, #9b0000);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.view-btn-circle:hover {
  transform: scale(1.1);
}

.profile-day-widget {
  background: #fff;
  border: 1px solid #f3e8d5;
  border-radius: 30px;
  padding: 20px;
  margin-top: 25px;
  position: relative;
}

.profile-day-widget .widget-title {
  margin-bottom: 15px;
  padding-left: 10px;
}

.profile-day-card {
  background: linear-gradient(180deg, #e67e22, #b03a2e);
  border-radius: 25px;
  padding: 30px 20px 70px;
  /* Added bottom padding for buttons */
  text-align: center;
  color: #fff;
  min-height: 288px;
}

.day-profile-img-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto 15px;
  overflow: hidden;
}

.day-profile-img-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.day-profile-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.day-profile-meta {
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 5px;
  /* Reduced margin */
}

.card-nav-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: absolute;
  bottom: 45px;
  left: 20px;
  right: 20px;
  z-index: 10;
}

.nav-btn-circle {
  width: 44px;
  /* Slightly larger */
  height: 44px;
  /* Slightly larger */
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.nav-btn-circle:hover {
  background: #fff;
  color: var(--primary);
}

/* ===== AUTH & OTP PAGES SHARED STYLES ===== */
.auth-page-body {
  background-color: var(--bg-cream);
}

.otp-form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.country-code-wrap {
  flex: 0 0 140px;
}

.mobile-no-wrap {
  flex: 1;
}

.form-control-custom.select-custom {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 40px;
}

.terms-text {
  font-size: 14px;
  color: var(--subtitle-color);
}

.terms-text span {
  color: var(--title-color);
  font-weight: 600;
}

.btn-continue {
  background: #8B0000;
  box-shadow: 0 10px 20px rgba(139, 0, 0, 0.2);
}

.btn-continue:hover {
  background: #700000;
  box-shadow: 0 15px 30px rgba(139, 0, 0, 0.3);
}

.create-account-link {
  color: #8B0000;
  font-weight: 700;
}

.otp-inputs-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
}

.otp-input {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  transition: all 0.3s;
  background: var(--white-color);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.otp-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(155, 0, 0, 0.1);
}

.resend-link-text {
  color: var(--subtitle-color);
  font-size: 14px;
  margin-bottom: 30px;
  display: block;
}

.resend-link-text span {
  color: #8B0000;
  font-weight: 700;
  cursor: pointer;
}

.navbar-pro-matrimony.scrolled {
  background: white !important;
}

/* Registration Page Specific Styles */
.gender-toggle-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
}

.gender-radio-item {
  flex: 1;
}

.gender-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid #E2E8F0;
  border-radius: 50px;
  background: var(--white-color);
  color: var(--title-color);
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.gender-btn:hover {
  border-color: #8B0000;
  background: #FFF9F9;
  transform: translateY(-1px);
}

.gender-radio-item input[type="radio"]:checked+.gender-btn {
  background: #8B0000;
  border-color: #8B0000;
  color: var(--white-color);
  box-shadow: 0 8px 20px rgba(139, 0, 0, 0.2);
}

.gender-btn iconify-icon {
  font-size: 18px;
  display: none;
}

.gender-radio-item input[type="radio"]:checked+.gender-btn iconify-icon {
  display: block;
}

.password-toggle-wrapper {
  position: relative;
}

.password-toggle-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--subtitle-color);
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.password-toggle-btn:hover {
  opacity: 1;
}

/* ===== SELECT2 CUSTOM THEMING ===== */
.select2-container--default .select2-selection--single {
  height: 48px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  padding: 0 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--title-color);
  font-size: 15px;
  font-weight: 500;
  padding-left: 0;
  line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--subtitle-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--subtitle-color) transparent transparent transparent;
  border-width: 6px 5px 0 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--subtitle-color) transparent;
  border-width: 0 5px 6px 5px;
}

.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(155, 0, 0, 0.1);
}

/* Dropdown styling */
.select2-dropdown {
  border: 1px solid var(--border-color);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  margin-top: 5px;
  z-index: 9999;
}

.select2-results__option {
  padding: 10px 16px;
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--bg-light);
  color: var(--primary);
  font-weight: 600;
}

/* Error State for Select2 */
.form-group-custom.has-error .select2-container--default .select2-selection--single {
  border-color: #ff4d4f;
  background-color: #fff2f0;
}

/* ===== FORGOT PASSWORD SPECIFIC STYLES ===== */
.auth-back-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--subtitle-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.auth-back-link:hover {
  color: var(--primary);
  transform: translateX(-3px);
}

/* Secure & Safe Badge Card */
.auth-hero-badge-card {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  background: rgba(255, 255, 255, 0.08);
  /* Frosted glass effect */
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  z-index: 2;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.badge-card-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 22px;
}

.badge-card-text h3 {
  font-family: 'Playfair Display', serif;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.badge-card-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.5;
}

/* Captcha Section Styles */
.captcha-row {
  display: flex;
  gap: 15px;
  align-items: center;
}

.captcha-box {
  flex: 1;
  background: linear-gradient(135deg, #8B0000 0%, #5a0000 100%);
  color: var(--white-color);
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Inter', sans-serif;
  user-select: none;
  box-shadow: 0 8px 16px rgba(139, 0, 0, 0.15);
}

.captcha-input-wrapper {
  flex: 1.5;
  position: relative;
}

.captcha-reload {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--subtitle-color);
  font-size: 18px;
  transition: all 0.3s;
  border: none;
  background: none;
}

.captcha-reload:hover {
  color: var(--primary);
  transform: translateY(-50%) rotate(180deg);
}

/* ===== REGISTRATION STEPS SPECIFIC STYLES ===== */
.reg-steps-page {
  background-color: #f7f4ed;
  /* Very light cream as seen in screenshot */
  min-height: 100vh;
}

.reg-stepper-wrapper {
  background: var(--white-color);
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
  z-index: 90;
  margin-top: 32px;
  border-radius: 72px;

}

.reg-stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto;
}

/* Custom Scrollbar for Stepper */
.reg-stepper::-webkit-scrollbar {
  height: 2px;
  display: none;


}

.reg-stepper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.reg-stepper::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 10px 18px;
  border-radius: 50px;
  transition: all 0.3s ease;
  color: var(--subtitle-color);
  font-size: 13px;
  font-weight: 500;
}

.step-item iconify-icon {
  font-size: 18px;
}

/* Active State */
.step-item.active {
  color: var(--primary);
  font-weight: 700;
}

.step-item.active iconify-icon {
  background: rgba(155, 0, 0, 0.08);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}

/* Completed State */
.step-item.completed {
  color: #1E1E2F;
}

.step-item.completed iconify-icon {
  color: #2D6A4F;
  font-size: 18px;
}

.step-divider {
  color: #64748b;
  font-size: 14px;
  opacity: 0.6;
}

/* Main Steps Container */
.main-steps-container {
  padding-bottom: 80px;
}

/* Form Card */
.step-container {
  display: none;
}

.step-container.active {
  display: block;
  animation: fadeIn 0.4s ease-out;
}

.form-card-main {
  background: var(--white-color);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.form-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--title-color);
}

.form-card-subtitle {
  color: var(--subtitle-color);
  font-size: 14px;
  margin-bottom: 35px;
}

/* Sidebar Styling */
.registration-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-card {
  background: var(--white-color);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

/* Progress Card */
.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.progress-header h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
}

.progress-fraction {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
}

.progress-bar-container {
  height: 8px;
  background: #F1F5F9;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.progress-bar-fill {
  height: 100%;
  background: var(--primary);
  border-radius: 10px;
  transition: width 0.5s ease;
}

.progress-status-text {
  font-size: 13px;
  color: var(--subtitle-color);
  line-height: 1.5;
}

/* Quick Tip Card */
.tip-icon-box {
  width: 40px;
  height: 40px;
  background: rgba(155, 0, 0, 0.06);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.tip-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--title-color);
}

.tip-card p {
  font-size: 14px;
  color: var(--subtitle-color);
  line-height: 1.65;
  margin-bottom: 24px;
}

.did-you-know {
  border-top: 1px solid #F1F5F9;
  padding-top: 20px;
}

.did-you-know h6 {
  font-size: 12px;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.did-you-know p {
  font-style: italic;
  font-size: 13px;
  color: #4A5568;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Security Badge */
.security-badge {
  background: #F0FDF4;
  color: #10B981;
  padding: 14px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: 1px solid #DCFCE7;
}

/* Form Action Buttons */
.step-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px dotted var(--border-color);
}

.btn-step-back {
  padding: 12px 35px;
  border-radius: 50px;
  border: 1px solid var(--border-color);
  background: transparent;
  color: var(--subtitle-color);
  font-weight: 600;
  transition: all 0.3s;
}

.btn-step-back:hover {
  background: #F8FAFC;
  color: var(--primary);
}

.btn-step-next {
  padding: 12px 50px;
  border-radius: 12px;
  border-radius: 50px;
  background: #8B0000;
  color: white;
  font-weight: 700;
  border: none;
  transition: all 0.3s;
}

.btn-step-next:hover {
  background: #700000;
  transform: translateY(-1px);
}

.btn-step-view {
  padding: 4px 30px;
}

/* Select2 Tag Custom Styling */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #9B0000 !important;
  border: none !important;
  color: white !important;
  border-radius: 7px !important;
  padding: 4px 10px !important;
  padding-right: 26px !important;
  font-size: 13px !important;
  position: relative !important;
  margin-top: 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white !important;
  opacity: 0.9 !important;
  position: absolute !important;
  right: 8px !important;
  left: auto !important;
  border: none !important;
  background: transparent !important;
  font-size: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  top: 45% !important;
  transform: translateY(-50%) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: transparent !important;
  opacity: 1 !important;
  color: white !important;
}

/* ===== PHOTO UPLOAD GRID ===== */
.photo-upload-grid-wrapper {
  width: 100%;
}

.photo-upload-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  width: 100%;
}

.upload-box-main {
  width: 100%;
  position: relative;
  min-width: 0;
  aspect-ratio: 1/1.1;
}

.upload-boxes-sub {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  min-width: 0;
}

.upload-box-sub {
  aspect-ratio: 1/1.3;
  position: relative;
}

.upload-box-inner {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 2px dashed var(--border-color);
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.upload-box-inner:hover {
  border-color: var(--primary);
  background: rgba(155, 0, 0, 0.02);
}

.box-placeholder-icon {
  font-size: 40px;
  color: var(--subtitle-color);
  opacity: 0.5;
}

.preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-edit-photo {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(155, 0, 0, 0.3);
  transition: all 0.3s;
  z-index: 5;
}

.btn-edit-photo:hover {
  transform: scale(1.1);
  background: var(--primary-dark);
}

.upload-icon-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 40px;
  opacity: 0;
  transition: opacity 0.3s;
}

.upload-box-inner:hover .upload-icon-overlay {
  opacity: 1;
}

.photo-guidelines-tip {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--subtitle-color);
  font-size: 14px;
}

.photo-guidelines-tip iconify-icon {
  font-size: 20px;
}

.guidelines-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
}

/* ===== PHOTO CROP MODAL ===== */
.photo-crop-modal .modal-content {
  border-radius: 20px;
  border: none;
  overflow: hidden;
}

.crop-area {
  width: 100%;
  height: 400px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.crop-area img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.1s linear;
}

.crop-controls {
  background: white;
}

.control-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--title-color);
}

/* Custom Range Slider Styling */
.custom-range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #E2E8F0;
  border-radius: 5px;
  outline: none;
}

.custom-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--primary);
  border: 3px solid white;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(155, 0, 0, 0.2);
}

.btn-modal-outline {
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid var(--border-color);
  background: white;
  color: var(--title-color);
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s;
}

.btn-modal-outline:hover {
  background: #F8FAFC;
  border-color: var(--subtitle-color);
}

.btn-modal-primary {
  padding: 10px 40px;
  border-radius: 50px;
  border: none;
  background: var(--primary);
  color: white;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 4px 15px rgba(155, 0, 0, 0.2);
  transition: all 0.3s;
}

.btn-modal-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(155, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .photo-upload-grid {
    grid-template-columns: 1fr;
  }

  .upload-box-main {
    aspect-ratio: 1/1;
  }
}

/* ===== PHOTO GUIDELINES MODAL ===== */
.guidelines-modal .modal-content {
  border-radius: 20px;
  border: none;
}

.guidelines-icon-box {
  width: 64px;
  height: 64px;
  background: rgba(155, 0, 0, 0.05);
  color: var(--primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.guidelines-card {
  padding: 20px;
  border-radius: 16px;
  height: 100%;
}

.guidelines-card.positive {
  background: #f0fdf4;
  border: 1px solid #dcfce7;
}

.guidelines-card.negative {
  background: #fef2f2;
  border: 1px solid #fee2e2;
}

.guidelines-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.guidelines-list li {
  font-size: 14px;
  color: var(--subtitle-color);
  position: relative;
  padding-left: 20px;
}

.guidelines-card.positive .guidelines-list li::before {
  content: "�";
  color: #22c55e;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.guidelines-card.negative .guidelines-list li::before {
  content: "�";
  color: #ef4444;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.guidelines-warning {
  border-color: #fef3c7 !important;
}

.guidelines-warning iconify-icon {
  font-size: 20px;
}


/* ===== ID PROOF STEP (Step 6) ===== */
.custom-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.radio-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  position: relative;
  user-select: none;
}

.radio-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-mark {
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 2px solid #D1D5DB;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s;
}

.radio-item:hover input~.radio-mark {
  border-color: var(--primary);
}

.radio-item input:checked~.radio-mark {
  border-color: var(--primary);
  background-color: transparent;
}

.radio-mark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
}

.radio-item input:checked~.radio-mark:after {
  display: block;
}

.doc-upload-box {
  width: 100%;
  margin-top: 5px;
}

.doc-upload-inner {
  border: 2px dashed #E2E8F0;
  border-radius: 16px;
  background: #FAFAFA;
  cursor: pointer;
  transition: all 0.3s;
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.doc-upload-inner:hover {
  border-color: var(--primary);
  background: rgba(155, 0, 0, 0.02);
}

.doc-upload-icon {
  font-size: 32px;
  color: #94A3B8;
}

.doc-upload-content p {
  font-size: 14px;
  color: #64748B;
}

.browse-text {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.doc-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.preview-file-icon {
  font-size: 30px;
  color: var(--primary);
}

.file-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--title-color);
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-remove-doc {
  background: #F1F5F9;
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748B;
  transition: all 0.2s;
}

.btn-remove-doc:hover {
  background: #E2E8F0;
  color: var(--primary);
}

/* ===== PARTNER PREFERENCES (Step 7) ===== */
.range-slider-group {
  background: transparent;
  padding: 0;
}

.range-slider-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--subtitle-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  display: block;
}

.custom-range-slider-dual {
  height: 6px;
  background: #E2E8F0;
  border: none;
  box-shadow: none;
  border-radius: 10px;
}

.noUi-connect {
  background: var(--primary);
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -10px;
  top: -8px;
  border-radius: 50%;
  background: var(--primary);
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

/* Tooltips */
.noUi-tooltip {
  display: block;
  position: absolute;
  border: none;
  border-radius: 16px;
  background: var(--primary);
  color: #fff;
  padding: 2px 10px;
  text-align: center;
  white-space: nowrap;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 700;
}

.noUi-tooltip:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: var(--primary) transparent transparent;
}

.range-value-box {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
}

/* ===== CONTACT US PAGE STYLES ===== */
.contact-page-body {
  background-color: var(--bg-cream);
}

.breadcrumb-section {
  padding: 20px 0 10px;
}

.breadcrumb-pill {
  background: var(--white-color);
  border-radius: 50px;
  padding: 14px 28px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid var(--border-color);
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--subtitle-color);
}

.breadcrumb-list a {
  color: var(--subtitle-color);
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumb-list iconify-icon {
  font-size: 16px;
}

.breadcrumb-separator {
  color: #7d7b8b;
  margin-top: 7px;
}

.contact-main-card {
  background: var(--white-color);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
  height: 100%;
}

.contact-title {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 8px;
}

.contact-subtitle {
  font-size: 15px;
  color: var(--subtitle-color);
  margin-bottom: 30px;
}



.promo-centered-card {
  text-align: center;
  padding: 40px 24px;
  background: var(--white-color);
  border-radius: 20px;
  border: 1px solid #eef2f6;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
}

.promo-visual-wrap {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-bg-circle {
  position: absolute;
  background: #FFF5F1;
  border-radius: 50%;
  z-index: 1;
}

.circle-1 {
  width: 90px;
  height: 90px;
  top: -10px;
  left: 0;
}

.circle-2 {
  width: 60px;
  height: 60px;
  bottom: 0;
  right: -5px;
  opacity: 0.6;
}

.promo-main-box {
  background: white;
  width: 85px;
  height: 85px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.promo-main-box iconify-icon {
  font-size: 44px;
  color: #8B0000;
}

.promo-check-badge {
  position: absolute;
  bottom: -4px;
  right: -6px;
  width: 28px;
  height: 28px;
  background: #10B981;
  color: #ffffff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
  font-size: 13px;
  z-index: 4;
}

.promo-chat-bubble {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #D94E1F;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 5;
  box-shadow: 0 4px 10px rgba(217, 78, 31, 0.3);
}

.promo-text-centered {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 800;
  color: #1E1E2F;
  margin-bottom: 25px;
  line-height: 1.3;
}

.btn-promo-get-started {
  background: #8B0000;
  /* Deep Maroon */
  color: white !important;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  border: none;
  box-shadow: 0 10px 25px rgba(139, 0, 0, 0.25);
  transition: all 0.3s;
  display: inline-block;
}

.btn-promo-get-started:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(139, 0, 0, 0.35);
  background: #7a0000;
}

.info-card {
  background: #FFF6F4;
  border-radius: var(--radius-md);
  padding: 20px;
  text-align: center;
  transition: all 0.3s;
  height: 100%;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-icon-circle {
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
}

.info-label {
  font-size: 13px;
  color: var(--subtitle-color);
  margin-bottom: 8px;
}

.info-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
}

.map-wrapper {
  background: var(--white-color);
  border-radius: var(--radius-lg);
  padding: 12px;
  box-shadow: var(--shadow-md);
  margin-top: 22px;
  overflow: hidden;
}

.map-iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: var(--radius-md);
}


.textarea-custom {
  height: 120px !important;
  padding-left: 15px !important;
}

.check-icn {
  font-size: 14px !important;
  color: white !important;
}

/* ===== SEARCH PAGE STYLES ===== */
.search-tabs-wrapper {
  background: var(--white-color);
  border-radius: 50px;
  padding: 8px;
  display: inline-flex;
  gap: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  border: 1px solid var(--border-color);
}

.search-nav-pill {
  padding: 12px 30px;
  border-radius: 50px;
  border: none;
  background: transparent;
  color: #7d7b8b;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.search-nav-pill iconify-icon {
  font-size: 18px;
}

.search-nav-pill.active {
  background: var(--primary);
  color: white !important;
  box-shadow: 0 4px 15px rgba(139, 0, 0, 0.2);
}

.search-nav-pill:not(.active):hover {
  background: #f8f9fa;
  color: var(--primary);
}

/* Gender Toggle */
.gender-pill-group {
  display: flex;
  gap: 15px;
}

.gender-pill-item {
  flex: 1;
}

.gender-pill-input {
  display: none;
}

.gender-pill-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border-radius: 12px;
  border: 1px solid #eef2f6;
  background: white;
  color: #7d7b8b;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 16px;
}

.gender-pill-input:checked+.gender-pill-label {
  background: var(--primary);
  color: white !important;
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(139, 0, 0, 0.15);
}

.gender-pill-input:checked+.gender-pill-label iconify-icon {
  color: white !important;
}

.gender-pill-label iconify-icon {
  font-size: 20px;
}

/* Range Slider Customization */
#age-range-slider,
#height-range-slider {
  margin-top: 50px !important;
}

.noUi-target {
  background: #eef2f6;
  border: none;
  box-shadow: none;
  height: 6px;
}

.noUi-connect {
  background: var(--primary);
}

.noUi-handle {
  width: 22px !important;
  height: 22px !important;
  border-radius: 50%;
  background: white;
  border: 4px solid var(--primary);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  right: -11px !important;
  top: -9px !important;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.noUi-tooltip {
  background: var(--primary);
  border: none;
  color: white;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 700;
  bottom: 150%;
  box-shadow: 0 4px 10px rgba(139, 0, 0, 0.2);
}

.noUi-tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: var(--primary) transparent transparent transparent;
}

/* Range Value Boxes */
.range-value-box {
  background: white;
  border: 1px solid #eef2f6;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  font-weight: 600;
  color: var(--title-color);
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

/* Form refinement */
.search-form-card {
  background: white;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.04);
}

.btn-search-now {
  background: var(--primary);
  color: white !important;
  padding: 15px 50px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(139, 0, 0, 0.2);
  min-width: 240px;
}

.btn-search-now:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(139, 0, 0, 0.3);
  background: #7a0000;
}

.search-tab-content {
  display: none;
}

.search-tab-content.active {
  display: block;
  animation: fadeInTab 0.4s ease;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== STORIES PAGE STYLES ===== */
.stories-section {
  padding: 30px 0 50px;
}

.story-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 14px;
}

.story-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(155, 0, 0, 0.08);
  border-radius: 20px;
}

.story-img-wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  border-radius: 14px;
}

.story-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  border-radius: 14px;
}

.story-card:hover .story-img-wrap img {
  transform: scale(1.1);
  border-radius: 14px;
}

.story-card-body {
  padding: 14px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.story-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.story-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--subtitle-color);
  font-weight: 500;
}

.story-meta-item iconify-icon {
  color: var(--primary);
  font-size: 16px;
}

.story-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px !important;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 12px;
}

.story-card-desc {
  font-size: 14px;
  color: var(--subtitle-color);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.story-read-link {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.story-read-link:hover {
  color: var(--primary-dark);
  gap: 12px;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.page-pill {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: white;
  color: var(--title-color);
  font-weight: 700;
  font-size: 14px;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.page-pill:hover,
.page-pill.active {
  background: var(--primary);
  color: white !important;
  border-color: var(--primary);
  box-shadow: 0 5px 15px rgba(155, 0, 0, 0.2);
}

.page-pill.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*  ===== STORY DETAIL PAGE =====  */
.story-detail-section {
  padding: 40px 0 80px;
}

.story-detail-card {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.story-featured-img-wrap {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}

.story-featured-img-wrap img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.detail-story-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 800;
  color: var(--title-color);
  margin-bottom: 15px;
}

.detail-story-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.detail-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--subtitle-color);
}

.detail-meta-item iconify-icon {
  color: var(--primary);
}

.story-detail-body p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--subtitle-color);
  margin-bottom: 20px;
}

/* Sidebar Widgets */
.recent-members-widget,
.profile-day-widget,
.quick-tip-card {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  margin-top: 25px;
}

.widget-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 20px;
}

.member-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.member-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.member-info-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.member-img-sm {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.member-details h6 {
  font-size: 15px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 2px;
}

.member-details span {
  font-size: 12px;
  color: var(--subtitle-color);
}

.view-btn-circle a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.view-btn-circle a:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(155, 0, 0, 0.3);
}

/* Security Badge */
.security-badge {
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  border-radius: 12px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #166534;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.security-badge iconify-icon {
  font-size: 18px;
}

/* ===== BLOG PAGE STYLES ===== */
.blogs-section {
  padding: 30px 0 80px;
}

.blog-card {
  background: transparent;
  border: none;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.blog-img-wrap {
  width: 100%;
  height: 380px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.blog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-img-wrap img {
  transform: scale(1.05);
}

.blog-tag {
  display: block;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.blog-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.blog-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--title-color);
  line-height: 1.4;
  margin: 0;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-card-title {
  color: var(--primary);
}

.blog-arrow-circle {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.blog-card:hover .blog-arrow-circle {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: rotate(45deg);
}

/* Refinement for Story Detail */


/* Standard Header Section for subpages */
.subpage-header {
  text-align: center;
  margin-bottom: 50px;
}

.subpage-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--title-color);
  margin-bottom: 15px;
}

.subpage-header p {
  color: var(--subtitle-color);
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

/* Refining Story Detail Layout */
.story-detail-image {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  height: 440px;
  object-fit: cover;
}

.detail-story-meta {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}

.detail-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--subtitle-color);
}

.detail-meta-item iconify-icon {
  color: var(--primary);
  font-size: 18px;
}

.detail-card-main {
  background: white;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
}

/* ============================================================
   SEARCH RESULTS PAGE STYLES
   ============================================================ */

.filter-sidebar {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.filter-header h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-header h3 i {
  color: var(--primary);
}

.reset-btn {
  background: transparent;
  border: none;
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 8px;
  transition: all 0.3s;
}

.reset-btn:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.filter-group {
  margin-top: 24px;
}

.filter-label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #64748B;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.age-badge-group {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.age-badge {
  background: var(--primary);
  color: white;
  font-size: 11px;
  font-weight: 700;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% 50% 50% 5px;
  position: absolute;
  top: -50px;
  transform: translateX(-50%) rotate(-45deg);
  box-shadow: 0 4px 12px rgba(155, 0, 0, 0.25);
  z-index: 2;
  border: 2px solid white;
}

.age-badge span {
  transform: rotate(45deg);
  display: block;
}

.age-badge::after {
  display: none;
  /* Hide old tail */
}

.filter-label-plain {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 0;
}

.checkbox-custom-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s;
}

.checkbox-custom-wrap:hover .checkbox-custom {
  border-color: var(--primary);
  background: #fff5f5;
}

.checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #e2e8f0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.checkbox-custom iconify-icon {
  font-size: 14px;
  color: white;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s;
}

input[type="checkbox"]:checked+.checkbox-custom {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 4px 10px rgba(155, 0, 0, 0.15);
}

input[type="checkbox"]:checked+.checkbox-custom iconify-icon {
  opacity: 1;
  transform: scale(1);
}

.check-label {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
}

/* Accordion Filters */
.filter-accordion .filter-acc-item {
  border: none;
  border-bottom: 1px solid #f1f5f9;
  background: transparent;
}

.filter-accordion .filter-acc-item:last-child {
  border-bottom: none;
}

.filter-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--title-color);
}

.filter-accordion .accordion-button:not(.collapsed) {
  color: var(--primary);
}

.filter-accordion .accordion-button::after {
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-color: #f1f5f9;
  border-radius: 4px;
  padding: 10px;
  background-position: center;
}

.filter-accordion .accordion-body {
  padding: 0 0 15px 0;
}

/* Results Section */
.results-header h2 {
  font-size: 32px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: var(--title-color);
  margin-bottom: 4px;
}

.results-count {
  color: var(--subtitle-color);
  font-size: 15px;
}

.results-count .highlight {
  color: var(--primary);
  font-weight: 700;
}

/* Profile Cards */
.match-profile-card {
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.match-profile-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.profile-card-image-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.profile-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.match-profile-card:hover .profile-card-img {
  transform: scale(1.05);
}

.profile-card-image-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  opacity: 1;
  /* Always visible for premium feel */
  transition: all 0.3s;
}

.match-profile-card:hover .profile-card-image-content {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
}

.profile-action-icons {
  display: flex;
  gap: 12px;
}

.action-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--primary);
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.action-icon-btn:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-3px);
}

.profile-card-details {
  padding: 30px;
}

.profile-name {
  font-size: 26px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: var(--title-color);
  margin-bottom: 4px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 50px;
  background: #ecfdf5;
  color: #10b981;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  display: block;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.ignore-btn {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  transition: all 0.3s;
}

.ignore-btn:hover {
  color: #ef4444;
  border-color: #fee2e2;
  background: #fef2f2;
}

.profile-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #f1f5f9;
}

.info-item label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.info-item span {
  font-size: 14px;
  font-weight: 600;
  color: var(--title-color);
}

.info-item {
  border-left: 2px solid #f1f5f9;
  padding-left: 12px;
}

.btn-profile-action {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-profile-action.shortlist {
  background: #FFFFFF;
  border: 2px solid #f1f5f9;
  color: var(--title-color);
}

.btn-profile-action.interest {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: white !important;
  box-shadow: 0 10px 20px rgba(155, 0, 0, 0.15);
}

.btn-profile-action:hover {
  transform: translateY(-2px);
}

.btn-profile-action.shortlist:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.btn-profile-action.interest:hover {
  box-shadow: 0 12px 25px rgba(155, 0, 0, 0.25);
  background: var(--primary-dark);
}

.matches-pagination .page-link {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  border: 1px solid #e2e8f0;
  color: var(--title-color);
  font-weight: 600;
  transition: all 0.3s;
}

.matches-pagination .page-item.active .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
  box-shadow: 0 8px 20px rgba(155, 0, 0, 0.2);
}

.matches-pagination .page-link:hover:not(.active) {
  background: #f8fafc;
  border-color: var(--primary);
  color: var(--primary);
}

.page-dots {
  color: #94a3b8;
  font-weight: 700;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .match-profile-card {
    border-radius: 16px;
  }

  .profile-card-image-wrap {
    height: 280px;
  }

  .profile-info-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}



/* Further Refinements for Parity */
.filter-sidebar .filter-label {
  margin-bottom: 20px;
  font-size: 11px;
  color: #94a3b8;
}

.filter-acc-item .accordion-button {
  font-weight: 700;
  font-size: 14px;
  padding: 15px 0;
}

.filter-acc-item .accordion-button::after {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  background-size: 14px;
  transition: all 0.3s;
}

.filter-acc-item .accordion-button:not(.collapsed)::after {
  background-color: var(--primary);
  border-color: var(--primary);
  filter: brightness(0) invert(1);
}

.profile-info-grid .info-item label {
  font-size: 10px;
  color: #94a3b8;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 2px;
}

.profile-info-grid .info-item span {
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}

.profile-name {
  font-size: 24px;
  font-weight: 800;
}



.results-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 800;
}

.btn-profile-action.shortlist,
.btn-profile-action.interest {
  background: white;
  border: 1px solid #f97316;
  /* Orange color from screenshot */
  color: #f97316 !important;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: none;
}

.btn-profile-action.shortlist:hover,
.btn-profile-action.interest:hover {
  background: #fff7ed;
  color: #ea580c !important;
}

.action-icon-btn {
  background: white;
  color: #ef4444;
  /* Match red from screenshot */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}



/* Definitive Design Fixes */
.filter-slider-wrap {
  position: relative;
  padding-top: 50px;
  /* Space for the badges */
}

.age-badge-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.age-badge {
  position: absolute;
  top: 5px;
  /* Adjust based on relative parent */
}

.match-profile-card .profile-card-image-wrap {
  position: relative;
  overflow: hidden;
}

.match-profile-card .profile-card-image-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex !important;
  justify-content: center;
  background: transparent;
  /* Remove gradient if it covers icons */
}

.profile-action-icons {
  display: flex;
  gap: 12px;
}

.profile-action-icons button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white !important;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary) !important;
  transition: all 0.3s;
}

.profile-action-icons button:hover {
  transform: translateY(-3px);
  background: var(--primary) !important;
  color: white !important;
}

.btn-profile-action.shortlist,
.btn-profile-action.interest {
  border: 1px solid #fe6d30 !important;
  color: #fe6d30 !important;
  background: white !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  padding: 10px 20px !important;
  transition: all 0.3s;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-profile-action.shortlist:hover,
.btn-profile-action.interest:hover {
  background: #fff5f2 !important;
}

.profile-name {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #1a1a1a;
}


/* ============================================================
   SEARCH RESULTS V2 - Pixel-perfect to screenshot
   ============================================================ */
.search-result-main {
  padding: 30px 0 60px;
}

/* --- FILTER SIDEBAR V2 --- */
.sr-mobile-filter-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 42px;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.2s;
  box-shadow: 0 4px 12px rgba(155, 0, 0, 0.2);
}

.sr-mobile-filter-btn:active {
  transform: scale(0.98);
}

.sr-filter-sidebar {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.sr-filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 5px;
}

.sr-filter-header h3 {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-family: 'Playfair Display', serif;
}

.sr-filter-header h3 iconify-icon {
  color: var(--primary);
  font-size: 24px;
}

.sr-reset-btn {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
}

.sr-reset-btn:hover {
  color: var(--primary);
}

.sr-filter-top-box {
  background: #fdfaf7;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid #f6f0ea;
}

.sr-filter-block {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #efe8e0;
  margin-bottom: 0px;
}

.sr-filter-block.border-0 {
  border-bottom: none;
  padding-bottom: 0;
}

.sr-filter-label {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 1px;
  margin-bottom: 55px;
  text-transform: uppercase;
}

.sr-range-slider {
  margin: 10px 0;
  position: relative;
  padding: 0 5px;
}

.sr-range-slider .noUi-connect {
  background: var(--primary);
  border: none;
}

.sr-range-slider .noUi-target {
  background: #e2e8f0;
  border: none;
  height: 6px;
  box-shadow: none;
  border-radius: 10px;
}

.sr-range-slider .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  border: 4px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  top: -6px;
  right: -9px;
  cursor: pointer;
  outline: none !important;
}

.sr-range-slider .noUi-handle::before,
.sr-range-slider .noUi-handle::after {
  display: none;
}

/* Custom NoUiSlider Tooltip as Pill matching screenshot */
.sr-range-slider .noUi-tooltip {
  background: var(--primary);
  border: none;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  bottom: 150%;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px rgba(155, 0, 0, 0.3);
  white-space: nowrap;
}

.sr-range-slider .noUi-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: var(--primary) transparent transparent transparent;
}

.sr-slider-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}

.sr-slider-inputs input {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}

.sr-slider-inputs input:focus {
  border-color: var(--primary);
}

.sr-dash {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 500;
}

/* Accordion Filters */
.sr-filter-acc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sr-filter-acc-item {
  background: #fdfaf7;
  border-radius: 12px;
  border: 1px solid #f6f0ea;
  transition: all 0.3s ease;
}

.sr-filter-acc-item.active {
  border-color: #f6efe8;
  background: #fdfaf7;
}

.sr-filter-acc-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
}

.sr-filter-acc-btn:hover {
  color: var(--primary);
}

.sr-filter-acc-btn.active {
  color: #334155;
}

.sr-filter-acc-body {
  display: none;
  padding: 0 24px 20px;
}

.sr-filter-acc-body p {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

.sr-acc-icon {
  width: 28px;
  height: 28px;
  background: var(--primary);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: transform 0.3s;
}

.sr-acc-icon iconify-icon {
  font-size: 16px;
}

/* Checkboxes inside accordion */
.sr-check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 5px;
  transition: all 0.3s ease;
}

.sr-check-list .checkbox-custom-wrap:nth-child(n+5) {
  display: none;
  animation: fadeIn 0.3s ease;
}

.sr-check-list.expanded .checkbox-custom-wrap:nth-child(n+5) {
  display: flex;
}

.sr-more-btn {
  background: #fff1f1;
  color: var(--primary);
  border: none;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  width: fit-content;
}

.sr-more-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(155, 0, 0, 0.15);
}

.sr-more-btn iconify-icon {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.sr-more-btn.active iconify-icon {
  transform: rotate(180deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- RESULTS --- */
.sr-results-header {
  margin-bottom: 30px;
}

.sr-results-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 6px;
}

.sr-results-subtitle {
  font-size: 16px;
  color: #64748b;
}

.sr-results-subtitle strong {
  color: var(--primary);
  font-weight: 700;
}

/* --- PROFILE CARD --- */
.sr-card {
  display: flex;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #f1f5f9;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.sr-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
  border-color: rgba(155, 0, 0, 0.1);
}

.sr-card-img-col {
  position: relative;
  width: 300px;
  min-width: 300px;
  overflow: hidden;
}

.sr-card-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s;
}

.sr-card:hover .sr-card-img-col img {
  transform: scale(1.05);
}

.sr-card-img-actions {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: fit-content;
  display: flex;
  justify-content: space-between;
  gap: 47px;
  z-index: 2;
  opacity: 1;
  background: rgb(0 0 0 / 0%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(12px);
  padding: 8px 9px;
  border-radius: 50px;
  border: 2px solid rgb(255 255 255 / 21%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}

.sr-action-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  cursor: pointer;
  transition: all 0.3s;
  background: #fff;
  color: #9b0000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.sr-action-circle:hover {
  transform: translateY(-3px) scale(1.1);
  background: #fff;
  color: var(--primary);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.sr-action-circle.sr-call,
.sr-action-circle.sr-video,
.sr-action-circle.sr-msg {
  background: #fff;
  color: #9b0000;
}

.sr-card-info-col {
  flex: 1;
  padding: 21px;
  display: flex;
  flex-direction: column;
}

.sr-card-top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sr-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
}

.sr-online-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0fdf4;
  color: #166534;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 30px;
  letter-spacing: 0.5px;
  border: 1px solid #dcfce7;
}

.sr-online-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

.sr-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}

.sr-grid-item {
  padding: 15px 20px;
  border-left: 2px solid #ff00001a;
  margin: 8px 0px;
  padding: 3px 10px;
}

.sr-grid-item:nth-child(4n) {
  border-right: none;
}

.sr-grid-item label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.sr-grid-item span {
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}

.sr-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.sr-card-btns {
  display: flex;
  gap: 15px;
}

.sr-btn-shortlist,
.sr-btn-interest {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 4px;
  border-radius: 44px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  padding-right: 22px;
  justify-content: center;
}

.sr-btn-shortlist iconify-icon {
  color: #ffffff;
  font-size: 21px;
  padding: 11px;
  background: orange;
  border-radius: 32px;
}

.sr-btn-interest iconify-icon {
  color: #ffffff;
  font-size: 21px;
  padding: 11px;
  background: var(--primary);
  border-radius: 32px;
}

.sr-btn-shortlist:hover {
  background: #fffbeb;
  border-color: #fde68a;
  color: #92400e;
}

.sr-btn-interest:hover {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.sr-btn-ignore {
  width: 44px;
  height: 44px;
  border-radius: 52px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.sr-btn-ignore:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #475569;
  transform: rotate(15deg);
}

/* Pagination styling polish */
.matches-pagination-wrap {
  display: flex;
  justify-content: center;
}

.matches-pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: white;
  color: #64748b;
  font-weight: 700;
  transition: all 0.3s;
  text-decoration: none;
}

.page-item.active .page-link {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
  box-shadow: 0 8px 16px rgba(155, 0, 0, 0.25);
}

.page-link:hover:not(.active) {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: var(--primary);
}


/* ============================================================
   COMMUNITY PAGE STYLES
   ============================================================ */
.community-sidebar-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.sidebar-form-header {
  background: #faf5ed;
  border-radius: 72px;
  padding: 6px;
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}

.btn-sidebar-reg,
.btn-sidebar-search {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border-radius: 110px;
  font-size: 14px;
  font-weight: 700;
  color: #64748b;
  transition: all 0.3s;
}

.btn-sidebar-reg.active,
.btn-sidebar-search.active {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 10px rgba(155, 0, 0, 0.2);
}

.btn-sidebar-continue {
  width: 100%;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 14px;
  font-weight: 700;
  font-size: 15px;
  margin-top: 10px;
  transition: all 0.3s;
}

.btn-sidebar-continue:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(155, 0, 0, 0.2);
}

.sidebar-list-title {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: var(--primary);
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.sidebar-community-list {
  padding: 0;
  margin: 0;
}

.sidebar-community-list li {
  margin-bottom: 12px;
}

.sidebar-community-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  transition: all 0.3s;
}

.sidebar-community-list li a iconify-icon {
  font-size: 16px;
  color: #cbd5e1;
  transition: all 0.3s;
}

.sidebar-community-list li a:hover {
  color: var(--primary);
}

.sidebar-community-list li a:hover iconify-icon {
  color: var(--primary);
  transform: translateX(3px);
}

.sidebar-list-footer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #f1f5f9;
  text-align: center;
}

.btn-list-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff5f5;
  color: var(--primary);
  border: none;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-list-toggle:hover {
  background: var(--primary);
  color: #fff;
}

.community-main-header {
  background: var(--primary);
  border-radius: 16px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 8px 25px rgba(155, 0, 0, 0.15);
}

.header-icon-box {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.header-title {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  font-family: 'Playfair Display', serif;
}

.community-grid-card {
  background: #fff;
  border-radius: 16px;
  padding: 23px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.community-grid-card span {
  font-size: 16px;
  font-weight: 600;
  color: #334155;
}

.community-grid-card iconify-icon {
  font-size: 18px;
  color: #94a3b8;
  transition: all 0.3s;
}

.community-grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  border-color: var(--primary);
}

.community-grid-card:hover iconify-icon {
  color: var(--primary);
  transform: translateX(3px);
}

.community-grid-card.active {
  background: var(--primary);
  border-color: var(--primary);
}

.community-grid-card.active span,
.community-grid-card.active iconify-icon {
  color: #fff;
}

/* ============================================================
   COMMUNITY DETAIL PAGE STYLES
   ============================================================ */
.cd-banner-box {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #f0f0f0;
}

.cd-banner-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cd-content-section {
  margin-top: 30px;
}

.cd-title {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 32px;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.cd-desc {
  color: #64748b;
  font-size: 16px;
  margin-bottom: 30px;
}

.cd-tab-wrapper {
  background: #fff;
  border-radius: 100px;
  padding: 8px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  margin-bottom: 40px;
  display: flex;
}

.cd-nav-pills {
  border: none;
}

.cd-nav-pills .nav-item {
  flex: 1;
}

.cd-nav-pills .nav-link {
  width: 100%;
  border-radius: 100px;
  padding: 14px;
  font-weight: 700;
  font-size: 16px;
  color: #64748b;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
}

.cd-nav-pills .nav-link.active {
  background: var(--primary) !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(155, 0, 0, 0.25);
}

.cd-nav-pills .nav-link:hover:not(.active) {
  color: var(--primary);
}

.cd-profile-grid .profile-card {
  margin-bottom: 25px;
}

.cd-profile-grid .profile-img-wrap {
  height: 300px;
}

/* ===== HELP PAGE STYLES ===== */
.help-form-card {
  background: var(--white-color);
  border-radius: 24px;
  padding: 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid #f1f5f9;
}

.help-form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 10px;
}


.help-form-group .input-with-icon iconify-icon {
  left: 20px;
}

.help-textarea {
  min-height: 160px;
  resize: none;
}

.help-footer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.help-attach-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s;
}

.help-attach-btn iconify-icon {

  font-size: 20px;

}

.help-attach-btn:hover {
  color: var(--primary-dark);
}

.help-btn-submit {
  background-color: var(--primary);
  color: var(--white-color);
  border: none;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(155, 0, 0, 0.2);
}

.help-btn-submit:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(155, 0, 0, 0.3);
}

.help-form-card h1 {
  font-family: 'Playfair Display', serif;
}

/* ===== HELP PREVIEW STYLES ===== */
.help-preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
}

.help-preview-item {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-preview-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.help-preview-icon {
  font-size: 24px;
  color: #64748b;
}

.help-preview-remove {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 22px;
  height: 22px;
  background: var(--primary);
  color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid var(--white-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 5;
  transition: all 0.2s;
}

.help-preview-remove:hover {
  background: var(--primary-dark);
  transform: scale(1.10px);
}

/* ===== PLANS PAGE STYLES ===== */
.pricing-section {
  padding: 40px 0px;

}

.pricing-header {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-header h1 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 20px;
}

.pricing-header p {
  color: var(--subtitle-color);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.pricing-cards-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.pricing-card {
  background: var(--white-color);
  border-radius: 30px;
  padding: 40px;
  width: 380px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.pricing-card.highlight {
  background: linear-gradient(180deg, #E65100 0%, #BF360C 100%);
  color: var(--white-color);
  width: 470px;
  padding: 60px 40px;
  z-index: 2;
  margin-top: -20px;
  margin-bottom: -20px;
  box-shadow: 0 20px 60px rgba(191, 54, 12, 0.3);
  border: none;
}

.plan-name {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
}

.plan-for {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 30px;
}

.plan-price {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 30px;
}

.plan-price span {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
}

.btn-plan {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.pricing-card:not(.highlight) .btn-plan {
  background-color: var(--primary);
  color: var(--white-color);
}

.pricing-card.highlight .btn-plan {
  background-color: #000;
  color: var(--white-color);
}

.plan-desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}

.highlight .plan-desc {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.features-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: block;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

.feature-item iconify-icon {
  color: inherit;
  font-size: 18px;
}

.pricing-card:not(.highlight) .feature-item iconify-icon {
  color: var(--primary);
}

/* Payment Section */
.payment-option-section {
  padding-bottom: 40px;
}

.payment-btn-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.btn-payment-option {
  background-color: var(--primary);
  color: var(--white-color);
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
}

.payment-container {
  background-color: #ebe3d6;
  border-radius: 40px;
  padding: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.payment-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.payment-card {
  background: var(--white-color);
  border-radius: 20px;
  padding: 30px;
  flex: 1;
  min-width: 300px;
}

.payment-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.payment-card p {
  font-size: 13px;
  color: var(--subtitle-color);
  margin-bottom: 20px;
}

.qr-section {
  display: flex;
  align-items: center;
  gap: 40px;
}

.qr-img {
  width: 150px;
  height: 150px;
}

.upi-logo {
  width: 80px;
}

.bank-details-table {
  width: 100%;
  font-size: 14px;
}

.bank-details-table td {
  padding: 8px 0;
}

.bank-details-table td:first-child {
  font-weight: 600;
  width: 40%;
}

.bank-details-table td:last-child {
  color: var(--subtitle-color);
}

/* ===== CHECKOUT PAGE STYLES ===== */
.checkout-section {
  padding: 40px 0;

}

.checkout-grid {
  display: flex;
  gap: 30px;
}

.checkout-left {
  flex: 0 0 420px;
}

.checkout-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: -20px;
}

.checkout-card {
  background: var(--white-color);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.checkout-card-header {
  margin-bottom: 25px;
}

.checkout-card-header h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: var(--title-color);
}

.checkout-card-header p {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--subtitle-color);
  text-transform: uppercase;
  margin-top: 5px;
}

.addon-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.addon-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.addon-item.selected {
  background: #FFF5F5;
  border-color: transparent;
}

.addon-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.addon-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: transparent;
}

.addon-item.selected .addon-check {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white-color);
}

.addon-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
}

.checkout-table {
  width: 100%;
}

.checkout-table tr td {
  padding: 12px 0;
  font-size: 15px;
  color: var(--subtitle-color);
}

.checkout-table tr td:last-child {
  text-align: right;
  font-weight: 700;
  color: var(--title-color);
}

.checkout-table tr.total-row {
  border-top: 1px solid #f0f0f0;
}

.checkout-table tr.total-row td {
  padding-top: 25px;
  font-size: 22px;
  font-weight: 800;
  color: var(--title-color);

}

.checkout-table tr.total-row td span.total-price {
  color: var(--primary);
  font-size: 28px;
}

.btn-pay-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--primary-dark);
  color: var(--white-color);
  padding: 18px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
  border: none;
  margin-top: 25px;
  box-shadow: 0 10px 30px rgba(155, 0, 0, 0.2);
}

.btn-pay-now:hover {
  background: #800000;
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(155, 0, 0, 0.3);
}

.checkout-actions {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.checkout-actions .btn-pay-now,
.checkout-actions .btn-more-coupons {
  flex: 1;
  margin-top: 0;
  white-space: nowrap;
}

.btn-more-coupons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #009669;
  color: var(--white-color);
  padding: 18px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 150, 105, 0.2);
}

.btn-more-coupons:hover {
  background: #059669;
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(0, 150, 105, 0.3);
  color: var(--white-color);
}

/* ===== SUCCESS MODAL STYLES ===== */
.payment-success-modal .modal-content {
  border-radius: 40px;
  border: none;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.success-icon-wrapper {
  width: 100px;
  height: 100px;
  background-color: #d1fae5;
  border: 4px solid #f0fdf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.success-icon-inner {
  width: 60px;
  height: 60px;
  background-color: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
}

.success-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--title-color);
  margin-bottom: 20px;
}

.success-desc {
  font-size: 16px;
  color: var(--subtitle-color);
  line-height: 1.6;
  margin-bottom: 40px;
}

.btn-success-done {
  background-color: #10b981;
  color: white;
  border: none;
  padding: 18px 0;
  width: 100%;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.2);
}

.btn-success-done:hover {
  background-color: #059669;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(16, 185, 129, 0.3);
  color: white;
}

/* ===== FAILED MODAL STYLES ===== */
.payment-failed-modal .modal-content {
  border-radius: 40px;
  border: none;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.fail-icon-wrapper {
  width: 100px;
  height: 100px;
  background-color: #fee2e2;
  border: 4px solid #fef2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.fail-icon-inner {
  width: 60px;
  height: 60px;
  background-color: #b91c1c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
}

.fail-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--title-color);
  margin-bottom: 10px;
}

.fail-desc {
  font-size: 16px;
  color: var(--subtitle-color);
  line-height: 1.6;
  margin-bottom: 40px;
}

.btn-fail-retry {
  background-color: #b91c1c;
  color: white;
  border: none;
  padding: 18px 0;
  width: 100%;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
  box-shadow: 0 10px 25px rgba(185, 28, 28, 0.2);
}

.btn-fail-retry:hover {
  background-color: #991b1b;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(185, 28, 28, 0.3);
  color: white;
}

.btn-payment-failed {
  background-color: #f1f5f9;
  color: #64748b;
  border: 1px solid #e2e8f0;
  padding: 12px;
  border-radius: 100px;
  font-weight: 600;
  width: 100%;
  margin-top: 15px;
  transition: all 0.3s;
  border: none;
}

.btn-payment-failed:hover {
  background-color: #e2e8f0;
  color: #475569;
}

/* ============================================================
   WEDDING VENDOR PAGE STYLES
   ============================================================ */

.vendor-hero-section {
  padding: 40px 0 40px;
}

.vendor-hero-banner {
  background-image: url('../images/vendor\ background.png');
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.vendor-hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.vendor-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.vendor-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 54px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.vendor-hero-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 50px;
  font-weight: 400;
}

.vendor-search-wrap {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  padding: 12px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}

.vendor-search-group {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.vendor-search-group iconify-icon {
  position: absolute;
  left: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.vendor-search-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 16px 20px 16px 55px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s;
}

.vendor-search-input:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  outline: none;
}

.vendor-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.vendor-search-select-wrap {
  flex: 1.2;
}

.vendor-search-select-wrap .select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 100px !important;
  height: 56px !important;
  padding-left: 45px !important;
  display: flex !important;
  align-items: center !important;
}

.vendor-search-select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff !important;
  font-size: 16px !important;
}

.vendor-search-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px !important;
  right: 20px !important;
}

.vendor-search-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  width: 20px !important;
  height: 20px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.7)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  transition: all 0.3s ease !important;
}

.vendor-search-select-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translate(-50%, -50%) rotate(180deg) !important;
}

.btn-vendor-search {
  background: var(--primary);
  color: #ffffff;
  border: none;
  border-radius: 100px;
  padding: 16px 55px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s;
  box-shadow: 0 10px 25px rgba(155, 0, 0, 0.3);
}

.btn-vendor-search:hover {
  background: #c30000;
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(155, 0, 0, 0.4);
}

/* Vendor Grid */
.vendor-grid-section {
  padding-bottom: 40px;
}

.vendor-card {
  position: relative;
  background: #ffffff;
  border-radius: 35px;
  overflow: hidden;
  height: 440px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 30px;
  display: block;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.vendor-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}

.vendor-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.vendor-card:hover {
  transform: translateY(-12px);
  border-color: rgba(155, 0, 0, 0.1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.vendor-card:hover .vendor-card-img {
  transform: scale(1.12);
}

.vendor-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.vendor-card-info {
  flex: 1;
}

.vendor-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
  display: block;
}

.vendor-card-price {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: 0.3px;
}

.vendor-rating-badge {
  background: #f16d20;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 20px rgba(241, 109, 32, 0.3);
}

/* Pagination Overrides for Vendor Page */
.contact-page-body .matches-pagination .page-link {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  color: #333333;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  transition: all 0.3s;
}

.contact-page-body .matches-pagination .page-item.active .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(155, 0, 0, 0.2);
}

.contact-page-body .matches-pagination .page-dots {
  color: #999999;
  font-size: 20px;
}

.contact-page-body .matches-pagination .page-item:not(.active) .page-link:hover {
  background: #f8f9fa;
  border-color: var(--primary);
  color: var(--primary);
}

.vendor-search-select-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a8a8a8 !important;
}

/* Vendor List View */
.vendor-list-section {
  padding-bottom: 40px;
}

.vendor-list-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  gap: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  text-decoration: none !important;
}

.vendor-list-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(155, 0, 0, 0.1);
}

.vendor-list-img-wrap {
  flex: 0 0 380px;
  height: 240px;
  border-radius: 24px;
  overflow: hidden;
}

.vendor-list-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.vendor-list-card:hover .vendor-list-img {
  transform: scale(1.1);
}

.vendor-list-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vendor-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.vendor-list-title {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.vendor-list-stars {
  display: flex;
  gap: 5px;
  color: #f16d20;
}

.vendor-list-stars iconify-icon {
  font-size: 20px;
}

.vendor-list-location {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #555555;
  font-size: 15px;
  margin-bottom: 18px;
  font-weight: 500;
}

.vendor-location-icon {
  width: 32px;
  height: 32px;
  background: #9b0000;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.vendor-list-desc {
  color: #777777;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-view-details {
  background: #f5f5f5;
  color: #333;
  padding: 12px 35px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s;
  border: none;
  width: fit-content;
}

.btn-view-details:hover {
  background: #eeeeee;
  color: #000;
  transform: translateX(5px);
}

/* ===== VENDOR DETAILS PAGE ===== */
.vendor-details-section {
  padding: 30px 0px;
}

.vd-main-layout {
  display: flex;
  gap: 30px;
}

.vd-content-col {
  flex: 1;
}

.vd-sidebar-col {
  flex: 0 0 380px;
}

.vd-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.vd-gallery-wrap {
  margin-bottom: 35px;
}

.vd-img-active {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.vd-thumb-row {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.vd-thumb-item {
  width: 100px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.vd-thumb-item:hover,
.vd-thumb-item.active {
  border-color: var(--primary);
  transform: translateY(-3px);
}

.vd-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.vd-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.vd-rating-stars {
  color: #f16d20;
  font-size: 20px;
  display: flex;
  gap: 5px;
}

.vd-price-badge {
  background: #fffafa;
  border: 1px solid #fee2e2;
  border-radius: 16px;
  padding: 15px 25px;
  text-align: center;
}

.vd-price-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #9b0000;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.vd-price-value {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
}

.vd-desc-text {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.vd-section-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.vd-review-form .form-group {
  margin-bottom: 25px;
}

.vd-review-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 10px;
}

.vd-input-wrap {
  position: relative;
}

.vd-input-wrap iconify-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  font-size: 20px;
}

.vd-form-control {
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  padding: 15px 20px 15px 55px;
  font-size: 15px;
  transition: all 0.3s;
}

.vd-form-control:focus {
  border-color: var(--primary);
  background: #ffffff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(155, 0, 0, 0.05);
}

.vd-textarea {
  height: 150px;
  resize: none;
  padding: 20px !important;
}

.btn-vd-post {
  background: var(--primary);
  color: #ffffff;
  border: none;
  padding: 15px 50px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(155, 0, 0, 0.2);
}

.btn-vd-post:hover {
  background: #c30000;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(155, 0, 0, 0.3);
}

.vd-reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.vd-review-count {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 18px;
}

.vd-review-count iconify-icon {
  color: var(--primary);
  font-size: 24px;
}

.vd-review-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}

.vd-review-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.vd-review-user-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.vd-user-info {
  display: flex;
  gap: 15px;
  align-items: center;
}

.vd-user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.vd-user-name {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  display: block;
}

.vd-review-date {
  font-size: 13px;
  color: #999999;
}

.vd-review-text {
  color: #555555;
  font-size: 15px;
  line-height: 1.7;
}

.btn-vd-book {
  background: var(--primary);
  color: #ffffff;
  width: 100%;
  padding: 18px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  border: none;
  transition: all 0.3s;
  box-shadow: 0 10px 25px rgba(155, 0, 0, 0.2);
}

.btn-vd-book:hover {
  background: #c30000;
  transform: scale(1.02);
}

.vd-sidebar-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 35px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.vd-sidebar-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
}

.vd-contact-list li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.vd-contact-list li:last-child {
  margin-bottom: 0;
}

.vd-contact-icon {
  color: var(--primary);
  font-size: 22px;
  flex-shrink: 0;
}

.vd-contact-text {
  font-size: 15px;
  color: #555555;
  line-height: 1.5;
}

.vd-recent-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f8f8f8;
}

.vd-recent-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.vd-post-link {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  transition: color 0.3s;
}

.vd-post-link:hover {
  color: var(--primary);
}

.vd-post-date {
  font-size: 12px;
  color: #999999;
}

/* Vendor Details Consistency Fixes */
.vd-select2-wrap .select2-container--default .select2-selection--single {
  background: #fcfcfc !important;
  border: 1px solid #eeeeee !important;
  border-radius: 12px !important;

  display: flex !important;
  align-items: center !important;
  padding-right: 40px !important;
}

.vd-input-wrap.vd-select2-wrap .select2-container--default .select2-selection--single {
  padding-left: 50px !important;
}



.vd-sort-wrap.vd-select2-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  padding: 0 !important;
}

/* Universal Custom Arrow for Detail Page */
.vd-select2-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.vd-select2-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  width: 18px !important;
  height: 18px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(0,0,0,0.5)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  transition: all 0.3s ease !important;
}

.vd-select2-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translate(-50%, -50%) rotate(180deg) !important;
}

/* ===== EVENT CARD STYLES ===== */
.event-card {
  background: var(--white-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
}

.event-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(155, 0, 0, 0.1);
}

.event-img-wrap {
  position: relative;
  padding-top: 75%;
  /* 4:3 Aspect Ratio */
  overflow: hidden;
  border-radius: var(--radius-md);
  margin: 10px;
}

.event-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-card:hover .event-img-wrap img {
  transform: scale(1.1);
}

.event-card-body {
  padding: 10px 20px 20px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.event-date-info {
  font-size: 13px;
  color: var(--subtitle-color);
  margin-bottom: 8px;
  font-weight: 500;
}

.event-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}

.event-card-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  line-height: 1.3;
  transition: color 0.3s;
}

.event-card:hover .event-card-title {
  color: var(--primary);
}

.event-arrow-circle {
  width: 42px;
  height: 42px;
  border: 1.5px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: all 0.3s;
  flex-shrink: 0;
}

.event-card:hover .event-arrow-circle {
  background: var(--primary);
  color: var(--white-color);
  transform: rotate(45deg);
}

.event-desc {
  font-size: 15px;
  color: var(--subtitle-color);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== EVENT DETAILS PAGE STYLES ===== */
.event-detail-main {
  background: var(--white-color);
  padding: 30px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.event-detail-feature-img {
  width: 100%;
  border-radius: var(--radius-md);
  margin-bottom: 30px;
  box-shadow: var(--shadow-sm);
}

.event-detail-header {
  margin-bottom: 25px;
}

.event-price-box {
  background: var(--bg-cream);
  padding: 15px 25px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(229, 160, 35, 0.2);
  text-align: right;
}

.event-price-box .price-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a0aec0;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.event-price-box .price-value {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
}

.event-detail-content p {
  color: var(--subtitle-color);
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 15px;
}

.btn-book-venue {
  background: var(--gradient-2);
  color: var(--white-color);
  width: 100%;
  padding: 18px;
  border-radius: 50px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.4s;
  box-shadow: 0 10px 25px rgba(155, 0, 0, 0.2);
  border: none;
  margin-bottom: 30px;
}

.btn-book-venue:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(155, 0, 0, 0.3);
  color: var(--white-color);
}

.contact-info-card {
  background: var(--white-color);
  padding: 40px 30px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  margin-bottom: 30px;
}

.contact-info-card h4 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: center;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-icon-box {
  width: 44px;
  height: 44px;
  background: rgba(155, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
  font-size: 19px;
}

.contact-item-text {
  font-size: 15px;
  color: var(--subtitle-color);
  line-height: 1.5;
}

.detail-map-wrap {
  background: var(--white-color);
  padding: 10px;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 410px;
  box-shadow: var(--shadow-md);
}

.detail-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: var(--radius-sm);
}

/* ===== MODAL STYLES ===== */
.modal-pro-matrimony .modal-content {
  border-radius: var(--radius-lg);
  border: none;
  box-shadow: var(--shadow-xl);
}

.modal-pro-matrimony .modal-header {
  border-bottom: none;
  padding: 30px 40px 10px 40px;
}

.modal-pro-matrimony .modal-title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--title-color);
}

.modal-pro-matrimony .btn-close-custom {
  background: var(--bg-light);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--subtitle-color);
  transition: all 0.3s;
}

.modal-pro-matrimony .btn-close-custom:hover {
  background: var(--primary);
  color: var(--white-color);
}

.modal-pro-matrimony .modal-body {
  padding: 10px 40px 30px 40px;
}

.modal-event-meta-box {
  background: var(--bg-cream);
  padding: 25px;
  border-radius: var(--radius-md);
  margin-bottom: 25px;
}

/* ===== CHAT PAGE STYLES ===== */
.chats-section {
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.chat-actions-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.chat-btn-group {
  display: flex;
  gap: 15px;
}

.btn-chat-action {
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  border: 1px solid #f0f0f0;
  background: white;
  color: var(--title-color);
  padding-left: 12px;
}

.btn-chat-action:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.btn-chat-action.delete {
  color: #ef4444;
}

.btn-chat-action iconify-icon {
  font-size: 16px !important;
}

.btn-chat-action.delete:hover {
  background: #fff5f5;
  border-color: #fee2e2;
}

.chat-list-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.chat-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  border-radius: 18px;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
}

.chat-item:hover {
  background: #f9fafb;
  border-color: #f1f5f9;
}

.chat-item.unread {
  background: #fff8f8;
}

.chat-item.active {
  background: #fdfdfd;
  border-color: #f1f1f1;
}

.chat-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.chat-avatar {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  object-fit: cover;
}

.chat-info {
  flex-grow: 1;
}

.chat-right-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 60px;
}

.chat-time {
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
  white-space: nowrap;
}

.chat-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 5px 0;
  display: block;
}

.chat-msg-preview {
  font-size: 15px;
  color: #64748b;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 450px;
}

.chat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.chat-tag {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 100px;
  text-transform: capitalize;
}

.chat-tag.question {
  background: #fee2e2;
  color: #ef4444;
}

.chat-tag.help {
  background: #d1fae5;
  color: #10b981;
}

.chat-tag.bug {
  background: #fef3c7;
  color: #f59e0b;
}

.chat-tag.request {
  background: #e0f2fe;
  color: #0ea5e9;
}

.chat-tag.follow-up {
  background: #f1f5f9;
  color: #64748b;
}

.chat-select-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  transition: all 0.3s;
  flex-shrink: 0;
  font-size: 14px;
  cursor: pointer;
}

.chat-item:hover .chat-select-circle {
  border-color: #cbd5e1;
}

.chat-select-circle.selected,
.chat-item.active .chat-select-circle {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.chat-item-indicator {
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 4px;
  background: var(--primary);
  border-radius: 100px 0 0 100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.chat-item.active .chat-item-indicator {
  opacity: 1;
}

.modal-meta-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.modal-meta-item:last-child {
  margin-bottom: 0;
}

.modal-meta-icon {
  width: 44px;
  height: 44px;
  background: var(--primary-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 18px;
  flex-shrink: 0;
}

.modal-meta-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--black-color);
}

.modal-event-desc {
  font-size: 14px;
  color: var(--subtitle-color);
  line-height: 1.7;
  margin-bottom: 25px;
}

.modal-pro-matrimony .modal-footer {
  border-top: none;
  padding: 0 40px 40px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-price-pill {
  background: var(--bg-cream);
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(229, 160, 35, 0.1);
}

.modal-price-pill i {
  font-size: 24px;
  color: var(--black-color);
}

.modal-price-pill span {
  font-weight: 800;
  font-size: 16px;
  color: var(--black-color);
}

.modal-qty-select {
  min-width: 120px;
}

.modal-qty-select .select2-container--default .select2-selection--single {
  border-radius: 50px;
  height: 48px;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.modal-qty-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 600;
  color: var(--black-color);
  font-size: 14px;
}

.modal-qty-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 10px;
  display: flex;
  align-items: center;
}

.modal-qty-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(0,0,0,0.5)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  transition: all 0.3s ease !important;
  top: 55% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.modal-qty-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translate(-50%, -50%) rotate(180deg) !important;
}

.modal-qty-select .select2-container {
  width: 100% !important;
}

.btn-modal-next {
  background: var(--primary-dark);
  color: var(--white-color);
  padding: 14px 60px;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  transition: all 0.3s;
}

.btn-modal-next:hover {
  background: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(128, 0, 0, 0.2);
}

/* ===== EVENT CHECKOUT STYLES ===== */
.checkout-summary-card {
  background: var(--white-color);
  padding: 30px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  margin-bottom: 40px;
}

.summary-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.summary-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--black-color);
}

.summary-value {
  font-size: 14px;
  color: var(--subtitle-color);
}

.summary-value.payment-total {
  font-size: 18px;
  font-weight: 800;
  color: #10b981;
}

.confirmation-card {
  background: var(--white-color);
  padding: 40px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.confirmation-title {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 8px;
}

.confirmation-subtitle {
  font-size: 15px;
  color: var(--subtitle-color);
  margin-bottom: 30px;
}

.btn-book-now {
  background: var(--primary-dark);
  color: var(--white-color);
  padding: 14px 50px;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  transition: all 0.3s;
  margin-top: 20px;
}

.btn-book-now:hover {
  background: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(128, 0, 0, 0.2);
  color: var(--white-color);
}

.checkout-sidebar .contact-info-card,
.checkout-sidebar .detail-map-wrap {
  margin-bottom: 30px;
}

/* ===== ABOUT US PAGE STYLES ===== */
.about-card {
  background: var(--white-color);
  padding: 60px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.about-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--title-color);
  line-height: 1.2;
  margin-bottom: 25px;
}

.about-subtitle {
  font-size: 16px;
  color: var(--subtitle-color);
  line-height: 1.6;
  margin-bottom: 30px;
}

.about-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-checklist li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--black-color);
}

.about-checklist li iconify-icon {
  color: var(--primary);
  font-size: 22px;
}

.about-right-text p {
  font-size: 15px;
  color: var(--subtitle-color);
  line-height: 1.8;
  margin-bottom: 25px;
}

.about-feature-img {
  width: 100%;
  border-radius: var(--radius-md);
  margin-top: 40px;
  margin-bottom: 50px;
  box-shadow: var(--shadow-md);
  height: 570px;
  object-fit: cover;
}

.about-bottom-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 30px;
}

.about-bottom-content p {
  font-size: 15px;
  color: var(--subtitle-color);
  line-height: 1.8;
  margin-bottom: 20px;
}

/* ===== BOOK VENUE MODAL STYLES ===== */
.book-venue-modal .form-label-custom {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #444;
}

.book-venue-modal .form-control-custom {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 12px 15px 12px 45px;
  font-family: 'Inter', sans-serif;
  height: 50px;
}

.book-venue-modal textarea.form-control-custom {
  padding: 15px 15px 15px 25px !important;
}

.book-venue-modal .input-with-icon iconify-icon {
  left: 15px;
  color: #94a3b8;
}

.book-venue-modal .select2-container--default .select2-selection--single {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  height: 50px;
  display: flex;
  align-items: center;
}

.book-venue-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  color: #64748b;
}

.book-venue-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

/* ===== COUPON CARD STYLES ===== */
.coupon-card-v2 {
  background: #198754;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
}

.coupon-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.coupon-header-v2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.coupon-off-text {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
}

.coupon-copy-btn {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.coupon-copy-btn:hover {
  background: #ffffff;
  color: #1e293b;
}

.coupon-plan {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

.coupon-footer-v2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon-save {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.btn-coupon-apply {
  background: #000;
  color: #ffffff;
  border: none;
  padding: 8px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
}

.btn-coupon-apply:hover {
  background: #1d4ed8;
  transform: scale(1.05);
}

/* Income Source Form Styles */
.income-source-block {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  position: relative;
  background: #fff;
}

.income-source-title {
  color: #00bcd4;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.btn-remove-source {
  background-color: #ff4d2d;
  color: #fff !important;
  border: none;
  padding: 8px 25px;
  border-radius: 66px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
}

.btn-remove-source:hover {
  background-color: #e6391a;
  color: #fff !important;
}

.btn-add-source {
  background-color: #8e9aaf;
  color: #fff !important;
  border: none;
  padding: 10px 20px;
  border-radius: 66px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.btn-add-source:hover {
  background-color: #7a869a;
  color: #fff !important;
}

.btn-submit-form {
  background-color: #bd3031;
  color: #fff !important;
  border: none;
  padding: 10px 40px;
  border-radius: 66px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
}

.btn-submit-form:hover {
  background-color: #003333;
  color: #fff !important;
}

.form-actions-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.chat-title-group h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 28px;
}

input[type="checkbox"]:checked+.chat-select-circle {
  background: var(--primary);
  border-color: var(--primary);
  color: white !important;
  box-shadow: 0 4px 10px rgba(155, 0, 0, 0.15);
}

.chat-item-check,
.chat-main-check {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.chat-select-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0;
}

/* 32. Chat Conversation (chat-inside.html) */
.chat-conversation-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #f1f5f9;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 850px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
}

.chat-conv-header {
  padding: 25px 30px;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.chat-back-btn {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  text-decoration: none;
  font-size: 20px;
}

.chat-back-btn:hover {
  background: #f8fafc;
  color: var(--primary);
  border-color: #e2e8f0;
  transform: translateX(-3px);
}

.chat-conv-user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.chat-conv-user .chat-avatar-wrap {
  position: relative;
  width: 52px;
  height: 52px;
}

.chat-conv-user .chat-avatar {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.chat-conv-user .online-dot {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  background: #10b981;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.chat-conv-user-info .user-name {
  font-size: 19px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0;
  letter-spacing: -0.3px;
}

.chat-conv-user-info .user-status {
  font-size: 13px;
  color: #10b981;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.chat-conv-user-info .user-status::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.chat-conv-actions {
  display: flex;
  gap: 15px;
}

.chat-action-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  transition: all 0.3s;
}

.chat-action-btn.call {
  background: #10b981;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.25);
}

.chat-action-btn.video {
  background: var(--primary);
  box-shadow: 0 8px 20px rgba(189, 48, 49, 0.25);
}

.chat-action-btn:hover {
  transform: translateY(-3px) scale(1.05);
  filter: brightness(1.08);
}

.chat-conv-body {
  flex-grow: 1;
  padding: 40px 30px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 35px;
  background: #fbfbfc;
  /* Subtle off-white background */
}

.chat-conv-body::-webkit-scrollbar {
  width: 5px;
}

.chat-conv-body::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 10px;
}

.msg-group {
  display: flex;
  gap: 15px;
  max-width: 75%;
}

.msg-group.incoming {
  align-self: flex-start;
  align-items: flex-end;
}

.msg-group.outgoing {
  align-self: flex-end;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.msg-avatar {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.msg-bubbles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.msg-bubble {
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.incoming .msg-bubble {
  background: #fff;
  /* White bubbles for incoming */
  color: #334155;
  border-bottom-left-radius: 4px;
  border: 1px solid #f1f5f9;
}

.outgoing .msg-bubble {
  background: var(--primary);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.chat-conv-footer {
  padding: 25px 30px;
  border-top: 1px solid #f1f5f9;
  background: #fff;
}

.chat-input-container {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 0.3s;
}

.chat-input-container:focus-within {
  background: #fff;
  border-color: var(--primary);
  box-shadow: 0 10px 30px rgba(189, 48, 49, 0.08);
}

.chat-attach-btn {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 26px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.chat-attach-btn:hover {
  color: var(--primary);
  transform: rotate(15deg) scale(1.1);
}

.chat-input-field {
  flex-grow: 1;
  border: none;
  padding: 12px 0;
  font-size: 16px;
  outline: none;
  color: var(--title-color);
  background: transparent;
}

.chat-input-field::placeholder {
  color: #94a3b8;
}

.chat-send-btn {
  background: none;
  border: none;
  color: var(--primary);
  font-size: 28px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.chat-send-btn:hover {
  transform: scale(1.15) rotate(-10deg);
  filter: drop-shadow(0 4px 8px rgba(189, 48, 49, 0.2));
}

/* ===== PHOTO REQUEST PAGE STYLES (MATCHING SCREENSHOT) ===== */
.photo-req-title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

.photo-req-title-bar .title-group h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--title-color);
  margin-bottom: 5px;
}

.photo-req-title-bar .title-group p {
  color: var(--subtitle-color);
  font-size: 15px;
  font-weight: 500;
}

.photo-req-actions {
  display: flex;
  gap: 15px;
}

.btn-select-all {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 10px 24px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  color: var(--title-color);
  transition: all 0.3s;
}

.btn-select-all .check-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.btn-delete-selected {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFF5F5;
  border: 1px solid #FED7D7;
  padding: 10px 24px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  color: #C53030;
  transition: all 0.3s;
}

.btn-delete-selected:hover {
  background: #FED7D7;
}

.photo-req-card-v2 {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 30px;
  padding: 24px;
  display: flex;
  gap: 20px;
  transition: all 0.3s;
  height: 100%;
}

.photo-req-card-v2:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border-color: #e2e8f0;
}

.req-card-left {
  flex: 0 0 140px;
}

.req-img-wrapper {
  position: relative;
  width: 140px;
  height: 174px;
  border-radius: 20px;
  overflow: hidden;
}

.req-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.req-check-pos {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 5;
}

.req-lock-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.req-card-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.req-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}

.req-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--title-color);
}

.req-more-btn {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 24px;
  padding: 0;
  cursor: pointer;
}

.req-status {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.req-status.pending {
  color: #F6AD55;
}

.req-status.accepted {
  color: #48BB78;
}

.req-meta {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
  margin-bottom: 4px;
}

.req-location {
  font-size: 14px;
  color: #94a3b8;
  font-weight: 500;
  margin-bottom: 15px;
}

.req-footer {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.btn-req-view {
  flex-grow: 1;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s;
}

.btn-req-view:hover {
  background: var(--primary-dark);
  box-shadow: 0 5px 15px rgba(155, 0, 0, 0.2);
}

.btn-req-delete {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
  padding: 0;
}

.btn-req-delete:hover {
  background: #fee2e2;
  color: #ef4444;
  border-color: #fecaca;
}

/* Custom Checkbox for Request Card */
.req-custom-check {
  cursor: pointer;
  display: block;
}

.req-custom-check input {
  display: none;
}

.req-check-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: transparent;
  transition: all 0.3s;
}

.req-custom-check input:checked+.req-check-circle {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* Tabs adjustment */
.photo-req-tabs-wrap {
  margin-bottom: 25px;
}

.photo-request-tab-pane {
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  display: none;
  animation: fadeIn 0.4s ease;
}

.photo-request-tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.common-section {
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.common-actions-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.common-btn-group {
  display: flex;
  gap: 15px;
}

.common-title-group h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 28px;
}

.btn-common-action {
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  border: 1px solid #f0f0f0;
  background: white;
  color: var(--title-color);
  padding-left: 12px;
}

.common-actions-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.common-btn-group {
  display: flex;
  gap: 15px;
}

.btn-common-action {
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s;
  border: 1px solid #f0f0f0;
  background: white;
  color: var(--title-color);
  padding-left: 12px;
  user-select: none;
}

.btn-common-action:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
  transform: translateY(-1px);
}

.btn-common-action:active {
  transform: translateY(0);
}

.btn-common-action.delete {
  color: #ef4444;
}

.btn-common-action iconify-icon {
  font-size: 16px !important;
}

.btn-common-action.delete:hover {
  background: #fff5f5;
  border-color: #fee2e2;
}

.common-list-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.common-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  border-radius: 18px;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
}

.form-actions-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.common-title-group h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 28px;
}

input[type="checkbox"]:checked+.common-select-circle {
  background: var(--primary);
  border-color: var(--primary);
  color: white !important;
  box-shadow: 0 4px 10px rgba(155, 0, 0, 0.15);
}

.common-item-check,
.common-main-check {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.common-select-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0;
}

.common-select-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  transition: all 0.3s;
  flex-shrink: 0;
  font-size: 14px;
  cursor: pointer;
}

/* ===== PHOTO REQUEST RECEIVED STYLES ===== */
.photo-req-received-card {
  background: var(--white-color);
  border: 1px solid #f1f5f9;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 0px;
  transition: all 0.3s;
}

.photo-req-received-card:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border-color: #e2e8f0;
}

.req-rec-left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.req-rec-img {
  width: 120px;
  height: 120px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}

.req-rec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.req-rec-info h3 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 24px;
  color: var(--title-color);
  margin-bottom: 8px !important;
}

.req-rec-info p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 12px;
  max-width: 450px;
  line-height: 1.5;
}

.status-pending-badge {
  display: inline-block;
  background: #FFFBEB;
  color: #D97706;
  padding: 4px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
}

.req-rec-right {
  display: flex;
  gap: 12px;
}

.btn-accept {
  background: var(--primary);
  color: white;
  border: none;
  padding: 12px 35px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(155, 0, 0, 0.2);
}

.btn-accept:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(155, 0, 0, 0.25);
}

.btn-reject {
  background: #fff;
  color: #64748B;
  border: 1px solid #E2E8F0;
  padding: 12px 35px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
}

.btn-reject:hover {
  background: #F8FAFC;
  color: #EF4444;
  border-color: #FCA5A5;
}

/* Card Dropdown Premium Styles */
.req-header .dropdown-menu {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  min-width: 180px;
  border: 1px solid #f1f5f9 !important;
  margin-top: 8px !important;
}

.req-header .dropdown-item {
  transition: all 0.2s;
  border-radius: 6px;
  margin: 0 8px;
  width: calc(100% - 16px);
  display: flex;
  align-items: center;
}

.req-header .dropdown-item:hover {
  background-color: #f8fafc;
  color: var(--primary);
}

.req-header .dropdown-item.text-danger:hover {
  background-color: #fef2f2;
}

.req-header .dropdown-item iconify-icon {
  font-size: 18px;
  opacity: 0.7;
}

.req-more-btn {
  background: transparent;
  border: none;
  color: #64748b;
  font-size: 20px;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.req-more-btn:hover {
  background: #f1f5f9;
  color: var(--title-color);
}

@media (max-width: 768px) {
  .photo-req-received-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .req-rec-right {
    width: 100%;
    margin-top: 10px;
  }

  .btn-accept,
  .btn-reject {
    flex: 1;
    padding: 12px 20px;
  }
}

/* ===== SHORTLIST PAGE STYLES ===== */
.shortlist-list-wrapper {

  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);

  animation: fadeIn 0.4s ease;

}

.shortlist-item {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.3s;
  gap: 20px;
  border-radius: 12px;
}

.shortlist-item:last-child {
  border-bottom: none;
}

.shortlist-item:hover {
  background: #fafafa;
}

.shortlist-left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.shortlist-img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.shortlist-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shortlist-info h3 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--title-color);
  margin-bottom: 5px !important;
}

.shortlist-info p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 0;
  max-width: 450px;
  line-height: 1.5;
}

.btn-shortlisted {
  background: #E57E23;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(229, 126, 35, 0.2);
  white-space: nowrap;
}

.btn-shortlisted:hover {
  background: #d46d1b;
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(229, 126, 35, 0.3);
  color: white;
}

.common-item-check:checked+.common-select-circle,
.common-main-check:checked+.common-select-circle {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.btn-shortlisted iconify-icon {
  font-size: 18px;
}

.blocked-btn {
  background-color: var(--primary-dark);
}

/* ===== CALL HISTORY PAGE STYLES ===== */
.call-history-wrapper {
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease;
  position: relative;
}

.call-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 25px;
  border: 1px solid #f1f5f9;
  border-radius: 100px;
  margin-bottom: 20px;
  transition: all 0.3s;
  background: white;
}

.call-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  transform: translateY(-2px);
  border-color: #e2e8f0;
}

.call-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.call-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #f8fafc;
}

.call-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 2px;
}

.call-info p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 5px;
  font-weight: 500;
}

.call-direction {
  line-height: 1;
}

.call-direction iconify-icon {
  font-size: 20px;
}

.call-direction.outgoing iconify-icon {
  color: #ef4444;
}

.call-direction.incoming iconify-icon {
  color: #22c55e;
}

.btn-call-action {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: white;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-call-action.phone {
  background-color: #22c55e;
}

.btn-call-action.video {
  background-color: #ef4444;
}

.btn-call-action:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.floating-delete-btn {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #e91e63;
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(233, 30, 99, 0.3);
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}

.floating-delete-btn:hover {
  background: #d81b60;
  transform: translateY(-50%) scale(1.05);
}

.floating-delete-btn iconify-icon {
  font-size: 24px;
}

/* ===== VIDEO CALL PAGE STYLES ===== */
.video-call-main-wrap {
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease;
}

.video-display-area {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.main-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-top-left {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 5;
}

.video-timer {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  padding: 8px 18px;
  border-radius: 50px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.rec-dot {
  width: 10px;
  height: 10px;
  background: #ef4444;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.video-top-right {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 5;
}

.video-action-icon {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.3s;
  cursor: pointer;
}

.video-action-icon:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
}

.video-bottom-left {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 5;
}

.caller-name-tag {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  padding: 12px 28px;
  border-radius: 55px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-bottom-right {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 5;
}

.audio-wave-box {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-controls-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.control-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: all 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.mic-btn {
  background-color: #f1f5f9;
  color: #64748b;
}

.mic-btn.active {
  background-color: #10b981;
  color: white;
}

.camera-btn {
  background-color: #eff6ff;
  color: #3b82f6;
}

.end-call-btn {
  width: auto;
  padding: 0 50px;
  border-radius: 100px;
  background-color: #ef4444;
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.control-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* ===== SAVED SEARCH PAGE STYLES ===== */
.saved-search-container {
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease;
}

.saved-search-item {
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 25px;
  transition: all 0.3s;
  background: white;
}

.saved-search-item:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  border-color: #e2e8f0;
}

.ss-icon-circle {
  width: 55px;
  height: 55px;
  background: #fff1f2;
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s;
}

.saved-search-item:nth-child(even) .ss-icon-circle {
  background: var(--primary);
  color: white;
}

.btn-ss-details {
  background: #fff;
  border: 1px solid #f1f5f9;
  padding: 8px 24px;
  border-radius: 100px;
  font-weight: 600;
  color: var(--title-color);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.btn-ss-details:hover,
.btn-ss-details[aria-expanded="true"] {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.btn-ss-details iconify-icon {
  transition: transform 0.3s;
}

.btn-ss-details[aria-expanded="true"] iconify-icon {
  transform: rotate(180deg);
}

.btn-ss-delete {
  width: 45px;
  height: 45px;
  border: 1px solid #f1f5f9;
  background: white;
  border-radius: 50%;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-ss-delete:hover {
  background: #fff1f2;
  color: #f43f5e;
  border-color: #fff1f2;
  transform: rotate(15deg);
}

.ss-details-body {
  background: #fdfdfd;
  border-radius: 15px;
  padding: 30px;
  border: 1px dashed #e2e8f0;
}

.ss-detail-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.ss-label {
  font-size: 13px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ss-value {
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
}

.ss-top-header h1 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 28px;
}

.ss-title-box h4 {
  font-weight: 700;
}

/* ===== SETTINGS PAGE STYLES ===== */
.settings-main-wrap {
  display: flex;
  gap: 30px;
  animation: fadeIn 0.4s ease;
}

.settings-sidebar {
  width: 380px;
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  height: fit-content;
}

.settings-sidebar h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 35px;
  color: var(--title-color);
}

.settings-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.settings-nav-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  border-radius: 18px;
  text-decoration: none;
  color: var(--title-color);
  transition: all 0.3s;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
}

.settings-nav-link .nav-icon-circle {
  width: 45px;
  height: 45px;
  background: #fff1f2;
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.settings-nav-link .nav-text h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.settings-nav-link .nav-text p {
  font-size: 13px;
  color: #94a3b8;
  margin: 0;
}

.settings-nav-link.active {
  background: var(--primary) !important;
  color: white !important;
  box-shadow: 0 10px 25px rgba(244, 63, 94, 0.2);
}

.settings-nav-link.active .nav-icon-circle {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.settings-nav-link.active .nav-text p {
  color: rgba(255, 255, 255, 0.7);
}

.settings-content-card {
  flex: 1;
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.settings-content-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 34px;
  margin-bottom: 12px;
  color: var(--title-color);
}

.settings-subtitle {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #64748b;
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.settings-subtitle iconify-icon {
  color: var(--primary);
  margin-top: 3px;
  font-size: 18px;
  flex-shrink: 0;
}

/* Radio Group */
.settings-radio-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.settings-radio-item {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
}

.settings-radio-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-checkmark {
  width: 22px;
  height: 22px;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.2s;
}

.settings-radio-item input:checked+.radio-checkmark {
  border-color: var(--primary);
}

.radio-checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  background: var(--primary);
  border-radius: 50%;
  transition: all 0.2s;
}

.settings-radio-item input:checked+.radio-checkmark::after {
  transform: translate(-50%, -50%) scale(1);
}

.radio-label-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}

/* Form Styles */
.settings-form-row {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}

.settings-form-group {
  flex: 1;
}

.settings-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 10px;
}

.settings-input-wrap {
  position: relative;
}

.settings-input-wrap iconify-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 20px;
}

.settings-input {
  width: 100%;
  padding: 14px 20px 14px 50px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.3s;
}

.settings-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.1);
  outline: none;
}

.btn-save-settings {
  background: var(--primary);
  color: white;
  padding: 14px 35px;
  border-radius: 100px;
  font-weight: 700;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  transition: all 0.3s;
  font-size: 16px;
  margin-top: 40px;
}

.btn-save-settings:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(244, 63, 94, 0.3);
}

/* ===== INVOICE PAGE STYLES ===== */
.invoice-main-container {
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 45px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease;
}

.invoice-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.invoice-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn-print {
  background: var(--primary);
  color: white;
  padding: 10px 35px;
  border-radius: 100px;
  font-weight: 700;
  border: none;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
}

.btn-print:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(244, 63, 94, 0.2);
}

.btn-download-circle {
  width: 48px;
  height: 48px;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  background: white;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-download-circle:hover {
  background: #f8fafc;
  color: var(--primary);
  border-color: var(--primary);
}

.invoice-box {
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 22px;
  background: #ffffff;
}

.invoice-header {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.invoice-logo {
  max-width: 220px;
}

.invoice-header-right {
  text-align: right;
}

.invoice-header-right .contact-item {
  margin-bottom: 15px;
}

.invoice-header-right label {
  display: block;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.invoice-header-right p {
  margin: 0;
  font-size: 15px;
  color: var(--title-color);
  font-weight: 600;
}

.invoice-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.invoice-info-item label {
  display: block;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.invoice-info-item p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
}

.invoice-info-item.text-end {
  text-align: right;
}

.invoice-table-wrap {
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #f1f5f9;
}

.invoice-table {
  width: 100%;
  border-collapse: collapse;
}

.invoice-table th {
  background: #f8fafc;
  padding: 18px 25px;
  text-align: left;
  font-size: 13px;
  color: #64748b;
  font-weight: 700;
  text-transform: uppercase;
}

.invoice-table td {
  padding: 22px 25px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
  color: var(--title-color);
  font-weight: 500;
}

.invoice-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  padding-right: 25px;
}

.summary-row {
  display: flex;
  gap: 40px;
  align-items: center;
}

.summary-row label {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 600;
  min-width: 100px;
  text-align: right;
}

.summary-row span {
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  min-width: 130px;
  text-align: right;
}

.summary-row.grand-total {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 2px solid #f1f5f9;
}

.summary-row.grand-total span {
  color: #10b981;
  font-size: 22px;
}

.invoice-thankyou {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #f1f5f9;
}

.invoice-thankyou h3 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 12px;
  color: var(--title-color);
}

.invoice-thankyou p {
  color: #94a3b8;
  font-size: 14px;
  margin: 0;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ===== CURRENT PLAN PAGE STYLES ===== */
.plan-main-container {
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 45px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease;
}

.plan-details-box {
  border: 1px solid #f1f5f9;
  border-radius: 25px;
  padding: 40px;
  margin-bottom: 45px;
}

.plan-header-top {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 40px;
}

.plan-icon-circle {
  width: 65px;
  height: 65px;
  background: #fff1f2;
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.plan-header-top h3 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 28px;
  margin: 0;
  color: var(--title-color);
}

.plan-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 25px;
  margin-bottom: 35px;
}

.plan-stat-item label {
  display: block;
  font-size: 11px;
  color: #94a3b8;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.plan-stat-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
}

.plan-bottom-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}

.btn-plan-upgrade {
  background: #991b1b;
  color: white;
  padding: 12px 45px;
  border-radius: 100px;
  font-weight: 700;
  border: none;
  transition: all 0.3s;
}

.btn-plan-upgrade:hover {
  background: #7f1d1d;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(153, 27, 27, 0.2);
}

.plan-footer-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px dashed #e2e8f0;
  border-radius: 100px;
  padding: 12px 15px 12px 45px;
  margin-top: 40px;
}

.plan-footer-summary .summary-text label {
  color: #10b981;
  font-weight: 700;
  font-size: 15px;
  margin-right: 12px;
}

.plan-footer-summary .summary-text span {
  color: #10b981;
  font-weight: 800;
  font-size: 22px;
}

.btn-view-invoice {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 10px 35px;
  border-radius: 100px;
  color: var(--title-color);
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s;
}

.btn-view-invoice:hover {
  background: #f8fafc;
  border-color: var(--primary);
  color: var(--primary);
}

/* History Section */
.history-section-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 30px;
  color: var(--title-color);
}

.history-item-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.history-item-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-color: #e2e8f0;
}

.history-left-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.history-icon-circle {
  width: 55px;
  height: 55px;
  background: #fff1f2;
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.history-plan-info h4 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0;
  color: var(--title-color);
}

.history-stats-row {
  display: flex;
  gap: 60px;
  margin-left: 60px;
}

.history-stat label {
  display: block;
  font-size: 10px;
  color: #94a3b8;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.history-stat p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--title-color);
}

.history-stat .text-danger {
  color: #ef4444 !important;
}

.history-actions-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn-history-print {
  background: #991b1b;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.btn-history-print:hover {
  background: #7f1d1d;
  box-shadow: 0 10px 20px rgba(153, 27, 27, 0.2);
}

.btn-history-dl {
  width: 42px;
  height: 42px;
  background: #fff1f2;
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.3s;
}

.btn-history-dl:hover {
  background: var(--primary);
  color: white;
}


.invoice-title-row h1 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 28px;
}

/* ===== CONTACT POPUP STYLES ===== */
.contact-modal .modal-content {
  border-radius: 25px;
  border: none;
  padding: 35px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.contact-modal .modal-header {
  border: none;
  padding: 0;
  margin-bottom: 30px;
}

.contact-modal .modal-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 28px;
  color: var(--title-color);
}

.contact-modal .btn-close {
  background-color: #f1f5f9;
  border-radius: 50%;
  padding: 10px;
  opacity: 1;
  font-size: 10px;
  transition: all 0.3s;
}

.contact-modal .btn-close:hover {
  background-color: #e2e8f0;
}

.contact-modal-body-wrap {
  display: flex;
  gap: 25px;
}

.contact-img-grid {
  display: flex;
  gap: 15px;
  flex: 1.4;
}

.contact-main-img-box {
  flex: 1;
}

.contact-main-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 18px;
}

.contact-thumbs-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-thumb-item {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s;
}

.contact-thumb-item:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-info-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-data-item label {
  display: block;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.info-data-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.contact-actions-row {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}

.contact-action-card {
  flex: 1;
  background: #fdf2f2;
  border: none;
  border-radius: 15px;
  padding: 18px 10px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}

.contact-action-card:hover {
  background: #fee2e2;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(153, 27, 27, 0.1);
}

.contact-action-card iconify-icon {
  font-size: 26px;
  margin: 0 auto 8px;
  color: #991b1b;
  display: flex;
  justify-content: center;
}

.contact-action-card span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
}

/* Eye Button Style */
.btn-view-contact-eye {
  width: 32px;
  height: 32px;
  background: #10b981;
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 10px;
}

.btn-view-contact-eye:hover {
  background: #059669;
  transform: scale(1.15);
  box-shadow: 0 5px 15px rgba(16, 185, 129, 0.3);
}

/* Verification Modal Specific Styles */
.verification-modal .modal-content {
  border-radius: 35px;
}

.btn-edit-verification {
  width: 50px;
  height: 50px;
  background: #FEF2F2;
  color: #991b1b;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.btn-edit-verification:hover {
  background: #FEE2E2;
  transform: scale(1.1);
}

.modal-footer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.btn-modal-close {
  background: transparent;
  color: #475569;
  border: 1px solid #E2E8F0;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
}

.btn-modal-close:hover {
  background: #F8FAFC;
  border-color: #CBD5E1;
}

.btn-modal-save {
  background: var(--primary);
  color: white;
  border: none;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(153, 27, 27, 0.2);
}

.btn-modal-save:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(153, 27, 27, 0.3);
}

/* ===== 404 ERROR PAGE STYLES ===== */
.error-404-section {
  padding: 80px 0;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}

.error-card {
  background: white;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  min-height: 600px;
  border: 1px solid #f1f5f9;
}

.error-left {
  flex: 1;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.error-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.error-right {
  flex: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.error-breadcrumb {
  display: flex;
  align-items: center;
  background: #fdf2f2;
  color: var(--primary);
  width: max-content;
  padding: 6px 18px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 35px;
}

.error-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 52px;
  color: var(--title-color);
  margin-bottom: 20px;
}

.error-desc {
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 500px;
}

.popular-links-section {
  margin-bottom: 45px;
}

.links-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 20px;
}

.links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill-link {
  padding: 10px 22px;
  border: 1px solid #e2e8f0;
  border-radius: 100px;
  color: #475569;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.pill-link iconify-icon {
  font-size: 18px;
}

.pill-link:hover {
  background: #fdf2f2;
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

.error-actions {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.btn-error-primary {
  background: var(--primary);
  color: white;
  padding: 15px 35px;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(153, 27, 27, 0.2);
}

.btn-error-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(153, 27, 27, 0.3);
}

.btn-error-secondary {
  background: white;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 13px 35px;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.btn-error-secondary:hover {
  background: #fdf2f2;
  transform: translateY(-3px);
}

.error-footer-text {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

.error-footer-text a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.error-footer-text a:hover {
  text-decoration: underline;
}

/* ===== 500 ERROR PAGE SPECIFIC STYLES ===== */
.status-disruption-badge {
  display: flex;
  align-items: center;
  background: #FEF2F2;
  color: #991B1B;
  width: max-content;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #EF4444;
  border-radius: 50%;
  margin-right: 8px;
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}

.action-box-500 {
  background: #FFFBF5;
  border: 1px solid #FDE68A;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
}

.action-box-icon {
  width: 44px;
  height: 44px;
  background: #FEF3C7;
  color: #D97706;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.action-box-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #92400E;
  margin-bottom: 12px;
}

.action-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.action-box-list li {
  font-size: 14px;
  color: #B45309;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.action-box-list li iconify-icon {
  font-size: 16px;
}

.error-bottom-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  border-top: 1px solid #F1F5F9;
}

.status-page-link {
  color: #0D9488;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.status-page-link:hover {
  text-decoration: underline;
}

.btn-refresh-page {
  background: var(--primary);
  color: white;
  padding: 15px 35px;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(153, 27, 27, 0.2);
  border: none;
}

.btn-refresh-page:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(153, 27, 27, 0.3);
}

/* ===== NO DATA FOUND PAGE SPECIFIC STYLES ===== */
.info-card-box {
  background: #fdfdfd;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 18px 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all 0.3s;
}

.info-card-box:hover {
  background: #FFFBF5;
  border-color: #FDE68A;
  transform: translateX(5px);
}

.info-card-icon {
  width: 42px;
  height: 42px;
  background: #f8fafc;
  color: #64748b;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.info-card-box:hover .info-card-icon {
  background: #FEF3C7;
  color: #D97706;
}

.info-card-content h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 4px;
}

.info-card-content p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

.btn-add-new {
  background: var(--primary);
  color: white;
  padding: 14px 30px;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(153, 27, 27, 0.2);
  border: none;
  font-size: 15px;
}

.btn-add-new:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(153, 27, 27, 0.3);
}

/* ===== MATCH MAKER ADMINISTRATOR CHAT STYLES ===== */
.admin-chat-header {
  padding: 10px 0 25px;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: transparent;
}

.admin-chat-header .title-group h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 28px;
}

.admin-chat-header .title-group p {
  font-size: 15px;
  color: #64748b;
  font-weight: 500;
  max-width: 600px;
}

.btn-refresh-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 25px rgba(155, 0, 0, 0.2);
  flex-shrink: 0;
}

.btn-refresh-circle:hover {
  transform: rotate(180deg) scale(1.05);
  background: var(--primary-dark);
}

.chat-conversation-wrapper {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.chat-conv-body.admin-variant {
  background: transparent;
  padding: 20px 0;
  height: auto;
  min-height: 500px;
  gap: 25px;
}

.admin-variant .msg-group {
  max-width: 85%;
}

.admin-variant .msg-bubble {
  box-shadow: none;
  padding: 12px 20px;
}

.admin-variant .incoming .msg-bubble {
  background: #f1f5f9;
  border: none;
  color: #1e293b;
  border-radius: 12px;
  border-bottom-left-radius: 4px;
}

.admin-variant .outgoing .msg-bubble {
  background: var(--primary);
  color: #fff;
  border-radius: 12px;
  border-bottom-right-radius: 4px;
}

.admin-variant .msg-avatar {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.admin-chat-section {
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease;
}

/* ===== MY MEETING PAGE STYLES ===== */
.meeting-card {
  background: #fff;
  border-radius: 20px;
  padding: 0;
  transition: all 0.3s;
}

.meeting-card-inner {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 10px 0;
}

.meeting-user-img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}

.meeting-user-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.meeting-details {
  flex-grow: 1;
}

.meeting-id {
  font-size: 20px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 8px;
}

.meeting-desc {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 12px;
  line-height: 1.5;
}

.meeting-meta {
  display: flex;
  gap: 25px;
  margin-bottom: 15px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
}

.meta-item iconify-icon {
  font-size: 18px;
  color: #94a3b8;
}

.status-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.status-badge.pending {
  background: #fff7ed;
  color: #f59e0b;
}

.btn-complete-toggle {
  background: #f0fdf4;
  color: #22c55e;
  border: 1px solid #dcfce7;
  padding: 10px 24px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.btn-complete-toggle[aria-expanded="true"] {
  background: #22c55e;
  color: #fff;
}

.btn-complete-toggle[aria-expanded="true"] iconify-icon {
  transform: rotate(180deg);
}

.btn-submit-remark {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 12px 45px;
  border-radius: 222px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
  box-shadow: 0 8px 20px rgba(155, 0, 0, 0.2);
}

.btn-submit-remark:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(155, 0, 0, 0.3);
}

/* Form Group Utilities (consistent with delete-profile.html) */
.form-group-custom {
  margin-bottom: 20px;
}

.form-label-custom {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 10px;
}

.form-control-custom {
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  font-size: 15px;
  color: var(--title-color);
  transition: all 0.3s;
  background: #fff;
  outline: none;
}

.form-control-custom:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(155, 0, 0, 0.1);
}

.meeting-section {
  background: var(--white-color);
  border-radius: var(--radius-md);
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease;
}