html, body {
  font-family: 'Montserrat', 'Anek Tamil', sans-serif;
  overflow-x: hidden;
  width: 100%;
}

/* ---------------------------------------------------- */
/* Premium Dynamic Floating Glassmorphic Pill Navbar   */
/* ---------------------------------------------------- */

/* 1. Nav Links: Default Scrolled State (Highly legible pink on other pages & scrolled home page) */
.custom-navbar .nav-link {
  position: relative;
  padding: 0 18px !important;
  font-weight: 600;
  color: #980a6f;
  font-size: 0.92rem;
  border-radius: 30px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px;
  line-height: 1 !important;
}

.custom-navbar .nav-link:hover {
  color: #d81b60;
  background-color: rgba(152, 10, 111, 0.06);
}

.custom-navbar .nav-link.active {
  color: #ffffff !important;
  background: linear-gradient(90deg, #b30878, #ff00a8);
  box-shadow: 0 4px 12px rgba(255, 0, 168, 0.2);
}

/* 2. Nav Links: Home Page Hero State (Legible white text on dark hero slides) */
.custom-navbar.navbar-hero:not(.scrolled) .nav-link {
  color: rgba(255, 255, 255, 0.95);
}

.custom-navbar.navbar-hero:not(.scrolled) .nav-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

.custom-navbar.navbar-hero:not(.scrolled) .nav-link.active {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* 3. Navbar Layout: Default Scrolled State (For all other pages, and scrolled home page) */
.custom-navbar {
  position: fixed !important;
  top: 10px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 92%;
  max-width: 1240px;
  z-index: 9999;
  height: 60px;
  display: flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 5px 25px !important;
  border-radius: 40px;
  
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(233, 30, 99, 0.15);
  box-shadow: 0 12px 35px rgba(152, 10, 111, 0.12);
  box-sizing: border-box !important;
}

/* Precise Layout Alignments to guarantee mathematical vertical centering of all components */
.custom-navbar .container-fluid {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-navbar .navbar-brand {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
}

.custom-navbar .navbar-brand img {
  height: 38px !important;
  width: auto !important;
  display: block !important;
  transition: height 0.3s ease;
}

@media (min-width: 992px) {
  .custom-navbar .container-fluid {
    display: flex !important;
    flex-direction: row !important; /* Force row layout on desktop */
    align-items: center !important; /* Force vertical centering */
    justify-content: space-between !important;
    height: 100% !important;
  }

  .custom-navbar .container-fluid > .d-flex.justify-content-between {
    height: 100% !important; /* Force the top row to span full height of the bar */
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
  }

  .custom-navbar .navbar-nav {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    height: 100% !important;
    gap: 8px !important;
  }

  .custom-navbar .nav-item {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .custom-navbar .d-lg-none {
    display: inline-flex !important;
    align-items: center !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}


/* 4. Navbar Layout: Home Page Hero State (Transparent capsule for the home page header) */
.custom-navbar.navbar-hero:not(.scrolled) {
  top: 15px;
  height: 66px;
  background: rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* 5. Navbar Layout & Links: Scrolled State Override (Guarantees elegant transition to white-glassmorphic with pink links on scroll) */
.custom-navbar.scrolled {
  top: 10px !important;
  height: 60px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(233, 30, 99, 0.2) !important;
  box-shadow: 0 12px 35px rgba(152, 10, 111, 0.15) !important;
}

.custom-navbar.scrolled .nav-link:not(.btn-auth) {
  color: #980a6f !important;
}

.custom-navbar.scrolled .nav-link:not(.btn-auth):hover {
  color: #d81b60 !important;
  background-color: rgba(152, 10, 111, 0.06) !important;
}

.custom-navbar.scrolled .nav-link.active {
  color: #ffffff !important;
  background: linear-gradient(90deg, #b30878, #ff00a8) !important;
  box-shadow: 0 4px 12px rgba(255, 0, 168, 0.2) !important;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .custom-navbar {
    width: 95%;
    top: 6px;
    min-height: 54px;
    height: auto !important;
    max-height: 54px;
    padding: 5px 15px !important;
  }
  .custom-navbar.navbar-hero:not(.scrolled) {
    top: 10px;
    min-height: 58px;
    height: auto !important;
    max-height: 58px;
  }
  .custom-navbar.scrolled {
    width: 95% !important;
    top: 6px !important;
    min-height: 54px !important;
    height: auto !important;
    max-height: 54px !important;
    padding: 5px 15px !important;
  }
}


   .hero-slider {
        position: relative;
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.30);
        z-index: 1;
    }

    @keyframes zoomIn {
  from {
    opacity: 0;
    transform: translateX(-50%) scale(1.5);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

.hero-content {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  opacity: 0;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  width: 100%;
  

  /* Zoom-in animation */
  animation: zoomIn 1s ease forwards;
  animation-delay: 0.3s;

  will-change: transform, opacity;
  backface-visibility: hidden;
}


    .carousel-item.active .hero-content {
        animation-delay: 0.3s;
    }

    .text-shadow {
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    }

    .carousel-item.active .hero-content {
        animation-delay: 0.3s;
        animation-fill-mode: both;
    }
	
	@media (max-width: 768px) {
        .hero-slider {
            min-height: 100vh;
        }

        .hero-content h1 {
            font-size: 1.5rem;
        }

        .hero-content p {
            font-size: 1rem;
        }

        .btn-heart {
            font-size: 0.9rem;
            padding: 0.4rem 1.2rem;
        }
    }
/* ---------------------------------------------------- */
/* Premium Luxury Deep-Wine Styled Footer               */
/* ---------------------------------------------------- */
}

@media (min-width: 992px) {
  .custom-navbar .container-fluid {
    display: flex !important;
    flex-direction: row !important; /* Force row layout on desktop */
    align-items: center !important; /* Force vertical centering */
    justify-content: space-between !important;
    height: 100% !important;
  }

  .custom-navbar .container-fluid > .d-flex.justify-content-between {
    height: 100% !important; /* Force the top row to span full height of the bar */
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
  }

  .custom-navbar .navbar-nav {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    height: 100% !important;
    gap: 8px !important;
  }

  .custom-navbar .nav-item {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .custom-navbar .d-lg-none {
    display: inline-flex !important;
    align-items: center !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}


/* 4. Navbar Layout: Home Page Hero State (Transparent capsule for the home page header) */
.custom-navbar.navbar-hero:not(.scrolled) {
  top: 15px;
  height: 66px;
  background: rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* 5. Navbar Layout & Links: Scrolled State Override (Guarantees elegant transition to white-glassmorphic with pink links on scroll) */
.custom-navbar.scrolled {
  top: 10px !important;
  height: 60px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(233, 30, 99, 0.2) !important;
  box-shadow: 0 12px 35px rgba(152, 10, 111, 0.15) !important;
}

.custom-navbar.scrolled .nav-link:not(.btn-auth) {
  color: #980a6f !important;
}

.custom-navbar.scrolled .nav-link:not(.btn-auth):hover {
  color: #d81b60 !important;
  background-color: rgba(152, 10, 111, 0.06) !important;
}

.custom-navbar.scrolled .nav-link.active {
  color: #ffffff !important;
  background: linear-gradient(90deg, #b30878, #ff00a8) !important;
  box-shadow: 0 4px 12px rgba(255, 0, 168, 0.2) !important;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .custom-navbar {
    width: 95%;
    top: 6px;
    min-height: 54px;
    height: auto !important;
    max-height: 54px;
    padding: 5px 15px !important;
  }
  .custom-navbar.navbar-hero:not(.scrolled) {
    top: 10px;
    min-height: 58px;
    height: auto !important;
    max-height: 58px;
  }
  .custom-navbar.scrolled {
    width: 95% !important;
    top: 6px !important;
    min-height: 54px !important;
    height: auto !important;
    max-height: 54px !important;
    padding: 5px 15px !important;
  }
}


   .hero-slider {
        position: relative;
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.30);
        z-index: 1;
    }

    @keyframes zoomIn {
  from {
    opacity: 0;
    transform: translateX(-50%) scale(1.5);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

.hero-content {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  opacity: 0;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  width: 100%;
  

  /* Zoom-in animation */
  animation: zoomIn 1s ease forwards;
  animation-delay: 0.3s;

  will-change: transform, opacity;
  backface-visibility: hidden;
}


    .carousel-item.active .hero-content {
        animation-delay: 0.3s;
    }

    .text-shadow {
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    }

    .carousel-item.active .hero-content {
        animation-delay: 0.3s;
        animation-fill-mode: both;
    }
	
	@media (max-width: 768px) {
        .hero-slider {
            min-height: 100vh;
        }

        .hero-content h1 {
            font-size: 1.5rem;
        }

        .hero-content p {
            font-size: 1rem;
        }

        .btn-heart {
            font-size: 0.9rem;
            padding: 0.4rem 1.2rem;
        }
    }
/* ---------------------------------------------------- */
/* Premium Luxury Deep-Wine Styled Footer               */
/* ---------------------------------------------------- */
.footer-wrapper {
  position: relative;
  z-index: 1;
}

.footer-curve-top {
  position: relative;
  height: 40px;
  width: 100%;
  background: transparent;
  margin-bottom: -1px; /* seamless blend */
  z-index: 1;
}

.footer-curve-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1c0012 0%, #360222 45%, #590437 100%);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.footer-main {
  background: linear-gradient(135deg, #1c0012 0%, #360222 45%, #590437 100%);
  color: rgba(255, 255, 255, 0.88) !important;
  padding: 20px 0 15px;
  position: relative;
}

.footer-main .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

.footer-main .text-muted strong {
  color: rgba(255, 255, 255, 0.9) !important;
}

.footer-main hr {
  border-color: rgba(255, 255, 255, 0.15) !important;
  opacity: 0.2;
}

.footer-main p {
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.6;
}

.footer-main h5 {
  color: #ff8ec4 !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  position: relative;
}

.footer-main h5::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 35px;
  height: 2px;
  background: linear-gradient(90deg, #ff8ec4, #ff00a8);
  border-radius: 2px;
}

.footer-main .col-md-4:nth-child(2) h5::after {
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  .footer-main h5::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.footer-link {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 0.35rem;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.footer-link:hover {
  color: #ffffff !important;
  transform: translateX(6px);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.vertical-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 142, 196, 0.25) 40%, transparent);
  opacity: 0.6;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .vertical-divider {
    display: none !important;
  }
}

/* Premium Animated Buttons for Contact */
.animated-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 10px 22px;
  border: none;
  border-radius: 30px;
  color: #ffffff !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
  width: 100%;
  max-width: 240px;
  cursor: pointer;
}

.icon-large {
  font-size: 1.3rem;
  vertical-align: middle;
}

/* WhatsApp Button styling */
.whatsapp-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

.whatsapp-btn:hover {
  background: linear-gradient(135deg, #128C7E, #25D366);
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 10px 20px rgba(37, 211, 102, 0.35);
}

/* Telegram Button styling */
.telegram-btn {
  background: linear-gradient(135deg, #0088cc, #005f9e);
}

.telegram-btn:hover {
  background: linear-gradient(135deg, #005f9e, #0088cc);
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 136, 204, 0.35);
}

/* Support Button styling */
.support-btn {
  background: linear-gradient(135deg, #ff6a00, #ee0979);
}

.support-btn:hover {
  background: linear-gradient(135deg, #ee0979, #ff6a00);
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 10px 20px rgba(238, 9, 121, 0.35);
}

.animated-btn:active {
  transform: translateY(1px) scale(0.97);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
  /* Hide Logo + About and Quick Links on mobile */
  .footer-main .col-md-4:nth-child(1),
  .footer-main .col-md-4:nth-child(2) {
    display: none !important;
  }

  /* Make contact buttons full-width and stacked */
  .footer-main .col-md-4:last-child {
    text-align: center !important;
  }

  .footer-main .animated-btn {
    width: 100%;
    max-width: 280px;
    margin: 6px auto !important;
    display: flex;
  }
}

/* Smooth hover for auth buttons */
.navbar .nav-link.btn-auth {
  transition: all 0.3s ease;
  background: linear-gradient(90deg, rgb(167 10 113) 0%, rgb(255 0 168) 70%, rgb(243 124 176) 100%);
  color: #ffffff !important;
  border-radius: 30px !important;
  padding: 0 20px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  position: relative;
  overflow: hidden;
}
.navbar .nav-link.btn-auth:hover {
  background: linear-gradient(120deg, #fff, #fce4fb);
  box-shadow: 0 4px 10px rgb(248 115 217 / 40%);
  color: #980a6f !important;
}


/* Collapsed menu background */
@media (max-width: 991.98px) { /* Bootstrap's lg breakpoint */
  .navbar-collapse {
    background-color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    
    transform-origin: top;
    transition: all 0.5s ease-out;
  }
}

/* Heart button styles */
.btn-heart {
  position: relative;
  overflow: visible;
  transition: all 0.3s ease, background 0.4s ease;
  z-index: 1;
  background: linear-gradient(90deg, rgb(167 10 113) 0%, rgb(255 0 168) 70%, rgb(243 124 176) 100%);
  color: #ffffff;
  border-radius: 25px;
  padding: 6px 16px;
}
.btn-heart:hover {
  background: linear-gradient(120deg, #fff, #fce4fb);
  -webkit-box-shadow: 0px 46px 77px 0px rgba(10, 43, 83, 0.1490196078);
    box-shadow: 0px 46px 77px 0px rgba(10, 43, 83, 0.1490196078);
	transform: translateY(-5px);
  color: #980a6f;
}

/* Floating hearts animation */
.heart-burst {
  position: absolute;
  color: #ff00b6;
  animation: floatUp 2s ease-out forwards;
  pointer-events: none;
  z-index: 9999;
}
@keyframes floatUp {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) scale(1.5);
  }
}

/* Auth button inline flex */
.btn-auth.animated-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 18px;
  border: none;
  border-radius: 30px;
  color: #ffffff !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  margin-bottom: 8px;
  width: 100%;
}

/* About us section */
.about-us-section {
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.text-pink {
  color: #980a6f;
}
.about-list {
  list-style: none;
  padding: 0;
}
.about-list li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.4;
}
.about-list li i {
  margin-top: 3px;
}
.about-image-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
}
.network-card {
  background: linear-gradient(135deg, #f0f4f8 0%, #e6f0fa 100%);
  border-left: 4px solid #1976d2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.network-card h6 {
  color: #1565c0;
  font-weight: 700;
  margin-bottom: 4px;
}


.profile-section {
  position: relative;
  z-index: 2;
}

/* Desktop animation remains */
.animated-image {
  position: absolute;
  width: 450px;
  height: 450px;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transform: translate(-50%, -50%) scale(0.95);
  left: 50%;
  top: 50%;
}
.animated-image.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
  z-index: 2;
}

/* Profile card */
.profile-card {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(51deg, #ff03a1 0%, #ff9de3 50%, #ff01b6 100%);
  
  transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, transform 0.3s ease;
  position: relative;
 -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
    box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  cursor: pointer;
  padding-bottom: 0.5rem;
  display: block;
  text-decoration: none;
  color: white;
}
.profile-card:hover {
  background: linear-gradient(120deg, #fff, #fce4fb);
  -webkit-box-shadow: 0px 46px 77px 0px rgba(10, 43, 83, 0.1490196078);
    box-shadow: 0px 46px 77px 0px rgba(10, 43, 83, 0.1490196078);
  color: #980a6f;
  transform: translateY(-5px); /* subtle lift */
}
.profile-card:hover .profile-name,
.profile-card:hover p {
  color: #980a6f !important;
}

.profile-img {
  height: 200px;
  overflow: hidden;
  padding: 5px;
}
.profile-img img {
  height: 100%;
  object-fit: cover;
}

.profile-name {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
}

/* Auto scale name if too long */
.profile-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

/* MOBILE: Disable animation, hide image container */
@media (max-width: 768px) {
  .about-image-wrapper,
  .animated-image {
    display: none !important;
  }
  .fancy-bg,
  .profile-fancy-bg {
    background: none !important;
    backdrop-filter: none !important;
  }
  .profile-card {
    border-radius: 14px !important;
    padding-bottom: 0.5rem;
  }
  .profile-card .profile-img,
  .profile-card .profile-img img,
  .profile-card > img {
    height: 140px !important;
    border-radius: 13px 13px 0 0 !important;
  }
  
  .custom-navbar .navbar-brand {
    font-size: 1.2rem;
  }
  .custom-navbar .navbar-brand img {
    height: 32px !important;
  }
  .custom-navbar .nav-link {
    font-size: 0.85rem;
  }
}

/* Responsive navbar toggle button */
.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #d5429c;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* Tooltip and cursor styling */
.tooltip-inner {
  background-color: #d81b60;
  color: white;
  font-size: 0.85rem;
  padding: 5px 8px;
  border-radius: 6px;
}

/* Additional smooth scrolling */
html {
  scroll-behavior: smooth;
}

.navbar-toggler-icon{
	color: white !important;
}

.theme {
	background: linear-gradient(90deg, #9e0844 0%, #af1652 50%, #d12168 100%);
}

.process-section {
  background: radial-gradient(circle at 10% 20%, rgba(254, 219, 235, 0.4) 0%, rgba(255, 245, 250, 0.8) 90%);
  position: relative;
  overflow: hidden;
}
.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 1.5rem 1rem 1rem;
  z-index: 1;
  position: relative;
}
.glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(233, 30, 99, 0.12);
  border-color: rgba(233, 30, 99, 0.2);
}
.step-number-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: linear-gradient(45deg, #b30878, #ff00a8);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 4px 10px rgba(255, 0, 168, 0.3);
}
.step-icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 15px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}
.glass-card:hover .step-icon-wrapper {
  transform: rotate(10deg) scale(1.1);
  box-shadow: 0 8px 25px rgba(255, 0, 168, 0.15);
}
.arrow-icon {
  font-size: 2rem;
  color: #c86fc9;
  z-index: 1;
}
  
  .floating-heart {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #ff6b81;
  transform: rotate(-45deg);
  animation: float 10s ease-in-out infinite;
  opacity: 0.2;
  z-index: 0;
}

.floating-heart::before,
.floating-heart::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: #ff6b81;
  border-radius: 50%;
}

.floating-heart::before {
  top: -30px;
  left: 0;
}

.floating-heart::after {
  left: 30px;
  top: 0;
}

/* Positioning */
.heart-1 {
  top: 20%;
  left: 5%;
  transform: rotate(-45deg);
}

.heart-2 {
  bottom: 20%;
  right: 8%;
  transform: rotate(-45deg);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(-30px) rotate(-45deg);
  }
}

.form-check-input[type="radio"] {
    cursor: pointer;
    transform: scale(1.3);
}
.form-check-label {
    font-weight: 500;
    cursor: pointer;
}

.pt-10{
	padding-top: 8rem !important;
    padding-bottom: 1rem !important;
}

.message-sent small {
    font-size: 11px;
    color: #888;
}



.premium-badge {
    font-size: 1.8rem; /* adjust size */

    background:linear-gradient(45deg, #b30878, #ff00a8); /* golden gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   
    transition: color 0.3s ease, filter 0.3s ease;
    z-index: 11;
    padding: 0;
    user-select: none;
}

.premium-badge:hover {
    color: #ff73fb; /* lighter gold on hover */
    filter: drop-shadow(0 0 5px rgba(255, 115, 251, 1));
}

.love-title {
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
}

.love-title h3 {
  font-weight: bold;
  font-size: 1.75rem;
}

.love-title .underline-decor {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 0.5rem;
}

.love-title .underline-decor::before {
  content: "";
  width: 100%;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 300 24' xmlns='http://www.w3.org/2000/svg'><path d='M0 12 Q50 0, 100 12 Q150 24, 200 12 Q250 0, 300 12' fill='none' stroke='%23dc3545' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.love-title .heart-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background-color: white;
  padding: 0 6px;
  line-height: 1;
}


.text-gradient {
 color: #BC13FE; 
 background-image: linear-gradient(45deg, #BC13FE , #E025BE , #F0459A , #FB697A , #FF8E5F ); 
 background-clip: text; 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent; 
}
.text-shadow{
text-shadow: 0px 4px 10px rgba(0,0,0,0.6);
}

/* Full-screen white loader */
.page-loader {
  position: fixed;
  inset: 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; /* Stack logo + bar vertically */
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.loader-logo {
  width: 100px;
  height: auto;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.page-loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-loader.hide .loader-logo {
  opacity: 0;
  transform: scale(1.5);
}

.page-content {
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}

.loaded .page-content {
  opacity: 1;
  transform: scale(1);
}

/* Loader Bar */
.loader-bar {
  width: 100px;
  height: 4px;
  background: #f8d3e0;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.loader-bar::before {
  content: '';
  position: absolute;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, #e91e63, #ff80ab);
  animation: slideBar 1s infinite ease-in-out;
  border-radius: 2px;
}

@keyframes slideBar {
  0% { left: -40%; }
  50% { left: 60%; }
  100% { left: 100%; }
}





/* ---------------------------------------------------- */
/* Premium iOS Style Floating Bottom Pill Navigation    */
/* ---------------------------------------------------- */

/* Mobile Bottom Nav: Hidden by default on desktop */
.mobile-bottom-nav {
  display: none !important;
}

@media (max-width: 991.98px) {
  .mobile-bottom-nav {
    position: fixed !important;
    bottom: 20px !important; /* Elegant floating height */
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 92% !important;
    max-width: 430px !important; /* Beautifully compact capsule dock */
    height: 68px !important; /* Sleek profile for natural touch height */
    background: rgba(255, 255, 255, 0.78) !important;
    backdrop-filter: blur(25px) saturate(190%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(190%) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 35px !important; /* Absolute rounded capsule dock */
    box-shadow: 
      0 4px 12px rgba(0, 0, 0, 0.02),
      0 16px 36px rgba(152, 10, 111, 0.16),
      inset 0 1px 2px rgba(255, 255, 255, 0.8) !important; /* Premium physical layered shadow & inner glow */
    z-index: 99999 !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    padding: 0 12px !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    flex-wrap: nowrap !important;
  }
}

.mobile-bottom-nav .nav-link {
  color: #6e6e6e !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 76px !important; /* Increased width to provide a beautiful, generous gap on the sides of the text labels */
  height: 50px !important; /* Proportional touch height */
  border-radius: 25px !important; /* Maintains perfect rounded capsule shape */
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  padding: 4px 8px !important; /* Generous internal padding for layout breathing room */
  position: relative !important;
}

.mobile-bottom-nav .nav-link i {
  font-size: 1.35rem !important;
  color: #6e6e6e !important;
  margin-bottom: 2px !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.mobile-bottom-nav .nav-link small {
  font-size: 0.64rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  color: #7d7d7d !important;
}

/* Active Nav Item: Beautifully integrated flat active capsule bubble (No elevation, no scaling, maintaining pill shape) */
.mobile-bottom-nav .nav-link.active {
  color: #980a6f !important;
  background: rgba(152, 10, 111, 0.08) !important; /* Elegant glass-tinted flat highlight */
  border: 1px solid rgba(152, 10, 111, 0.12) !important; /* Subtle framing border for active pill */
}

.mobile-bottom-nav .nav-link.active i {
  color: #980a6f !important; /* Unified brand color theme */
}

.mobile-bottom-nav .nav-link.active small {
  color: #980a6f !important;
  font-weight: 800 !important;
}

/* Tactile physical feedback on click/press */
.mobile-bottom-nav .nav-link:active {
  transform: scale(0.92) !important;
}




.premium-flash-btn {
    position: relative;
    overflow: hidden;
    animation: zoomInOut 2s infinite ease-in-out;
}

@keyframes zoomInOut {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.premium-flash-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.1) 100%);
    transform: skewX(-20deg);
    animation: flashSweep 2s infinite;
}

@keyframes flashSweep {
    0% { left: -75%; }
    100% { left: 125%; }
}

/* Custom Matrimony Banners (Original Images) */
.hero-slide-1 {
    background-image: url('../images/1.webp');
}

.hero-slide-2 {
    background-image: url('../images/2.webp');
}

.hero-slide-3 {
    background-image: url('../images/3.webp');
}

/* ---------------------------------------------------- */
/* Premium Custom Mobile Navigation Styles              */
/* ---------------------------------------------------- */

@media (max-width: 991.98px) {
  /* Dynamic Height Expansion on Mobile Menu Open */
  .custom-navbar {
    min-height: 54px;
    height: auto !important;
    max-height: 54px; /* Collapsed state height */
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s, border-radius 0.3s, border-color 0.3s, box-shadow 0.3s !important;
    border-radius: 27px; /* Elegant pill capsule shape */
  }

  .custom-navbar.menu-open {
    max-height: 480px !important; /* Vertically expands dynamically down */
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98) !important;
    border-color: rgba(233, 30, 99, 0.3) !important;
    box-shadow: 0 16px 40px rgba(152, 10, 111, 0.2) !important;
  }

  .custom-navbar .container-fluid {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    height: auto !important;
    min-height: 100% !important;
  }

  /* Keep logo and trigger button mathematically centered when navbar is expanded */
  .custom-navbar .container-fluid > .d-flex.justify-content-between {
    height: 44px; /* Matches 54px container minus container padding */
    display: flex !important;
    align-items: center !important;
  }

  /* Compact Login/Logout Button Capsule for Mobile */
  .navbar .nav-link.btn-auth.btn-auth-sm {
    padding: 0 14px !important;
    height: 32px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
  }

  /* Fade-in Animation for Mobile Nav Links list */
  .mobile-nav-panel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateY(-10px);
    border-top: 1px solid rgba(152, 10, 111, 0.08);
    margin-top: 5px;
    width: 100%;
  }

  .custom-navbar.menu-open .mobile-nav-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.1s;
  }

  .mobile-nav-list {
    padding: 10px 5px 15px 5px;
    margin: 0 !important;
  }

  .mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #980a6f;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-nav-link i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }

  .mobile-nav-link:hover,
  .mobile-nav-link:active {
    background-color: rgba(152, 10, 111, 0.06);
    color: #d81b60;
    padding-left: 22px; /* Premium interactive offset transition */
  }

  .mobile-nav-link:hover i {
    transform: scale(1.15) rotate(5deg);
  }

  .mobile-nav-link.active {
    background: linear-gradient(90deg, #b30878, #ff00a8);
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 0, 168, 0.25);
  }
}

/* ---------------------------------------------------- */
/* Premium Custom Hamburger Menu Icon                   */
/* ---------------------------------------------------- */

.navbar-toggler-custom {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  z-index: 10000;
  transition: transform 0.3s ease;
}

.navbar-toggler-custom:focus {
  outline: none;
}

.hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #980a6f; /* Matching primary theme pink */
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Contrast: White lines when overlaying the transparent Home Hero */
.custom-navbar.navbar-hero:not(.scrolled) .hamburger-line {
  background-color: #ffffff;
}

/* Forces Pink Lines when menu is active on Transparent Home Hero */
.custom-navbar.menu-open .hamburger-line {
  background-color: #980a6f !important;
}

/* Morph Hamburger Line states into an elegant Close X mark */
.navbar-toggler-custom.active .hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #d81b60 !important;
}

.navbar-toggler-custom.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.navbar-toggler-custom.active .hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #d81b60 !important;
}


/* ================================================================ */
/* PREMIUM DASHBOARD STYLES                                          */
/* ================================================================ */

.dashboard-page {
  background: #f8f0f5;
  min-height: 100vh;
}

/* Hero Banner */
.dash-hero {
  position: relative;
  padding-top: 145px;
  padding-bottom: 0;
  overflow: hidden;
}

.dash-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #7b0952 0%, #b30878 45%, #ff3fa4 100%);
  z-index: 0;
}

.dash-hero-bg::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #f8f0f5;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.dash-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 50px;
}

/* Breadcrumb */
.dash-breadcrumb {
  margin-bottom: 28px;
}

.dash-breadcrumb .breadcrumb {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  padding: 6px 18px;
  display: inline-flex;
  margin: 0;
}

.dash-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: color 0.2s;
}

.dash-breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}

.dash-breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}

.dash-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/* Hero Row */
.dash-hero-row {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

/* Avatar */
.dash-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.dash-avatar {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.dash-premium-badge {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: linear-gradient(45deg, #b30878, #ff00a8);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  cursor: pointer;
}

/* Hero Info */
.dash-hero-info {
  flex: 1;
  min-width: 0;
}

.dash-username {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.15);
  line-height: 1.2;
}

.dash-usermeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.dash-tag {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* Action Buttons */
.dash-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dash-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 20px;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.dash-btn-primary {
  background: #fff;
  color: #b30878;
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

.dash-btn-primary:hover {
  background: #fce4ec;
  color: #880060;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.dash-btn-outline {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
}

.dash-btn-outline:hover {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
  transform: translateY(-2px);
}

.dash-btn-msg {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  position: relative;
}

.dash-btn-msg:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  transform: translateY(-2px);
}

.dash-btn-upgrade {
  background: linear-gradient(90deg, #ff6a00, #ee0979);
  color: #fff;
  box-shadow: 0 4px 15px rgba(238, 9, 121, 0.35);
  animation: pulseUpgrade 2s ease-in-out infinite;
}

.dash-btn-upgrade:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(238, 9, 121, 0.5);
  color: #fff;
}

@keyframes pulseUpgrade {
  0%, 100% { box-shadow: 0 4px 15px rgba(238, 9, 121, 0.35); }
  50% { box-shadow: 0 4px 25px rgba(238, 9, 121, 0.65); }
}

.dash-badge {
  background: #fff;
  color: #b30878;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 1px 7px;
  border-radius: 20px;
  min-width: 20px;
  text-align: center;
}

/* Alerts */
.dash-alerts-wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dash-alert {
  border-radius: 14px;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 0.9rem;
}

.dash-alert-success {
  background: linear-gradient(90deg, #e8f5e9, #f1f8e9);
  border-left: 4px solid #43a047;
  color: #2e7d32;
}

.dash-alert-birthday {
  background: linear-gradient(90deg, #fff3e0, #fce4ec);
  border-left: 4px solid #ff7043;
  color: #bf360c;
}

.dash-alert-warning {
  background: linear-gradient(90deg, #fff8e1, #fff3cd);
  border-left: 4px solid #ffa000;
  color: #e65100;
}

/* Cards Grid */
.dash-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 28px;
  padding-bottom: 20px;
}

/* Info Card */
.dash-info-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(152, 10, 111, 0.07);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dash-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(152, 10, 111, 0.13);
}

.dash-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: linear-gradient(90deg, #fce4ec, #f8bbd0);
  border-bottom: 1px solid rgba(152, 10, 111, 0.08);
}

.dash-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b30878, #ff00a8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.dash-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #7b0952;
  margin: 0;
}

.dash-card-body {
  padding: 8px 0;
}

/* Field Rows */
.dash-field-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #fce4ec;
  transition: background 0.2s ease;
}

.dash-field-row:last-child {
  border-bottom: none;
}

.dash-field-row:hover {
  background: #fdf0f8;
}

.dash-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  min-width: 130px;
  flex-shrink: 0;
}

.dash-label i {
  color: #b30878;
  font-size: 0.9rem;
}

.dash-value {
  font-size: 0.9rem;
  color: #333;
  font-weight: 600;
  flex: 1;
}

.field-empty {
  color: #ccc;
  font-weight: 400;
}

/* Siblings */
.dash-siblings .dash-value {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dash-sibling-tag {
  background: #fce4ec;
  color: #880060;
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: 600;
}

/* Bottom spacer for mobile nav */
.dash-bottom-spacer {
  height: 100px;
}

@media (min-width: 992px) {
  .dash-bottom-spacer {
    height: 40px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .dash-hero {
    padding-top: 110px;
  }

  .dash-avatar {
    width: 90px;
    height: 90px;
  }

  .dash-username {
    font-size: 1.35rem;
  }

  .dash-cards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dash-field-row {
    flex-direction: column;
    gap: 4px;
  }

  .dash-label {
    min-width: unset;
  }
  text-align: center;
}

/* Alerts */
.dash-alerts-wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dash-alert {
  border-radius: 14px;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 0.9rem;
}

.dash-alert-success {
  background: linear-gradient(90deg, #e8f5e9, #f1f8e9);
  border-left: 4px solid #43a047;
  color: #2e7d32;
}

.dash-alert-birthday {
  background: linear-gradient(90deg, #fff3e0, #fce4ec);
  border-left: 4px solid #ff7043;
  color: #bf360c;
}

.dash-alert-warning {
  background: linear-gradient(90deg, #fff8e1, #fff3cd);
  border-left: 4px solid #ffa000;
  color: #e65100;
}

/* Cards Grid */
.dash-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 28px;
  padding-bottom: 20px;
}

/* Info Card */
.dash-info-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(152, 10, 111, 0.07);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dash-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(152, 10, 111, 0.13);
}

.dash-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: linear-gradient(90deg, #fce4ec, #f8bbd0);
  border-bottom: 1px solid rgba(152, 10, 111, 0.08);
}

.dash-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b30878, #ff00a8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.dash-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #7b0952;
  margin: 0;
}

.dash-card-body {
  padding: 8px 0;
}

/* Field Rows */
.dash-field-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #fce4ec;
  transition: background 0.2s ease;
}

.dash-field-row:last-child {
  border-bottom: none;
}

.dash-field-row:hover {
  background: #fdf0f8;
}

.dash-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  min-width: 130px;
  flex-shrink: 0;
}

.dash-label i {
  color: #b30878;
  font-size: 0.9rem;
}

.dash-value {
  font-size: 0.9rem;
  color: #333;
  font-weight: 600;
  flex: 1;
}

.field-empty {
  color: #ccc;
  font-weight: 400;
}

/* Siblings */
.dash-siblings .dash-value {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dash-sibling-tag {
  background: #fce4ec;
  color: #880060;
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: 600;
}

/* Bottom spacer for mobile nav */
.dash-bottom-spacer {
  height: 100px;
}

@media (min-width: 992px) {
  .dash-bottom-spacer {
    height: 40px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .dash-hero {
    padding-top: 110px;
  }

  .dash-avatar {
    width: 90px;
    height: 90px;
  }

  .dash-username {
    font-size: 1.35rem;
  }

  .dash-cards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dash-field-row {
    flex-direction: column;
    gap: 4px;
  }

  .dash-label {
    min-width: unset;
  }

  .dash-hero-row {
    gap: 16px;
  }

  .dash-btn {
    font-size: 0.8rem;
    padding: 8px 14px;
  }
}

/* ================================================================ */
/* SHARED INNER PAGE HERO — search, profile, chat, contact etc.      */
/* ================================================================ */

.inner-page {
  background: #f8f0f5;
  min-height: 100vh;
}

/* Slim hero bar at top of every inner page */
.inner-hero {
  position: relative;
  padding-top: 145px;
  padding-bottom: 0;
  overflow: hidden;
}

.inner-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #3d0325 0%, #7b0952 50%, #b30878 100%);
  z-index: 0;
}

/* Hero Banner */
.dash-hero {
  position: relative;
  padding-top: 145px;
  padding-bottom: 0;
  overflow: hidden;
}

.dash-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #3d0325 0%, #7b0952 50%, #b30878 100%);
  z-index: 0;
}

.dash-hero-bg::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #f8f0f5;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.dash-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 60px;
}

.inner-hero-bg::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f8f0f5;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.inner-hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.inner-hero-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0 0 6px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.inner-hero-sub {
  color: rgba(255,255,255,0.8);
  font-size: 0.88rem;
  font-weight: 500;
  margin: 0;
}

/* Main body area below inner hero */
.inner-body {
  padding: 28px 0 100px;
}

@media (min-width: 992px) {
  .inner-body {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .inner-hero {
    padding-top: 110px;
  }

  .inner-hero-title {
    font-size: 1.25rem;
  }
}

/* ================================================================ */
/* Chat Page                                                         */
/* ================================================================ */

.chat-container {
    max-width: 600px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 80vh;
    overflow: hidden;
}

.chat-header {
    background: #f84c77;
    color: white;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-box {
    flex-grow: 1;
    padding: 15px;
    overflow-y: auto;
    background: #fef1f5;
}

.chat-message {
    margin-bottom: 12px;
    max-width: 70%;
    padding: 10px 15px;
    border-radius: 18px;
    position: relative;
    font-size: 15px;
    word-wrap: break-word;
}

.message-sent {
    background: #dff3f1;
    align-self: flex-end;
    border-bottom-right-radius: 0;
}

.message-received {
    background: #fff;
    align-self: flex-start;
    border-bottom-left-radius: 0;
}

.chat-input {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
    background: #fff;
}

.chat-input input {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 8px 15px;
    outline: none;
}

.chat-input button {
    margin-left: 10px;
    border: none;
    background: #f84c77;
    color: white;
    border-radius: 20px;
    padding: 8px 20px;
}


.chat-typing-indicator {
    font-size: 13px;
    display: none;
}

/* ================================================================ */
/* CONTACT / SUPPORT CHAT                                            */
/* ================================================================ */

.support-container {
    max-width: 650px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 75vh;
    overflow: hidden;
}

.support-header {
    background: linear-gradient(90deg, #b30878, #ff00a8);
    color: white;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 700;
}

.support-header i {
    font-size: 20px;
}

.support-box {
    flex-grow: 1;
    padding: 15px;
    overflow-y: auto;
    background: #fef1f5;
}

.support-message {
    margin-bottom: 12px;
    max-width: 75%;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 15px;
    word-wrap: break-word;
}

.sent {
    background: #dff3f1;
    align-self: flex-end;
    border-bottom-right-radius: 0;
}

.received {
    background: #ffffff;
    align-self: flex-start;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.support-input {
    display: flex;
    padding: 10px;
    border-top: 1px solid #f8d3e0;
    background: #fff;
    gap: 10px;
}

.support-input input {
    flex: 1;
    border: 1px solid #f8bbd0;
    border-radius: 25px;
    padding: 8px 15px;
    outline: none;
    font-size: 0.9rem;
}

.support-input input:focus {
    border-color: #b30878;
}

.support-input button {
    background: linear-gradient(90deg, #b30878, #ff00a8);
    border: none;
    border-radius: 25px;
    color: white;
    padding: 8px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s;
}

.support-input button:hover {
    opacity: 0.85;
}

/* ================================================================ */
/* UNREAD MESSAGES LIST                                              */
/* ================================================================ */

.unread-avatar {
    width: 52px;
    height: 52px;
    object-fit: cover;
    flex-shrink: 0;
}

.unread-preview {
    max-width: 280px;
}

/* ================================================================ */
/* ASTROLOGY AI PAGE                                                 */
/* ================================================================ */

.astro-profile-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.result-scroll {
    max-height: 700px;
    overflow-y: auto;
}

.astro-message-box {
    text-align: center;
    padding: 24px 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, #7b0952, #ff3fa4);
    color: white;
    min-height: 100px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(152,10,111,0.25);
}

.astro-message-text {
    opacity: 0;
    transition: opacity 1s ease;
    background: linear-gradient(to right, #ffffff, #ffd6f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.astro-message-text.visible {
    opacity: 1;
}

.astro-spinner {
    margin-top: 12px;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255,255,255,0.4);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ================================================================ */
/* PREMIUM RANGE SLIDERS, dropdowns & forms                        */
/* ================================================================ */

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #f3d4e6;
  border-radius: 5px;
  outline: none;
  margin: 12px 0;
  transition: all 0.3s ease;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #f3d4e6;
  border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b30878 0%, #ff00a8 100%);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
  box-shadow: 0 2px 8px rgba(179, 8, 120, 0.4);
  transition: transform 0.1s ease, background 0.3s ease;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ecc2da;
}

input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  background: linear-gradient(135deg, #980a6f 0%, #ff3fa4 100%);
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #f3d4e6;
  border-radius: 5px;
}

input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b30878 0%, #ff00a8 100%);
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 8px rgba(179, 8, 120, 0.4);
  transition: transform 0.1s ease, background 0.3s ease;
}

input[type="range"]::-moz-range-thumb:hover {
  transform: scale(1.2);
  background: linear-gradient(135deg, #980a6f 0%, #ff3fa4 100%);
}

#filterForm .form-select,
#filterForm .form-control {
  border: 1.5px solid #f3d4e6;
  border-radius: 12px;
  padding: 10px 15px;
  color: #3d0325;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  background-color: #fff;
}

#filterForm .form-select:focus,
#filterForm .form-control:focus {
  border-color: #b30878;
  box-shadow: 0 0 0 3px rgba(179, 8, 120, 0.15);
  background-color: #fff;
}

#filterForm .form-label {
  color: #7b0952;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 6px;
}

#filterForm button[type="submit"] {
  background: linear-gradient(135deg, #b30878 0%, #ff00a8 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 25px !important;
  font-weight: 700 !important;
  padding: 10px 20px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(179, 8, 120, 0.25) !important;
}

#filterForm button[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(179, 8, 120, 0.35) !important;
  opacity: 0.95 !important;
}

#filterForm .btn-secondary {
  background: #f3e6ee !important;
  color: #7b0952 !important;
  border: none !important;
  border-radius: 25px !important;
  font-weight: 700 !important;
  padding: 10px 20px !important;
  transition: all 0.3s ease !important;
}

#filterForm .btn-secondary:hover {
  background: #ecd4e2 !important;
  transform: translateY(-2px) !important;
}

/* ================================================================ */
/* PREMIUM MESSENGER & SUPPORT CHAT                                 */
/* ================================================================ */

.chat-container,
.support-container {
  border: 1px solid rgba(152, 10, 111, 0.1);
  box-shadow: 0 10px 40px rgba(152, 10, 111, 0.08) !important;
  border-radius: 24px !important;
  background: #ffffff !important;
}

.chat-header,
.support-header {
  background: linear-gradient(90deg, #3d0325 0%, #7b0952 50%, #b30878 100%) !important;
  padding: 18px 24px !important;
  border-bottom: 1px solid rgba(152, 10, 111, 0.1) !important;
  box-shadow: 0 4px 15px rgba(61, 3, 37, 0.15) !important;
}

.chat-box,
.support-box {
  background: #fdfafd !important; /* Premium ultra-light pink dust */
  padding: 20px !important;
}

/* Custom Scrollbar for Chat Box */
.chat-box::-webkit-scrollbar,
.support-box::-webkit-scrollbar {
  width: 6px;
}

.chat-box::-webkit-scrollbar-track,
.support-box::-webkit-scrollbar-track {
  background: #fdfafd;
}

.chat-box::-webkit-scrollbar-thumb,
.support-box::-webkit-scrollbar-thumb {
  background: #ecd4e2;
  border-radius: 3px;
}

.chat-box::-webkit-scrollbar-thumb:hover,
.support-box::-webkit-scrollbar-thumb:hover {
  background: #b30878;
}

/* Messages styling */
.chat-message,
.support-message {
  border-radius: 20px !important;
  padding: 12px 18px !important;
  font-size: 0.92rem !important;
  line-height: 1.4 !important;
  box-shadow: 0 3px 10px rgba(152, 10, 111, 0.03) !important;
  margin-bottom: 14px !important;
  max-width: 75% !important;
}

/* Sent Messages (Sender: Premium Gradient) */
.message-sent,
.sent {
  background: linear-gradient(135deg, #7b0952 0%, #b30878 100%) !important;
  color: #ffffff !important;
  align-self: flex-end !important;
  border-bottom-right-radius: 4px !important;
  box-shadow: 0 4px 12px rgba(123, 9, 82, 0.15) !important;
}

/* Received Messages (Receiver: Crisp White Glass) */
.message-received,
.received {
  background: #ffffff !important;
  color: #3d0325 !important;
  align-self: flex-start !important;
  border-bottom-left-radius: 4px !important;
  border: 1px solid rgba(152, 10, 111, 0.08) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
}

/* Inputs styling */
.chat-input,
.support-input {
  border-top: 1px solid #f3d4e6 !important;
  background: #fff !important;
  padding: 15px 20px !important;
  gap: 12px !important;
}

.chat-input input,
.support-input input {
  border: 1.5px solid #f3d4e6 !important;
  border-radius: 25px !important;
  padding: 10px 18px !important;
  outline: none !important;
  font-size: 0.9rem !important;
  color: #3d0325 !important;
  transition: all 0.3s ease !important;
}

.chat-input input:focus,
.support-input input:focus {
  border-color: #b30878 !important;
  box-shadow: 0 0 0 3px rgba(179, 8, 120, 0.12) !important;
}

.chat-input button,
.support-input button {
  background: linear-gradient(135deg, #b30878 0%, #ff00a8 100%) !important;
  border: none !important;
  border-radius: 25px !important;
  color: white !important;
  padding: 10px 24px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(179, 8, 120, 0.2) !important;
}

.chat-input button:hover,
.support-input button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(179, 8, 120, 0.3) !important;
  opacity: 0.95 !important;
}

/* ================================================================ */
/* PREMIUM SEARCH FILTERS LAYOUT                                     */
/* ================================================================ */

.filter-sidebar-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(152, 10, 111, 0.12);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(152, 10, 111, 0.05);
  position: sticky;
  top: 95px;
  transition: all 0.3s ease;
  z-index: 10;
}

@media (max-width: 991px) {
  .filter-sidebar-card {
    position: static;
    margin-bottom: 24px;
  }
}

.filter-sidebar-header {
  border-bottom: 1.5px solid rgba(152, 10, 111, 0.08);
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.filter-sidebar-header h5 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #7b0952;
  margin: 0;
  display: flex;
  align-items: center;
}

.filter-sidebar-header h5 i {
  color: #b30878;
}

.filter-sidebar-card label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #3d0325;
  margin-bottom: 6px;
}

.filter-range-val {
  font-size: 0.85rem;
  font-weight: 800;
  color: #b30878;
  background: rgba(179, 8, 120, 0.06);
  padding: 2px 10px;
  border-radius: 20px;
}

/* Premium input icons layout */
.filter-input-group {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  border: 1.5px solid #f3d4e6;
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.filter-input-group:focus-within {
  border-color: #b30878;
  box-shadow: 0 0 0 4px rgba(179, 8, 120, 0.08);
  transform: translateY(-1px);
}

.filter-input-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 100%;
  color: #b30878;
  font-size: 1.05rem;
  border-right: 1px solid #fce4ec;
  flex-shrink: 0;
}

.filter-input-group .form-select {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 10px 12px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #3d0325 !important;
  flex: 1;
}

.filter-input-group .form-select:focus {
  outline: none;
}

.filter-submit-btn {
  background: linear-gradient(90deg, #b30878, #ff00a8);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  padding: 12px;
  box-shadow: 0 4px 15px rgba(179, 8, 120, 0.2);
  transition: all 0.3s ease;
}

.filter-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(179, 8, 120, 0.3);
  background: linear-gradient(90deg, #980a6f, #ff3fa4);
  color: #fff;
}

.filter-submit-btn:active {
  transform: scale(0.98);
}

.filter-reset-btn {
  background: transparent;
  border: 1.5px solid rgba(179, 8, 120, 0.3);
  border-radius: 12px;
  color: #b30878;
  font-weight: 700;
  padding: 10px;
  transition: all 0.3s ease;
  width: 100%;
  cursor: pointer;
}

.filter-reset-btn:hover {
  background: rgba(179, 8, 120, 0.05);
  border-color: #b30878;
  color: #7b0952;
}

/* ---------------------------------------------------- */
/* Premium Stepper Wizard Styles (update.php)           */
/* ---------------------------------------------------- */
.update-wizard-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(152, 10, 111, 0.12);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(152, 10, 111, 0.05);
  transition: all 0.3s ease;
}

.update-steps-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 45px;
  padding: 0 15px;
}

.update-steps-progress {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(152, 10, 111, 0.1);
  border-radius: 10px;
  z-index: 1;
}

.update-steps-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #b30878, #ff00a8);
  border-radius: 10px;
  transition: width 0.4s ease;
}

.update-step-node {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  cursor: pointer;
  width: 120px;
  text-align: center;
  transition: all 0.3s ease;
}

.update-step-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid rgba(152, 10, 111, 0.15);
  color: #9c27b0;
  font-weight: 700;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.update-step-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(61, 3, 37, 0.6);
  margin-top: 10px;
  transition: all 0.3s ease;
  line-height: 1.3;
}

/* Completed Step state */
.update-step-node.completed .update-step-circle {
  background: linear-gradient(135deg, #7b0952, #b30878);
  border-color: #7b0952;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(123, 9, 82, 0.2);
}
.update-step-node.completed .update-step-label {
  color: #7b0952;
}

/* Active Step state */
.update-step-node.active .update-step-circle {
  background: linear-gradient(135deg, #b30878, #ff00a8);
  border-color: #ff00a8;
  color: #ffffff;
  transform: scale(1.15);
  box-shadow: 0 6px 20px rgba(255, 0, 168, 0.35);
}
.update-step-node.active .update-step-label {
  color: #b30878;
  font-weight: 800;
  transform: translateY(2px);
}

/* Step content transitions */
.step-panel-fade {
  animation: fadeInUp 0.45s ease-out forwards;
  will-change: transform, opacity;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Custom form action layout buttons */
.wizard-btn-prev {
  background: transparent;
  border: 1.5px solid rgba(179, 8, 120, 0.3);
  color: #b30878;
  border-radius: 12px;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.wizard-btn-prev:hover {
  background: rgba(179, 8, 120, 0.05);
  border-color: #b30878;
  color: #7b0952;
  transform: translateY(-1px);
}
.wizard-btn-prev:active {
  transform: translateY(0);
}

.wizard-btn-next {
  background: linear-gradient(90deg, #b30878, #ff00a8);
  border: none;
  color: #fff;
  border-radius: 12px;
  padding: 11px 28px;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 4px 15px rgba(179, 8, 120, 0.2);
  transition: all 0.3s ease;
}
.wizard-btn-next:hover {
  background: linear-gradient(90deg, #980a6f, #ff3fa4);
  color: #fff;
  box-shadow: 0 6px 20px rgba(179, 8, 120, 0.3);
  transform: translateY(-2px);
}
.wizard-btn-next:active {
  transform: scale(0.98);
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .update-steps-container {
    padding: 0;
    margin-bottom: 30px;
  }
  .update-step-node {
    width: 90px;
  }
  .update-step-circle {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
    border-width: 2.5px;
  }
  .update-step-label {
    font-size: 0.7rem;
    margin-top: 6px;
  }
  .update-steps-progress {
    top: 19px;
  }
}

/* ================================================================ */
/* PREMIUM PUBLIC PROFILE STYLES (profile.php)                      */
/* ================================================================ */

.profile-sidebar-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(152, 10, 111, 0.12);
  border-radius: 24px;
  padding: 30px 20px;
  box-shadow: 0 10px 35px rgba(152, 10, 111, 0.06);
  transition: all 0.3s ease;
  text-align: center;
  position: sticky;
  top: 95px;
}

@media (max-width: 991px) {
  .profile-sidebar-card {
    position: static;
    margin-bottom: 30px;
  }
}

.profile-avatar-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.profile-avatar-ring {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(135deg, #b30878 0%, #ff00a8 50%, #ffd700 100%);
  box-shadow: 0 8px 25px rgba(179, 8, 120, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.profile-avatar-ring:hover {
  transform: scale(1.03) rotate(5deg);
  box-shadow: 0 12px 35px rgba(179, 8, 120, 0.4);
}

.profile-avatar-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background-color: #fff;
}

.profile-premium-badge-floating {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: linear-gradient(135deg, #ffd700, #ffa500);
  border: 2px solid #ffffff;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 10px rgba(255, 165, 0, 0.4);
  animation: floatHeart 3s ease-in-out infinite;
  z-index: 5;
}

@keyframes floatHeart {
  0% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.profile-sidebar-name {
  font-size: 1.45rem;
  font-weight: 800;
  color: #3d0325;
  margin-bottom: 6px;
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
}

.profile-sidebar-meta {
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(61, 3, 37, 0.6);
  margin-bottom: 25px;
}

.profile-sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.profile-action-btn-back {
  background: transparent;
  border: 1.5px solid rgba(179, 8, 120, 0.3);
  border-radius: 12px;
  color: #b30878;
  font-weight: 700;
  padding: 10px 16px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.profile-action-btn-back:hover {
  background: rgba(179, 8, 120, 0.05);
  border-color: #b30878;
  color: #7b0952;
  transform: translateY(-2px);
}

.profile-action-btn-back:active {
  transform: translateY(0);
}

.profile-action-btn-chat {
  background: linear-gradient(90deg, #b30878, #ff00a8);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  padding: 11px 18px;
  font-size: 0.9rem;
  box-shadow: 0 4px 15px rgba(179, 8, 120, 0.2);
  transition: all 0.3s ease;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.profile-action-btn-chat:hover {
  background: linear-gradient(90deg, #980a6f, #ff3fa4);
  color: #fff;
  box-shadow: 0 6px 20px rgba(179, 8, 120, 0.3);
  transform: translateY(-2px);
}

.profile-action-btn-chat:active {
  transform: scale(0.98);
}

.profile-action-btn-lock {
  background: transparent;
  border: 1.5px solid #d81b60;
  border-radius: 12px;
  color: #d81b60;
  font-weight: 700;
  padding: 10px 18px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.profile-action-btn-lock:hover {
  background: rgba(216, 27, 96, 0.06);
  color: #c2185b;
  border-color: #c2185b;
  transform: translateY(-2px);
}

.profile-action-btn-lock:active {
  transform: translateY(0);
}

/* Info Cards (Right Column) */
.profile-info-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(152, 10, 111, 0.12);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 30px rgba(152, 10, 111, 0.04);
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.profile-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(152, 10, 111, 0.08);
}

.profile-info-header {
  border-bottom: 1.5px solid rgba(152, 10, 111, 0.08);
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.profile-info-header h5 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #7b0952;
  margin: 0;
  display: flex;
  align-items: center;
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
}

.profile-info-header h5 i {
  color: #b30878;
  margin-right: 10px;
  font-size: 1.25rem;
}

/* 2-column key-value grid */
.profile-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
}

@media (max-width: 576px) {
  .profile-info-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.profile-grid-item {
  display: flex;
  flex-direction: column;
  background: rgba(152, 10, 111, 0.02);
  border-radius: 10px;
  padding: 10px 14px;
  border-left: 3px solid rgba(179, 8, 120, 0.3);
  transition: all 0.2s ease;
}

.profile-grid-item:hover {
  background: rgba(152, 10, 111, 0.05);
  border-left-color: #b30878;
}

.profile-info-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(61, 3, 37, 0.6);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
}

.profile-info-label i {
  color: #b30878;
  font-size: 0.95rem;
}

.profile-info-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #3d0325;
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
}

/* Premium Highlight for Empty Fields */
.profile-empty-badge {
  font-size: 0.85rem;
  font-weight: 600;
  color: #d81b60;
  background: rgba(216, 27, 96, 0.06);
  padding: 2px 10px;
  border-radius: 20px;
  display: inline-block;
  border: 1px dashed rgba(216, 27, 96, 0.3);
}

.profile-siblings-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.profile-sibling-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(152, 10, 111, 0.04);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #7b0952;
  border: 1px solid rgba(152, 10, 111, 0.08);
  width: fit-content;
}

.profile-sibling-item i {
  color: #b30878;
  font-size: 1rem;
}

/* ================================================================ */
/* PHASE 5: PAYMENT & ERROR PAGES & DASHBOARD PREMIUM WARNINGS      */
/* ================================================================ */

/* Payment Page Premium Styling */
.payment-card-premium {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(152, 10, 111, 0.12);
  border-radius: 24px;
  padding: 35px 30px;
  box-shadow: 0 12px 35px rgba(152, 10, 111, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.payment-card-premium:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 45px rgba(152, 10, 111, 0.12);
}

.payment-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.payment-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #3d0325;
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
}

.payment-benefit-item i {
  color: #b30878;
  font-size: 1.2rem;
  background: rgba(179, 8, 120, 0.08);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(179, 8, 120, 0.15);
}

.payment-price-table {
  width: 100%;
  margin-bottom: 25px;
}

.payment-price-table tr {
  border-bottom: 1px solid rgba(152, 10, 111, 0.08);
}

.payment-price-table tr:last-child {
  border-bottom: none;
}

.payment-price-table td {
  padding: 12px 0;
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
}

.payment-price-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(61, 3, 37, 0.6);
}

.payment-price-value {
  font-size: 1.05rem;
  font-weight: 800;
  color: #3d0325;
  text-align: right;
}

.payment-price-total {
  font-size: 1.4rem;
  font-weight: 800;
  color: #b30878;
  text-align: right;
}

.payment-btn-gateway {
  background: linear-gradient(135deg, #ffd700 0%, #ffa500 50%, #ff00a8 100%);
  background-size: 200% auto;
  border: none;
  border-radius: 14px;
  color: #fff;
  font-weight: 800;
  padding: 15px 30px;
  font-size: 1.05rem;
  box-shadow: 0 6px 20px rgba(255, 0, 168, 0.25);
  transition: all 0.4s ease;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.payment-btn-gateway:hover {
  background-position: right center;
  box-shadow: 0 8px 25px rgba(255, 0, 168, 0.4);
  transform: translateY(-3px);
  color: #fff;
}

.payment-btn-gateway:active {
  transform: scale(0.98);
}

/* Success Receipt Layout */
.payment-success-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(46, 125, 50, 0.15);
  border-radius: 24px;
  padding: 40px 30px;
  box-shadow: 0 12px 35px rgba(46, 125, 50, 0.06);
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.payment-success-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #4caf50, #2e7d32);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin-bottom: 25px;
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.3);
  animation: scaleUpHeart 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes scaleUpHeart {
  0% { transform: scale(0); }
  100% { transform: scale(1); }
}

.payment-success-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #2e7d32;
  margin-bottom: 12px;
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
}

.payment-success-p {
  font-size: 0.95rem;
  color: rgba(61, 3, 37, 0.7);
  margin-bottom: 24px;
  font-weight: 600;
}

.payment-success-details {
  background: rgba(46, 125, 50, 0.03);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px dashed rgba(46, 125, 50, 0.2);
}

.payment-success-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(46, 125, 50, 0.08);
}

.payment-success-row:last-child {
  border-bottom: none;
}

.payment-success-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(61, 3, 37, 0.6);
}

.payment-success-val {
  font-size: 0.9rem;
  font-weight: 700;
  color: #3d0325;
}

/* 404 Page Styling */
.error-glass-panel {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(152, 10, 111, 0.12);
  border-radius: 28px;
  padding: 50px 40px;
  box-shadow: 0 15px 40px rgba(152, 10, 111, 0.08);
  max-width: 650px;
  margin: 40px auto;
  text-align: center;
  transition: all 0.3s ease;
}

.error-code-huge {
  font-size: 7.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #3d0325 0%, #7b0952 50%, #b30878 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: -2px;
  text-shadow: 0 10px 30px rgba(152, 10, 111, 0.15);
}

.error-title-tamil {
  font-size: 1.6rem;
  font-weight: 800;
  color: #7b0952;
  margin-bottom: 16px;
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
}

.error-desc-tamil {
  font-size: 1rem;
  color: rgba(61, 3, 37, 0.7);
  margin-bottom: 30px;
  font-weight: 600;
  font-family: 'Anek Tamil', sans-serif;
  line-height: 1.6;
}

.error-btn-home {
  background: linear-gradient(90deg, #b30878, #ff00a8);
  border: none;
  border-radius: 14px;
  color: #fff;
  font-weight: 800;
  padding: 13px 30px;
  font-size: 0.95rem;
  box-shadow: 0 4px 15px rgba(179, 8, 120, 0.2);
  transition: all 0.3s ease;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.error-btn-home:hover {
  background: linear-gradient(90deg, #980a6f, #ff3fa4);
  color: #fff;
  box-shadow: 0 6px 20px rgba(179, 8, 120, 0.3);
  transform: translateY(-2px);
}

.error-btn-home:active {
  transform: translateY(0);
}

/* Dashboard Non-Premium Alert Card Ribbon */
.dash-alert-upgrade-premium {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(253, 240, 248, 0.95) 100%);
  border: 1px solid rgba(255, 215, 0, 0.35);
  border-left: 5px solid #ffd700;
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 8px 30px rgba(152, 10, 111, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.dash-alert-upgrade-premium:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 215, 0, 0.6);
  box-shadow: 0 12px 35px rgba(152, 10, 111, 0.08);
}

.dash-alert-upgrade-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dash-alert-upgrade-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255, 165, 0, 0.3);
  animation: pulseGold 2s infinite;
}

@keyframes pulseGold {
  0% { box-shadow: 0 0 0 0 rgba(255, 165, 0, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(255, 165, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 165, 0, 0); }
}

.dash-alert-upgrade-text {
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
}

.dash-alert-upgrade-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #3d0325;
  margin: 0 0 4px 0;
}

.dash-alert-upgrade-desc {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(61, 3, 37, 0.6);
  margin: 0;
}

.dash-alert-upgrade-btn {
  background: linear-gradient(90deg, #ffd700 0%, #ffa500 100%);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  padding: 10px 20px;
  font-size: 0.85rem;
  box-shadow: 0 4px 12px rgba(255, 165, 0, 0.2);
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.dash-alert-upgrade-btn:hover {
  background: linear-gradient(90deg, #ffa500 0%, #ff8c00 100%);
  color: #fff;
  box-shadow: 0 6px 15px rgba(255, 165, 0, 0.35);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .dash-alert-upgrade-premium {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
  }
  .dash-alert-upgrade-btn {
    width: 100%;
    justify-content: center;
  }
}

/* 💎 Premium Lock / Upgrade Panels */
.premium-lock-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 20px;
  min-height: 380px;
}

.premium-lock-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 215, 0, 0.35);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(152, 10, 111, 0.08);
  max-width: 500px;
  width: 100%;
  transition: all 0.3s ease;
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
}

.premium-lock-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(152, 10, 111, 0.12);
  border-color: rgba(255, 215, 0, 0.55);
}

.premium-lock-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 24px auto;
  box-shadow: 0 6px 20px rgba(255, 165, 0, 0.3);
  animation: pulseGold 2s infinite;
}

.premium-lock-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #3d0325;
  margin-bottom: 12px;
}

.premium-lock-desc {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(61, 3, 37, 0.65);
  line-height: 1.6;
  margin-bottom: 28px;
}

.premium-lock-btn {
  background: linear-gradient(90deg, #ffd700 0%, #ffa500 100%);
  border: none;
  border-radius: 14px;
  color: #fff;
  font-weight: 800;
  padding: 12px 28px;
  font-size: 0.95rem;
  box-shadow: 0 4px 15px rgba(255, 165, 0, 0.25);
  transition: all 0.3s ease;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.premium-lock-btn:hover {
  background: linear-gradient(90deg, #ffa500 0%, #ff8c00 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(255, 165, 0, 0.4);
  transform: translateY(-2px);
}

/* Red Danger State for Login Lock */
.premium-lock-card.lock-danger {
  border-color: rgba(179, 8, 120, 0.25);
}

.premium-lock-card.lock-danger:hover {
  border-color: rgba(179, 8, 120, 0.45);
}

.premium-lock-icon.lock-icon-danger {
  background: linear-gradient(135deg, #b30878 0%, #ff00a8 100%);
  box-shadow: 0 6px 20px rgba(179, 8, 120, 0.25);
  animation: pulseWine 2s infinite;
}

@keyframes pulseWine {
  0% { box-shadow: 0 0 0 0 rgba(179, 8, 120, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(179, 8, 120, 0); }
  100% { box-shadow: 0 0 0 0 rgba(179, 8, 120, 0); }
}

.premium-lock-btn.lock-btn-danger {
  background: linear-gradient(90deg, #b30878 0%, #ff00a8 100%);
  box-shadow: 0 4px 15px rgba(179, 8, 120, 0.25);
}

.premium-lock-btn.lock-btn-danger:hover {
  background: linear-gradient(90deg, #980a6f 0%, #ff3fa4 100%);
  box-shadow: 0 6px 20px rgba(179, 8, 120, 0.4);
}

/* Utility classes & Logo Styling */
.login-logo-img {
  max-height: 60px;
}

.cursor-pointer {
  cursor: pointer;
}

.register-phone-status-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

/* No Profiles Found Card styling */
.no-profiles-card {
  background: rgba(152, 10, 111, 0.03);
  border: 1.5px dashed rgba(152, 10, 111, 0.12);
  margin: 20px 0;
  padding: 24px;
  border-radius: 16px;
  text-align: center;
  font-family: 'Anek Tamil', sans-serif;
}

.no-profiles-title {
  font-weight: 700;
  color: #7b0952;
  margin-bottom: 4px;
}

/* Cleanup for payment page headers styling */
.payment-card-premium h4.payment-section-title {
  font-family: 'Anek Tamil', sans-serif;
  color: #7b0952;
}

.payment-card-premium h4.payment-section-title i {
  color: #b30878;
}

.payment-price-table tr.payment-table-total-row {
  border-top: 2px solid rgba(152, 10, 111, 0.15);
}

/* ================================================================ */
/* PWA DOWNLOAD APP SECTION & PHONE MOCKUP                           */
/* ================================================================ */

.pwa-download-section {
  background: linear-gradient(135deg, #180311 0%, #30021d 50%, #4a0330 100%);
  border-top: 1.5px solid rgba(255, 215, 0, 0.15);
  border-bottom: 1.5px solid rgba(255, 215, 0, 0.05);
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
}

.pwa-glow-overlay {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 50%;
  height: 140%;
  background: radial-gradient(circle, rgba(179, 8, 120, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.bg-wine-glass {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 215, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.text-gold {
  color: #ffd700 !important;
}

.text-gold-gradient {
  background: linear-gradient(to right, #ffe666, #ffaa00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.82) !important;
  line-height: 1.6;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.border-gold-subtle {
  border-color: rgba(255, 215, 0, 0.25) !important;
}

.animate-bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(-3px);
  }
}

.feature-icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.12);
  border: 1px solid rgba(255, 215, 0, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon-circle i {
  font-size: 0.9rem;
}

/* Pulsing Gold CTA Button */
.btn-pwa-install {
  background: linear-gradient(135deg, #ffd700 0%, #ffaa00 100%) !important;
  color: #180311 !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 14px 34px !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.25), 0 0 0 0 rgba(255, 215, 0, 0.4) !important;
  animation: pulseGoldButton 2.5s infinite;
}

.btn-pwa-install:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 8px 30px rgba(255, 215, 0, 0.45), 0 0 0 6px rgba(255, 215, 0, 0.1) !important;
  background: linear-gradient(135deg, #ffe033 0%, #ffbb1a 100%) !important;
}

.btn-pwa-install:active {
  transform: translateY(-1px) scale(0.98) !important;
}

@keyframes pulseGoldButton {
  0% {
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.25), 0 0 0 0 rgba(255, 215, 0, 0.3);
  }
  70% {
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.25), 0 0 0 10px rgba(255, 215, 0, 0);
  }
  100% {
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.25), 0 0 0 0 rgba(255, 215, 0, 0);
  }
}

/* iOS Specific Guide Box */
.ios-guide-box {
  display: none;
  background: rgba(24, 3, 17, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.ios-guide-box.show {
  display: block !important;
  animation: slideInDown 0.35s ease-out;
}

.btn-close-ios {
  background: none;
  border: none;
  font-size: 1.25rem;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s;
}

.btn-close-ios:hover {
  transform: scale(1.1);
  color: #ffaa00 !important;
}

.border-gold {
  border-color: rgba(255, 215, 0, 0.45) !important;
}

/* Phone Mockup Graphic styles */
.phone-mockup-wrapper {
  z-index: 1;
}

.phone-mockup-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, rgba(123, 9, 82, 0) 70%);
  z-index: -1;
  animation: rotateRing 20s linear infinite;
}

@keyframes rotateRing {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.phone-mockup-body {
  width: 250px;
  height: 480px;
  border-radius: 36px;
  padding: 10px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5) !important;
  z-index: 2;
  position: relative;
}

.border-gold-thick {
  border: 4px solid #d4af37 !important;
}

.phone-screen {
  background: linear-gradient(180deg, #2b0219 0%, #15020c 100%);
  width: 100%;
  height: 100%;
  border-radius: 26px;
}

.phone-screen-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(24, 3, 17, 0.4);
}

.font-xs {
  font-size: 0.72rem !important;
}

.font-xxs {
  font-size: 0.62rem !important;
}

.font-xxs d-block {
  margin-top: 2px;
}

.phone-screen-body {
  height: calc(100% - 37px);
}

.pulse-avatar-wrapper {
  position: relative;
  width: 72px;
  height: 72px;
}

.pulse-avatar-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.25);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
  animation: pulseAvatar 2s infinite;
}

@keyframes pulseAvatar {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.1); opacity: 0.4; }
  100% { transform: scale(0.95); opacity: 0.8; }
}

.pwa-app-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffd700;
  position: relative;
  z-index: 2;
}

.mockup-profile-grid {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.mockup-profile-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 10px;
  border-radius: 12px;
  width: 85px;
}

.mockup-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 auto;
  background-size: cover;
  border: 1.5px solid rgba(255, 215, 0, 0.4);
}

.mockup-avatar.boy {
  background-image: url('../images/boy.jpg');
}

.mockup-avatar.girl {
  background-image: url('../images/girl.jpg');
}

.bg-success-glow {
  background: rgba(40, 167, 69, 0.18) !important;
  border: 1px solid rgba(40, 167, 69, 0.35);
  color: #2fed52 !important;
  box-shadow: 0 0 10px rgba(40, 167, 69, 0.15);
}

.animate-pulse {
  animation: alertPulse 1.5s infinite;
}

@keyframes alertPulse {
  0% { opacity: 0.75; }
  50% { opacity: 1; }
  100% { opacity: 0.75; }
}

/* Slide in animation */
@keyframes slideInDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsiveness overrides */
@media (max-width: 991px) {
  .pwa-download-section {
    padding-bottom: 90px !important; /* Extra bottom padding for mobile bottom bar */
  }
  .phone-mockup-wrapper {
    margin-top: 20px;
  }
}

/* ---------------------------------------------------- */
/* Premium WhatsApp Group Onboarding Widget           */
/* ---------------------------------------------------- */
.dash-whatsapp-widget {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.12) 0%, rgba(18, 140, 116, 0.04) 100%);
  border: 1px solid rgba(37, 211, 102, 0.22);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dash-whatsapp-widget:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px 0 rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.35);
}

.dash-whatsapp-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dash-whatsapp-icon-box {
  width: 48px;
  height: 48px;
  background-color: #25D366;
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
  animation: whatsappPulse 2s infinite;
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.dash-whatsapp-text-box {
  display: flex;
  flex-direction: column;
}

.dash-whatsapp-title {
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #212529;
  margin: 0 0 4px 0;
  line-height: 1.4;
}

.dash-whatsapp-desc {
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
  font-size: 0.88rem;
  color: #5d666e;
  margin: 0;
  line-height: 1.4;
}

.dash-whatsapp-btn {
  background-color: #25D366;
  color: #ffffff !important;
  border: none;
  border-radius: 30px;
  padding: 10px 22px;
  font-family: 'Anek Tamil', 'Montserrat', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
  white-space: nowrap;
}

.dash-whatsapp-btn:hover {
  background-color: #128C7E;
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(18, 140, 116, 0.35);
}

@media (max-width: 768px) {
  .dash-whatsapp-widget {
    flex-direction: column;
    align-items: stretch;
    padding: 18px 16px;
    gap: 16px;
  }
  
  .dash-whatsapp-content {
    align-items: flex-start;
  }
  
  .dash-whatsapp-icon-box {
    flex-shrink: 0;
  }

  .dash-whatsapp-btn {
    justify-content: center;
    width: 100%;
  }
}

