/* 
   The Mysterious Healer - Custom Stylesheet
   Built on top of Bootstrap 5
*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --font-heading: 'Cinzel', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  
  /* Theme Colors */
  --bg-dark: #070312;
  --bg-card: rgba(18, 12, 33, 0.7);
  --bg-card-hover: rgba(26, 18, 46, 0.85);
  --border-glass: rgba(130, 34, 230, 0.18);
  --border-glass-hover: rgba(230, 25, 114, 0.35);
  
  --primary-purple: #8222e6;
  --primary-pink: #e61972;
  --primary-gradient: linear-gradient(135deg, #8222e6, #e61972);
  --primary-gradient-hover: linear-gradient(135deg, #963bf0, #fa328a);
  
  --accent-gold: #d4af37;
  --accent-gold-glow: rgba(212, 175, 55, 0.3);
  
  --text-primary: #ffffff;
  --text-secondary: #a39cb3;
  --text-muted: #6e677d;
  
  --transition-smooth: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Global Reset & Base Styles */
body {
  background-color: var(--bg-dark);
  color: var(--text-primary);
  font-family: var(--font-body);
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .font-serif {
  font-family: var(--font-heading);
  letter-spacing: 0.05em;
}

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

a {
  color: var(--text-primary);
  text-decoration: none;
  transition: var(--transition-smooth);
}

a:hover {
  color: var(--primary-pink);
}

/* Custom Gradients and Glows */
.text-gradient {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

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

.btn-gradient {
  background: var(--primary-gradient);
  color: var(--text-primary) !important;
  border: none;
  padding: 0.8rem 1.8rem;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 15px rgba(130, 34, 230, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-gradient:hover {
  background: var(--primary-gradient-hover);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(230, 25, 114, 0.4);
}

.btn-outline-custom {
  background: transparent;
  color: var(--text-primary) !important;
  border: 2px solid rgba(255, 255, 255, 0.25);
  padding: 0.8rem 1.8rem;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline-custom:hover {
  border-color: var(--primary-pink);
  background: rgba(230, 25, 114, 0.1);
  transform: translateY(-3px);
}

/* Navigation Overrides */
.navbar-custom {
  background: rgba(7, 3, 18, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: var(--transition-smooth);
  padding: 1rem 0;
  z-index: 1000;
}

.navbar-custom.scrolled {
  padding: 0.6rem 0;
  background: rgba(7, 3, 18, 0.95);
  border-bottom: 1px solid var(--border-glass);
}

.navbar-custom .navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-custom .brand-logo {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1.5px solid var(--accent-gold);
  padding: 2px;
}

.navbar-custom .brand-text {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--accent-gold);
  letter-spacing: 0.05em;
}

.navbar-custom .nav-link {
  color: var(--text-primary) !important;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 1rem !important;
  letter-spacing: 0.02em;
  transition: var(--transition-smooth);
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-item.active .nav-link {
  color: var(--primary-pink) !important;
}

.navbar-custom .nav-link.dropdown-toggle::after {
  vertical-align: middle;
  border-top-color: var(--text-secondary);
}

.navbar-custom .nav-link.dropdown-toggle:hover::after {
  border-top-color: var(--primary-pink);
}

.navbar-custom .cart-btn {
  position: relative;
  background: transparent;
  border: none;
  color: var(--text-primary);
  font-size: 1.2rem;
  padding: 5px;
  transition: var(--transition-smooth);
}

.navbar-custom .cart-btn:hover {
  color: var(--primary-pink);
}

.navbar-custom .cart-badge {
  position: absolute;
  top: -2px;
  right: -5px;
  background: var(--primary-pink);
  color: white;
  border-radius: 50%;
  font-size: 0.7rem;
  padding: 2px 6px;
  font-weight: bold;
}

.navbar-custom .navbar-toggler {
  border: none;
  padding: 5px;
}

.navbar-custom .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Floating Sidebar Widget */
.floating-sidebar {
  position: fixed;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.floating-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(18, 12, 33, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--border-glass);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--text-secondary);
  font-size: 0.7rem;
  font-weight: 500;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.floating-btn i {
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.floating-btn:hover {
  color: var(--text-primary);
  border-color: var(--primary-pink);
  transform: scale(1.1);
  box-shadow: 0 4px 20px rgba(230, 25, 114, 0.4);
}

.floating-btn.whatsapp:hover {
  border-color: #25d366;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

/* Section Common Styling */
.section-padding {
  padding: 100px 0;
}

.section-title-wrap {
  margin-bottom: 60px;
}

.section-subtitle {
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--primary-pink);
  font-weight: 700;
  margin-bottom: 12px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
}

.separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.separator::before,
.separator::after {
  content: '';
  height: 1px;
  width: 50px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.5), transparent);
}

.separator i {
  color: var(--accent-gold);
  font-size: 0.8rem;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 100px;
  background: url('../images/hero-bg.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 60% 40%, rgba(7, 3, 18, 0.2) 0%, rgba(7, 3, 18, 0.95) 75%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.hero-tagline {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--primary-pink);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hero-title {
  font-size: 3.8rem;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 20px;
}

.hero-separator {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.hero-separator::after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.5), transparent);
}

.hero-separator i {
  color: var(--accent-gold);
  font-size: 0.8rem;
}

.hero-desc {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 35px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Glassmorphism Cards */
.glass-card {
  background: var(--bg-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  padding: 40px 25px;
  text-align: center;
  transition: var(--transition-smooth);
  height: 100%;
  position: relative;
  overflow: hidden;
}



.glass-card:hover {
  transform: translateY(-10px);
  border-color: var(--border-glass-hover);
  box-shadow: 0 15px 35px rgba(130, 34, 230, 0.15);
  background: var(--bg-card-hover);
}

.glass-card:hover::before {
  opacity: 1;
}

/* Services Section */
.service-icon-wrap {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(130, 34, 230, 0.2) 0%, rgba(7, 3, 18, 0.8) 100%);
  border: 1px solid rgba(130, 34, 230, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px auto;
  font-size: 2rem;
  color: var(--accent-gold);
  transition: var(--transition-smooth);
  box-shadow: 0 0 20px rgba(130, 34, 230, 0.1);
}

.glass-card:hover .service-icon-wrap {
  color: var(--text-primary);
  border-color: var(--primary-pink);
  background: radial-gradient(circle, rgba(230, 25, 114, 0.4) 0%, rgba(7, 3, 18, 0.8) 100%);
  box-shadow: 0 0 25px rgba(230, 25, 114, 0.3);
  transform: scale(1.05);
}

.service-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-desc {
  font-size: 0.9rem;
  margin-bottom: 25px;
  min-height: 80px;
}

.learn-more-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-pink);
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.learn-more-link:hover {
  color: var(--text-primary);
}

.learn-more-link i {
  transition: var(--transition-smooth);
}

.learn-more-link:hover i {
  transform: translateX(5px);
}

/* Path to Healing (About) Section */
.about-image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-image {
  width: 100%;
  height: auto;
  display: block;
  transition: var(--transition-smooth);
}

.about-image-wrap:hover .about-image {
  transform: scale(1.04);
}

.about-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.feature-icon-box {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 10px;
  background: rgba(130, 34, 230, 0.12);
  border: 1px solid rgba(130, 34, 230, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-gold);
  font-size: 1.1rem;
}

.feature-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0;
}

/* Stats Section */
.stats-section {
  background: linear-gradient(90deg, #180931 0%, #300c5a 50%, #180931 100%);
  border-top: 1px solid rgba(130, 34, 230, 0.25);
  border-bottom: 1px solid rgba(130, 34, 230, 0.25);
  padding: 50px 0;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.stat-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-primary);
  font-size: 1.5rem;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.2;
}

.stat-label {
  font-size: 0.85rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

/* Testimonials Section */
.testimonial-carousel-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 45px;
}

.testimonial-card {
  text-align: center;
  padding: 40px 30px;
  background: rgba(18, 12, 33, 0.6);
  border: 1px solid var(--border-glass);
  border-radius: 20px;
  transition: var(--transition-smooth);
}

.testimonial-card:hover {
  border-color: var(--border-glass-hover);
}

.star-rating {
  color: var(--accent-gold);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 30px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--primary-purple);
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(130, 34, 230, 0.2);
}

.user-name {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  color: var(--text-primary);
}

/* Custom Testimonial Navigation */
.testimonial-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(18, 12, 33, 0.8);
  border: 1px solid var(--border-glass);
  color: var(--text-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: var(--transition-smooth);
}

.testimonial-control:hover {
  background: var(--primary-gradient);
  border-color: transparent;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(130, 34, 230, 0.4);
}

.testimonial-control.prev {
  left: 0;
}

.testimonial-control.next {
  right: 0;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 35px;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border-glass);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.testimonial-dot.active {
  width: 25px;
  border-radius: 10px;
  background: var(--primary-gradient);
}

/* Call to Action (CTA) Section */
.cta-section {
  position: relative;
  padding: 100px 0;
  background: url('../images/cta-bg.jpg') no-repeat center center;
  background-size: cover;
  text-align: center;
  border-top: 1px solid rgba(130, 34, 230, 0.2);
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 3, 18, 0.95) 0%, rgba(7, 3, 18, 0.7) 50%, rgba(7, 3, 18, 0.95) 100%);
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-desc {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 35px;
}

/* Footer Section */
.footer-section {
  background: #04010b;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 80px 0 20px 0;
}

.footer-brand {
  margin-bottom: 25px;
}

.footer-brand .brand-logo-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-brand .brand-logo {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1.5px solid var(--accent-gold);
  padding: 2px;
}

.footer-brand .brand-text {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--accent-gold);
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.footer-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 25px;
  max-width: 280px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-secondary);
  font-size: 0.95rem;
  transition: var(--transition-smooth);
}

.social-btn:hover {
  color: var(--text-primary);
  background: var(--primary-gradient);
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(130, 34, 230, 0.3);
}

.footer-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: var(--text-primary);
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: var(--primary-gradient);
}

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

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

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

.footer-contacts {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-contacts li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.footer-contacts i {
  color: var(--accent-gold);
  font-size: 1rem;
  margin-top: 3px;
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.copyright {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0;
}

.btn-scroll-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-scroll-top:hover {
  color: var(--text-primary);
  background: var(--primary-gradient);
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(130, 34, 230, 0.3);
}

/* Animations helper */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

/* Responsive Overrides */
@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 120px;
    padding-bottom: 80px;
    text-align: center;
    background-position: 70% center;
  }
  
  .hero-content {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .hero-title {
    font-size: 2.8rem;
  }
  
  .hero-separator {
    justify-content: center;
  }
  
  .hero-separator::after {
    display: none;
  }
  
  .hero-buttons {
    justify-content: center;
  }
  
  .section-padding {
    padding: 70px 0;
  }
  
  .floating-sidebar {
    right: 15px;
  }
  
  .stat-item {
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .about-feature-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .testimonial-carousel-container {
    padding: 0;
  }
  
  .testimonial-control {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }
  
  .floating-sidebar {
    display: none; /* Hide floating sidebar on very small screens to avoid UI clutter */
  }
}

/* ==========================================================================
   Inner Pages Specific Layout & Component Styles
   ========================================================================== */

/* Inner Header / Hero */
.inner-hero {
  position: relative;
  padding: 140px 0 70px 0;
  background: linear-gradient(180deg, #100826 0%, #070312 100%);
  border-bottom: 1px solid var(--border-glass);
  text-align: center;
}

.inner-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(130, 34, 230, 0.1) 0%, transparent 80%);
  pointer-events: none;
}

/* Category Badge (Services Page) */
.category-badge {
  background: rgba(130, 34, 230, 0.12);
  border: 1px solid rgba(130, 34, 230, 0.3);
  color: var(--accent-gold);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}

/* Detail Service Modality Card */
.service-modality-card {
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  transition: var(--transition-smooth);
}

.service-modality-card:hover {
  transform: translateX(5px);
  border-color: var(--border-glass-hover);
  background: var(--bg-card-hover);
  box-shadow: 0 5px 15px rgba(130, 34, 230, 0.1);
}

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

.modality-icon {
  color: var(--accent-gold);
  font-size: 1.25rem;
}

.modality-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0;
}

/* Healing Areas Grid & Cards */
.healing-card {
  background: var(--bg-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-glass);
  border-radius: 14px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: var(--transition-smooth);
  height: 100%;
}

.healing-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-glass-hover);
  box-shadow: 0 10px 25px rgba(230, 25, 114, 0.15);
  background: var(--bg-card-hover);
}

