/* CSS Reset & Variables */
:root {
  --font-primary: 'Plus Jakarta Sans', sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-script: 'Dancing Script', cursive;

  --color-navy: #191835;
  --color-navy-dark: #100f26;
  --color-navy-light: #252347;
  --color-pink: #e83e8c;
  --color-pink-hover: #d62a78;
  --color-orange: #ff6b4a;
  --color-purple: #6a3e75;
  --color-purple-dark: #241d44;
  --color-teal: #06b6d4;
  --color-green: #22c55e;
  --color-bg-light: #f9f8f6;
  --color-text-dark: #191835;
  --color-text-muted: #666480;
  --color-white: #ffffff;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 9999px;

  --shadow-sm: 0 4px 12px rgba(25, 24, 53, 0.05);
  --shadow-md: 0 10px 30px rgba(25, 24, 53, 0.08);
  --shadow-lg: 0 20px 40px rgba(25, 24, 53, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-primary);
  background-color: var(--color-bg-light);
  color: var(--color-text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

header.hero.text-center {
  position: relative;
  overflow: hidden;

}

a.nav-link {
  letter-spacing: 0.05em;
  color: #111230;
  text-transform: uppercase;
  padding-left: 29px !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  padding-right: 15px;
  font-weight: 500;

}
.social-section {
    margin-left: 200px;
}
.social-section a{font-size: 30px;}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 31px;
  color: #111230;
}

.logo {
  width: 288px;
}

.hero {
  /* background: linear-gradient(135deg, #4c4177, #2a5470);
  color: #fff; */

  background-color: #fff8f3;
  padding: 2rem 0;
  border-bottom: 1px solid #cccccc70;
}

.hero-title {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--color-navy);
  margin-bottom: 24px;
  line-height: 1.15;
}

.img-flower {
  width: 65%;
  animation: heroFloat 6s ease-in-out infinite;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 15px 25px rgba(0,0,0,0.08));
}
.img-flower:hover {
  transform: scale(1.04) rotate(-1deg);
}

.mx-auto {
  margin-bottom: 60px;
}

.hero h1 {
  font-size: 4rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 11%);
  margin-bottom: 30px;
}

.title-highlight {
  color: #ee408c;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-gradient-orange-pink {
  background: linear-gradient(90deg, #ff6b3d, #e83e8c);
  color: #ffffff;
  padding: 10px 24px 10px 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  border-radius: 9999px;
  box-shadow: 0 4px 15px rgba(255, 107, 74, 0.3);
}

.btn-navy-dark {
  background: #111029;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  border-radius: 14px;
}

.divider {
  width: 64px;
  height: 4px;
  background: #ffad42;
  margin: 1rem 0 2rem;
}

.section-title {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: #7b7b7b;
}

.hero-subtitle {
  color: var(--color-navy-light);
  opacity: 0.85;
}

.card-gradient {
  background: linear-gradient(135deg, #6c4078 0%, #3b2c6b 100%);
  border-radius: var(--radius-lg);
  padding: 39px;
  color: var(--color-white);
  box-shadow: 0 20px 40px rgba(59, 44, 107, 0.25);
  margin-top: 16px;
}

.experience-tag {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #ee408c;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* a.btn.btn-sm.btn-outline-secondary {
    background: #141531;
    color: #fff;
} */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.list-check li {
  margin-bottom: 0.6rem;
}

.list-check li::marker {
  color: #ee408c;
}

.audio-card {
  background: #cccccc57;
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(25, 24, 53, 0.04);
}

.list-unstyled {
  padding-left: 19px !important;
  list-style: initial;
}

.audio-card .bg-gray {
  background: #cccccc;
}

.btn-play-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 6px;
}


#projects h5 {
  margin: 20px 0 20px 0;
  font-weight: 600;
}

.quote-card {
  background: #0000004d;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

footer {
  background: #021d49;
  color: #fff;
  padding: 3rem 0;
}


#request {
  position: relative;
  background-image: linear-gradient(110deg, rgba(13, 10, 35, 0.85), rgba(16, 84, 116, 0.7)), url(../images/hero.webp);
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.audio-card li {
  margin-bottom: 6px;
}

#clients .container {
  display: grid;

  background: var(--color-white);
  padding: 24px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.section-tag-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.tag-bar-pink {
  background: var(--color-pink);
}

.tag-bar {
  width: 4px;
  height: 16px;
  background: var(--color-navy);
  border-radius: 2px;
  display: inline-block;
}

.tag-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--color-navy);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.about-title {
  font-size: 32px;
  color: var(--color-white);
  margin-bottom: 20px;
  font-weight: 700;
}

.about-text {
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 16px;
}

.about-profile-box {
  background: var(--color-navy-dark);
  border-radius: var(--radius-md);
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.meta-heading {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 4px;
}

.meta-value {
  opacity: 0.8;
  line-height: 1.5;
}

.profile-avatar-container {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 10px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vocal-wave-bg {
  position: absolute;
  top: 0;
  left: -40px;
  width: 220px;
  height: 140px;
  z-index: 1;
  pointer-events: none;
}

.profile-avatar-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
  position: relative;
}

#projects .container {
  display: grid;
  background: var(--color-white);
  padding: 24px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  background-image: url(../images/music.webp);
  background-position: center center;
}

#highlights .container {
  display: grid;
  background: var(--color-white);
  padding: 24px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  background-image: url(../images/music.webp);
  background-position: center center;
}

#about-section .container {
  display: grid;
  background: linear-gradient(135deg, #6c4078 0%, #3b2c6b 100%);
  padding: 24px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  color: #ffffff;

}


#listen .container {
  display: grid;
  background: var(--color-white);
  padding: 24px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  background-image: url(../images/music.webp);
  background-position: center center;
}

.audio-card a {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #f67420;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Responsive CSS Improvements */

/* Base responsive helpers */
.navbar-toggler {
  border: 1px solid rgba(25, 24, 53, 0.2);
  padding: 0.4rem 0.65rem;
  border-radius: var(--radius-sm);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(232, 62, 140, 0.25);
}

.navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
}

/* Tablet & Mobile (< 992px) */
@media (max-width: 991.98px) {
  .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-collapse {
    background: var(--color-white);
    padding: 16px 20px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    margin-top: 12px;
  }

  a.nav-link {
    padding-left: 0 !important;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    letter-spacing: 1px;
  }

  .navbar-nav .nav-item:last-child a.nav-link {
    border-bottom: none;
  }

  .logo {
    width: 230px;
  }

  .hero {
    padding: 2rem 0 2.5rem;
  }

  .hero-title {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .img-flower {
    width: 75%;
    max-width: 320px;
    margin-top: 1.5rem;
  }

  .mx-auto {
    margin-bottom: 24px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-card-wrapper {
    padding: 28px;
  }

  .card-gradient {
    padding: 28px;
    border-radius: 16px;
  }
}

/* Mobile (< 768px) */
@media (max-width: 767.98px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  #listen .container,
  #about-section .container,
  #highlights .container,
  #clients .container,
  #projects .container {
    padding: 20px 16px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero h1 {
    font-size: 2.4rem;
  }

  .about-card-wrapper {
    padding: 20px 16px;
  }

  .about-profile-box {
    padding: 20px;
  }

  .about-title {
    font-size: 26px;
  }

  .card-gradient {
    padding: 20px;
    border-radius: 14px;
  }

  .card-gradient h2,
  .card-gradient h3 {
    font-size: 22px;
  }

  .card-gradient p {
    font-size: 14px;
  }

  .experience-tag {
    margin-bottom: 6px;
    white-space: normal;
    display: inline-block;
  }

  .audio-card {
    padding: 16px;
  }

  .audio-card .d-flex {
    flex-wrap: wrap;
    gap: 8px;
  }

  .quote-card {
    padding: 1.25rem;
  }
}

/* Extra Small Mobile (< 576px) */
@media (max-width: 575.98px) {
  .logo {
    width: 190px;
  }

  .hero-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hero-actions .btn {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .img-flower {
    width: 85%;
    max-width: 260px;
  }

  .audio-card a {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
  }
}

/* ==========================================================================
   Section & Element Animation Engine (IntersectionObserver)
   ========================================================================== */

/* Top Scroll Progress Indicator */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(90deg, #ff6b3d, #e83e8c, #06b6d4);
  z-index: 9999;
  transition: width 0.1s linear;
  box-shadow: 0 0 10px rgba(232, 62, 140, 0.5);
}

/* Navbar active indicator & smooth scroll polish */
a.nav-link {
  position: relative;
  transition: color 0.3s ease;
}

a.nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 29px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff6b3d, #e83e8c);
  transition: width 0.3s ease;
}

a.nav-link.active::after,
a.nav-link:hover::after {
  width: calc(100% - 44px);
}

a.nav-link.active {
  color: #e83e8c !important;
  font-weight: 700;
}

/* Base Animation State */
[data-animate] {
  opacity: 0;
  will-change: opacity, transform;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Animation Variations */
[data-animate="fade-up"] {
  transform: translateY(45px);
}

[data-animate="fade-down"] {
  transform: translateY(-45px);
}

[data-animate="fade-left"] {
  transform: translateX(50px);
}

[data-animate="fade-right"] {
  transform: translateX(-50px);
}

[data-animate="zoom-in"] {
  transform: scale(0.90);
}

[data-animate="flip-up"] {
  transform: perspective(1000px) rotateX(25deg) translateY(35px);
}

/* Active Trigger Class */
[data-animate].is-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1) rotateX(0deg);
}

/* Staggered Delay Utilities */
[data-delay="50"]  { transition-delay: 0.05s; }
[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="150"] { transition-delay: 0.15s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="250"] { transition-delay: 0.25s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="350"] { transition-delay: 0.35s; }
[data-delay="400"] { transition-delay: 0.4s; }
[data-delay="450"] { transition-delay: 0.45s; }
[data-delay="500"] { transition-delay: 0.5s; }
[data-delay="600"] { transition-delay: 0.6s; }

/* Interactive Hover Polish */
.audio-card,
.card-gradient,
.quote-card,
.about-profile-box {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.audio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(25, 24, 53, 0.12);
}

.card-gradient:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 45px rgba(59, 44, 107, 0.35);
}