.healing-icon-box {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 10px;
  background: rgba(130, 34, 230, 0.12);
  border: 1px solid rgba(130, 34, 230, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-gold);
  font-size: 1.3rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.healing-card:hover .healing-icon-box {
  background: radial-gradient(circle, rgba(230, 25, 114, 0.3) 0%, rgba(7, 3, 18, 0.8) 100%);
  border-color: var(--primary-pink);
  color: var(--text-primary);
}

.healing-text {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--text-primary);
}

/* How We Work Timeline Steps */
.timeline-track-vertical {
  position: relative;
  max-width: 900px;
  margin: 40px auto;
  padding-left: 50px;
}

.timeline-track-vertical::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-purple) 0%, var(--primary-pink) 50%, var(--border-glass) 100%);
}

.timeline-step-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 40px;
  transition: var(--transition-smooth);
}

.timeline-step-card:hover {
  transform: translateX(8px);
  border-color: var(--border-glass-hover);
  background: var(--bg-card-hover);
  box-shadow: 0 10px 25px rgba(230, 25, 114, 0.1);
}

.step-num-badge {
  position: absolute;
  left: -60px;
  top: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-gradient);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 1.15rem;
  box-shadow: 0 4px 10px rgba(130, 34, 230, 0.5);
  border: 2px solid var(--bg-dark);
}