.quote-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
}

.btn-gradient-orange-pink {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-gradient-orange-pink:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 25px rgba(255, 107, 74, 0.45);
}

.btn-navy-dark {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease;
}

.btn-navy-dark:hover {
  transform: translateY(-3px) scale(1.03);
  background: #191838;
}

/* Floating Animation Keyframes */
@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(1.5deg);
  }
}

/* Pulsing Badge Keyframes */
@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(232, 62, 140, 0.4);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(232, 62, 140, 0);
  }
}

.btn-play-circle {
  animation: pulseGlow 2.5s infinite;
}

/* Reduced Motion Accessibility */
@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .img-flower,
  .btn-play-circle {
    animation: none !important;
  }
}

/* ==========================================================================
   Custom Modern Audio Player Styling
   ========================================================================== */

.custom-audio-player {
  background: linear-gradient(135deg, #191835 0%, #100f26 100%);
  border-radius: 20px;
  padding: 24px;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 36px rgba(16, 15, 38, 0.2);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
  overflow: hidden;
}

.custom-audio-player::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff6b3d, #e83e8c, #06b6d4);
  opacity: 0.7;
}

.custom-audio-player:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 45px rgba(16, 15, 38, 0.35);
  border-color: rgba(232, 62, 140, 0.3);
}

.custom-audio-player.is-playing {
  border-color: rgba(232, 62, 140, 0.6);
  box-shadow: 0 20px 45px rgba(232, 62, 140, 0.18);
}

.player-icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e83e8c 0%, #6a3e75 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(232, 62, 140, 0.3);
}

.player-icon-badge.badge-orange {
  background: linear-gradient(135deg, #ff6b4a 0%, #e83e8c 100%);
  box-shadow: 0 4px 12px rgba(255, 107, 74, 0.3);
}

.player-icon-badge.badge-blue {
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.player-title {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.2px;
}

.player-subtitle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.btn-download-pill {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
}

.btn-download-pill:hover {
  background: var(--color-pink);
  color: #ffffff;
  border-color: var(--color-pink);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(232, 62, 140, 0.35);
}

.player-body {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.player-play-btn {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #ff6b3d, #e83e8c);
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(232, 62, 140, 0.4);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, background 0.25s ease;
}

.player-play-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 24px rgba(232, 62, 140, 0.6);
}

.player-play-btn.btn-orange {
  background: linear-gradient(135deg, #ff6b4a, #ff9e4a);
  box-shadow: 0 6px 18px rgba(255, 107, 74, 0.4);
}

.player-play-btn.btn-orange:hover {
  box-shadow: 0 8px 24px rgba(255, 107, 74, 0.6);
}

.player-play-btn.btn-blue {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  box-shadow: 0 6px 18px rgba(59, 130, 246, 0.4);
}

.player-play-btn.btn-blue:hover {
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.6);
}

.player-waveform-container {
  flex-grow: 1;
  position: relative;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.waveform-canvas {
  width: 100%;
  height: 28px;
  display: block;
}

.player-progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 4px;
  position: relative;
}

.player-progress-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #ff6b3d, #e83e8c);
  border-radius: 4px;
  transition: width 0.15s linear;
}

.player-meta {
  min-width: 48px;
}

.player-time {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  font-variant-numeric: tabular-nums;
}