.client-commitment-box {
  background: radial-gradient(circle at 10% 20%, rgba(130, 34, 230, 0.12) 0%, rgba(230, 25, 114, 0.05) 100%);
  border: 1.5px solid var(--border-glass-hover);
  border-radius: 18px;
  padding: 40px 30px;
  position: relative;
}

.client-commitment-box i.quote-icon {
  position: absolute;
  top: -15px;
  left: 30px;
  font-size: 2rem;
  color: var(--primary-pink);
  background: var(--bg-dark);
  padding: 0 10px;
}

/* Check list (About Us page) */
.checkmark-list {
  list-style: none;
  padding-left: 0;
}

.checkmark-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 1rem;
}

.checkmark-item i {
  color: var(--accent-gold);
  font-size: 1.1rem;
  margin-top: 4px;
}

.checkmark-item span {
  font-weight: 600;
  color: var(--text-primary);
}

/* Form Glass Styling (Contact Page) */
.form-glass-group {
  margin-bottom: 25px;
}

.form-label-custom {
  color: var(--text-secondary);
  font-weight: 600;
  font-size: 0.88rem;
  margin-bottom: 8px;
  display: block;
}

.form-glass {
  background: rgba(18, 12, 33, 0.5);
  border: 1px solid var(--border-glass);
  color: var(--text-primary) !important;
  border-radius: 10px;
  padding: 0.75rem 1.1rem;
  font-size: 0.95rem;
  width: 100%;
  transition: var(--transition-smooth);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.form-glass::placeholder {
  color: var(--text-muted);
}

.form-glass:focus {
  background: rgba(26, 18, 46, 0.8);
  border-color: var(--primary-pink);
  box-shadow: 0 0 15px rgba(230, 25, 114, 0.25);
  outline: none;
}

/* Contact Info Card */
.contact-info-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  padding: 35px;
  height: 100%;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-info-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(130, 34, 230, 0.12);
  border: 1px solid rgba(130, 34, 230, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-gold);
  font-size: 1.25rem;
}

.contact-info-content h5 {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.contact-info-content p {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0;
}

/* Success notification message styling */
.form-notification {
  display: none;
  background: rgba(37, 211, 102, 0.15);
  border: 1.5px solid #25d366;
  border-radius: 10px;
  padding: 15px;
  color: var(--text-primary);
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .timeline-track-vertical {
    padding-left: 30px;
  }
  
  .timeline-track-vertical::before {
    left: 10px;
  }
  
  .step-num-badge {
    left: -35px;
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
  
  .contact-info-card {
    padding: 25px;
  }
}

