.elementor-3343 .elementor-element.elementor-element-d1b3da0 > .elementor-element-populated{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-17c6c5b */:root {
    --purple: #2a0285;
    --purple-deep: #1a0156;
    --purple-soft: #3d1aa3;
    --orange: #f25201;
    --orange-light: #ff7838;
    --orange-deep: #c43d00;
    --white: #ffffff;
    --cream: #fdfaf5;
    --cream-warm: #f7f0e3;
    --ink: #1a0156;
    --ink-soft: #4a3a7a;
    --line: rgba(42, 2, 133, 0.15);
    --shadow-soft: 0 1px 2px rgba(42, 2, 133, 0.06), 0 8px 24px rgba(42, 2, 133, 0.08);
    --shadow-deep: 0 2px 4px rgba(42, 2, 133, 0.1), 0 24px 48px rgba(42, 2, 133, 0.18);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  body {
    font-family: 'Inter', sans-serif;
    background: var(--white);
    color: var(--ink);
    font-weight: 400;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    width: 100%;
  }

  img { max-width: 100%; height: auto; display: block; }

  .eyebrow {
    font-family: 'Cinzel', serif;
    font-size: 0.62rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 500;
  }
  .eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--orange); flex-shrink: 0; }
  .eyebrow.center::after { content: ''; width: 22px; height: 1px; background: var(--orange); flex-shrink: 0; }

  h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; letter-spacing: -0.01em; line-height: 1.15; color: var(--purple); }
  h2 { font-size: clamp(1.85rem, 6.5vw, 3.6rem); }
  h3 { font-size: 1.35rem; font-weight: 500; }

  .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.1rem;
    position: relative;
    z-index: 2;
    width: 100%;
  }

  /* ============ HERO ============ */
  .hero {
    padding: 5.5rem 0 2.5rem;
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(ellipse at 80% 0%, rgba(242, 82, 1, 0.06) 0%, transparent 50%),
      radial-gradient(ellipse at 20% 100%, rgba(42, 2, 133, 0.05) 0%, transparent 50%),
      var(--white);
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .hero-content { order: 2; }
  .hero-visual { order: 1; }

  .hero h1 {
    font-size: clamp(2.1rem, 8.5vw, 4.5rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.04;
    color: var(--purple);
    margin: 1rem 0 1.2rem;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--orange);
    font-weight: 400;
    display: block;
  }
  .hero-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.08rem;
    font-style: italic;
    color: var(--ink-soft);
    max-width: 460px;
    margin-bottom: 1.6rem;
    line-height: 1.5;
  }
  .hero-cta-row {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .btn-primary {
    background: var(--orange);
    color: var(--white);
    padding: 0.95rem 1.4rem;
    border: none;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    min-height: 48px;
  }
  .btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--purple);
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .btn-primary:hover::before { transform: translateY(0); }
  .btn-primary span { position: relative; z-index: 1; }
  .btn-primary .arrow { position: relative; z-index: 1; transition: transform 0.3s; }
  .btn-primary:hover .arrow { transform: translateX(4px); }

  .btn-text {
    color: var(--purple);
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid var(--orange);
    padding: 0.5rem 0;
    transition: color 0.3s;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .btn-text:hover { color: var(--orange); }

  /* Hero portrait — refined */
  .hero-visual {
    position: relative;
    aspect-ratio: 1/1.1;
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
  }
  .portrait-frame {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse at 50% 30%, rgba(255, 240, 220, 0.5) 0%, transparent 60%),
      linear-gradient(135deg, #f4ecd8 0%, #e8dcc0 100%);
    border: 1px solid var(--orange);
    overflow: hidden;
    border-radius: 2px;
  }
  .portrait-frame::before {
    content: '';
    position: absolute;
    inset: 0.6rem;
    border: 1px solid rgba(242, 82, 1, 0.3);
    pointer-events: none;
    z-index: 3;
  }
  /* Subtle decorative arch behind portrait */
  .portrait-frame::after {
    content: '';
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 80%;
    border: 1px solid rgba(42, 2, 133, 0.1);
    border-radius: 50% 50% 4px 4px / 60% 60% 4px 4px;
    z-index: 1;
    pointer-events: none;
  }
  .portrait-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    z-index: 2;
    filter: drop-shadow(0 6px 16px rgba(42, 2, 133, 0.18));
  }
  .yantra {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 90px;
    height: 90px;
    z-index: 1;
    opacity: 0.85;
    animation: rotate 60s linear infinite;
  }
  @keyframes rotate { to { transform: rotate(360deg); } }
  .hero-visual .badge {
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    background: var(--purple);
    color: var(--white);
    padding: 0.7rem 0.85rem;
    z-index: 4;
    text-align: center;
    box-shadow: var(--shadow-deep);
    border-radius: 2px;
  }
  .badge .num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--orange-light);
    font-weight: 500;
  }
  .badge .lbl {
    font-size: 0.48rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 0.25rem;
    font-family: 'Cinzel', serif;
    color: var(--white);
    font-weight: 500;
    white-space: nowrap;
  }

  /* Hero meta strip */
  .hero-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    margin-top: 2.2rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--line);
  }
  .hero-meta-item .v {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: var(--purple);
    line-height: 1;
    font-weight: 500;
  }
  .hero-meta-item .v span { color: var(--orange); }
  .hero-meta-item .l {
    font-size: 0.52rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-top: 0.4rem;
    font-family: 'Cinzel', serif;
    font-weight: 500;
    line-height: 1.3;
  }

  @media (min-width: 600px) {
    .hero-visual { max-width: 380px; }
    .yantra { width: 130px; height: 130px; bottom: -1.5rem; right: -1.5rem; }
    .hero-visual .badge { padding: 0.95rem 1.1rem; top: -0.8rem; left: -0.8rem; }
    .badge .num { font-size: 1.7rem; }
    .badge .lbl { font-size: 0.55rem; }
    .hero-meta-item .v { font-size: 1.5rem; }
    .hero-meta-item .l { font-size: 0.6rem; }
  }
  @media (min-width: 880px) {
    .hero { padding: 9rem 0 5rem; }
    .hero-grid {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 4rem;
      align-items: center;
      min-height: 80vh;
    }
    .hero-content { padding-right: 2rem; order: 1; }
    .hero-visual { order: 2; max-width: none; aspect-ratio: 4/5; max-height: 75vh; }
    .yantra { width: 220px; height: 220px; bottom: -3rem; right: -3rem; }
    .hero-visual .badge { padding: 1.2rem 1.4rem; top: -1.5rem; left: -1.5rem; }
    .badge .num { font-size: 2.2rem; }
    .badge .lbl { font-size: 0.62rem; margin-top: 0.4rem; }
    .hero-tagline { font-size: 1.35rem; margin-bottom: 2.5rem; }
    .hero-meta { gap: 3rem; margin-top: 3rem; padding-top: 2rem; }
    .hero-meta-item .v { font-size: 1.75rem; }
    .hero-meta-item .l { font-size: 0.7rem; }
    .btn-primary { padding: 1.1rem 2.2rem; font-size: 0.78rem; }
  }

  /* ============ MARQUEE ============ */
  .marquee {
    background: var(--purple);
    color: var(--white);
    padding: 0.95rem 0;
    overflow: hidden;
    border-top: 1px solid var(--orange);
    border-bottom: 1px solid var(--orange);
    position: relative;
    z-index: 2;
  }
  .marquee-track {
    display: flex;
    gap: 2.2rem;
    animation: scroll 35s linear infinite;
    white-space: nowrap;
    width: max-content;
  }
  .marquee-track span {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
  }
  .marquee-track .dot { color: var(--orange); }
  @keyframes scroll {
    to { transform: translateX(-50%); }
  }
  @media (min-width: 880px) {
    .marquee { padding: 1.4rem 0; }
    .marquee-track { gap: 4rem; }
    .marquee-track span { font-size: 1.2rem; }
  }

  /* ============ VIDEO SECTION ============ */
  .video-section {
    padding: 3.5rem 0;
    background: var(--cream);
    position: relative;
    overflow: hidden;
  }
  .video-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle at 90% 10%, rgba(242, 82, 1, 0.05), transparent 40%),
      radial-gradient(circle at 10% 90%, rgba(42, 2, 133, 0.04), transparent 40%);
    pointer-events: none;
  }
  .video-section .container { position: relative; z-index: 2; }
  .video-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2rem;
  }
  .video-head h2 { margin-top: 0.8rem; }
  .video-head h2 em { font-style: italic; color: var(--orange); }
  .video-head p {
    margin-top: 1rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-style: italic;
    color: var(--ink-soft);
  }
  .video-wrapper {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    aspect-ratio: 16/9;
    border: 1px solid var(--line);
    border-radius: 2px;
    overflow: hidden;
    box-shadow: var(--shadow-deep);
    background: var(--purple-deep);
  }
  .video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* Click-to-play thumbnail */
  .video-thumb {
    position: absolute;
    inset: 0;
    cursor: pointer;
    overflow: hidden;
    z-index: 4;
    transition: transform 0.4s;
  }
  .video-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s;
  }
  .video-thumb:hover img {
    transform: scale(1.04);
    filter: brightness(1.1);
  }
  .video-thumb::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 1, 86, 0.1) 0%, rgba(26, 1, 86, 0.4) 100%);
    z-index: 1;
  }
  .play-button {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: transform 0.3s;
    filter: drop-shadow(0 4px 16px rgba(0,0,0,0.4));
  }
  .video-thumb:hover .play-button { transform: translate(-50%, -50%) scale(1.1); }
  .play-button svg { width: 60px; height: auto; }
  .video-title-overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 2;
    color: var(--white);
  }
  .video-eyebrow {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 0.55rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--orange-light);
    font-weight: 600;
    margin-bottom: 0.3rem;
  }
  .video-title-text {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: var(--white);
    line-height: 1.2;
  }
  @media (min-width: 720px) {
    .play-button svg { width: 80px; }
    .video-title-overlay { bottom: 1.5rem; left: 1.5rem; right: 1.5rem; }
    .video-eyebrow { font-size: 0.65rem; }
    .video-title-text { font-size: 1.4rem; }
  }
  @media (min-width: 880px) {
    .play-button svg { width: 96px; }
    .video-title-overlay { bottom: 2rem; left: 2rem; right: 2rem; }
    .video-title-text { font-size: 1.6rem; }
  }
  /* Decorative corners */
  .video-wrapper::before, .video-wrapper::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1.5px solid var(--orange);
    z-index: 5;
    pointer-events: none;
  }
  .video-wrapper::before { top: 8px; left: 8px; border-right: none; border-bottom: none; }
  .video-wrapper::after { bottom: 8px; right: 8px; border-left: none; border-top: none; }
  .video-attribution {
    text-align: center;
    margin-top: 1.5rem;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: var(--ink-soft);
    font-size: 0.95rem;
  }
  @media (min-width: 880px) {
    .video-section { padding: 7rem 0; }
    .video-head { margin-bottom: 3rem; }
    .video-head p { font-size: 1.2rem; }
    .video-wrapper::before, .video-wrapper::after { width: 28px; height: 28px; top: 14px; left: 14px; }
    .video-wrapper::after { top: auto; left: auto; bottom: 14px; right: 14px; }
    .video-attribution { font-size: 1.1rem; margin-top: 2rem; }
  }

  /* ============ ABOUT ============ */
  .about {
    padding: 3.5rem 0;
    background: var(--white);
  }
  .about-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .about-visual {
    aspect-ratio: 3/4;
    max-width: 280px;
    margin: 0 auto;
    width: 100%;
  }
  .compass-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, var(--cream-warm), var(--cream));
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 2px;
  }
  .compass-wrap::before {
    content: '';
    position: absolute;
    inset: 0.8rem;
    border: 1px solid var(--orange);
    z-index: 1;
    opacity: 0.4;
  }
  .about-content h2 em {
    font-style: italic;
    color: var(--orange);
  }
  .about-content .lede {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--purple);
    line-height: 1.4;
    margin: 1.3rem 0;
    padding-left: 1rem;
    border-left: 2px solid var(--orange);
    font-style: italic;
  }
  .about-content p {
    margin-bottom: 1.1rem;
    color: var(--ink-soft);
    font-size: 0.95rem;
  }
  .signature {
    margin-top: 1.8rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  .signature .name {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.5rem;
    color: var(--purple);
    line-height: 1;
    font-weight: 500;
  }
  .signature .title {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-top: 0.4rem;
    font-family: 'Cinzel', serif;
    font-weight: 500;
  }
  @media (min-width: 600px) {
    .about-visual { max-width: 340px; }
  }
  @media (min-width: 880px) {
    .about { padding: 8rem 0; }
    .about-grid {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 5rem;
      align-items: start;
    }
    .about-visual { position: sticky; top: 8rem; max-width: none; }
    .about-content .lede { font-size: 1.5rem; padding-left: 1.5rem; }
    .about-content p { font-size: 1.02rem; }
    .signature .name { font-size: 2rem; }
    .signature .title { font-size: 0.7rem; }
  }

  /* ============ STATS ============ */
  .stats {
    background: var(--purple-deep);
    color: var(--white);
    padding: 3.5rem 0;
    position: relative;
    overflow: hidden;
  }
  .stats::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle at 20% 30%, rgba(242, 82, 1, 0.12), transparent 40%),
      radial-gradient(circle at 80% 70%, rgba(242, 82, 1, 0.08), transparent 40%);
    pointer-events: none;
  }
  .stats .container { position: relative; z-index: 2; }
  .stats-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2rem;
  }
  .stats-header .eyebrow { color: var(--orange-light); }
  .stats-header .eyebrow::before, .stats-header .eyebrow.center::after { background: var(--orange-light); }
  .stats-header h2 {
    margin-top: 0.8rem;
    color: var(--white);
  }
  .stats-header h2 em { font-style: italic; color: var(--orange-light); }
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-top: 1px solid rgba(242, 82, 1, 0.25);
    border-left: 1px solid rgba(242, 82, 1, 0.25);
  }
  .stat-card {
    padding: 1.6rem 0.8rem;
    text-align: center;
    border-right: 1px solid rgba(242, 82, 1, 0.25);
    border-bottom: 1px solid rgba(242, 82, 1, 0.25);
    transition: background 0.4s;
  }
  .stat-card:hover { background: rgba(242, 82, 1, 0.08); }
  .stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 7vw, 3.4rem);
    color: var(--orange-light);
    font-weight: 500;
    line-height: 1;
  }
  .stat-label {
    font-size: 0.5rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--white);
    margin-top: 0.7rem;
    opacity: 0.85;
    font-family: 'Cinzel', serif;
    font-weight: 500;
  }
  .stat-rating { display: flex; justify-content: center; gap: 0.15rem; margin-top: 0.5rem; }
  .stat-rating span { color: var(--orange); font-size: 0.8rem; }

  /* On mobile, the 5th stat card spans full width since 5 doesn't divide by 2 */
  .stat-card:nth-child(5) {
    grid-column: span 2;
  }
  @media (min-width: 600px) {
    .stat-card { padding: 2rem 1rem; }
    .stat-label { font-size: 0.58rem; }
  }
  @media (min-width: 880px) {
    .stats { padding: 6rem 0; }
    .stats-header { margin-bottom: 4rem; }
    .stats-grid {
      grid-template-columns: repeat(5, 1fr);
      border-left: none;
    }
    .stat-card { padding: 3rem 1.5rem; border-bottom: none; }
    .stat-card:last-child { border-right: none; }
    .stat-card:nth-child(5) { grid-column: auto; }
    .stat-label { font-size: 0.7rem; }
  }

  /* ============ SERVICES ============ */
  .services { padding: 3.5rem 0; background: var(--white); }
  .section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2rem;
  }
  .section-head h2 { margin-top: 0.8rem; }
  .section-head h2 em { font-style: italic; color: var(--orange); }
  .section-head p {
    margin-top: 1rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-style: italic;
    color: var(--ink-soft);
  }
  .services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .service-card {
    background: var(--cream);
    border: 1px solid var(--line);
    padding: 1.8rem 1.4rem;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 240px;
    text-decoration: none;
    border-radius: 2px;
  }
  .service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--purple) 0%, var(--purple-deep) 100%);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 0;
  }
  .service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-deep); }
  .service-card:hover::before { opacity: 1; }
  .service-card > * { position: relative; z-index: 1; transition: color 0.4s; }
  .service-card:hover h3,
  .service-card:hover p,
  .service-card:hover .service-num,
  .service-card:hover .service-link { color: var(--white); }

  .service-num {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: var(--orange);
    font-size: 0.85rem;
    margin-bottom: 1rem;
    font-weight: 500;
  }
  .service-card h3 { color: var(--purple); margin-bottom: 0.7rem; font-size: 1.4rem; }
  .service-card p {
    color: var(--ink-soft);
    margin-bottom: 1.3rem;
    flex-grow: 1;
    font-size: 0.9rem;
  }
  .service-link {
    color: var(--purple);
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 0.6rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid var(--orange);
    padding-bottom: 0.4rem;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  @media (min-width: 720px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  }
  @media (min-width: 880px) {
    .services { padding: 8rem 0; }
    .services-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
    .service-card { padding: 3rem 2.5rem; min-height: 420px; }
    .service-card h3 { font-size: 2rem; }
    .service-card p { font-size: 1rem; }
    .service-link { font-size: 0.7rem; }
  }

  /* ============ TESTIMONIALS ============ */
  .testimonials {
    padding: 3.5rem 0;
    background: var(--purple-deep);
    color: var(--white);
    position: relative;
    overflow: hidden;
  }
  .testimonials::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle at 15% 20%, rgba(242, 82, 1, 0.1), transparent 35%),
      radial-gradient(circle at 85% 80%, rgba(242, 82, 1, 0.08), transparent 35%);
    pointer-events: none;
  }
  .testimonials .container { position: relative; z-index: 2; }
  .testimonials-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
  }
  .testimonials-head .eyebrow { color: var(--orange-light); }
  .testimonials-head .eyebrow::before, .testimonials-head .eyebrow.center::after { background: var(--orange-light); }
  .testimonials-head h2 {
    color: var(--white);
    margin-top: 0.8rem;
  }
  .testimonials-head h2 em { color: var(--orange-light); font-style: italic; }
  .testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .testimonial-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(242, 82, 1, 0.25);
    padding: 1.8rem 1.4rem;
    border-radius: 2px;
    position: relative;
    transition: all 0.4s;
    backdrop-filter: blur(8px);
  }
  .testimonial-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--orange);
    transform: translateY(-3px);
  }
  .testimonial-card .quote-mark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    color: var(--orange);
    line-height: 0.6;
    opacity: 0.5;
    margin-bottom: 0.5rem;
    height: 1.5rem;
    overflow: hidden;
  }
  .testimonial-card .stars {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 1rem;
  }
  .testimonial-card .stars span { color: var(--orange); font-size: 0.85rem; }
  .testimonial-card blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    line-height: 1.55;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-style: italic;
  }
  .testimonial-card blockquote em {
    font-style: italic;
    color: var(--orange-light);
    font-weight: 500;
  }
  .testimonial-card .client {
    border-top: 1px solid rgba(242, 82, 1, 0.2);
    padding-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
  }
  .testimonial-card .avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--white);
    font-weight: 500;
    flex-shrink: 0;
  }
  .testimonial-card .client-name {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--white);
    line-height: 1.2;
  }
  .testimonial-card .client-role {
    font-size: 0.6rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--orange-light);
    font-family: 'Cinzel', serif;
    margin-top: 0.25rem;
    font-weight: 500;
  }
  .google-badge {
    text-align: center;
    margin-top: 2rem;
    font-family: 'Cinzel', serif;
    font-size: 0.6rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--orange-light);
    font-weight: 500;
  }
  .google-badge .stars-row {
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
  }
  .google-badge .stars-row span { color: var(--orange); font-size: 1.1rem; }
  @media (min-width: 720px) {
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .testimonial-card:nth-child(3) { grid-column: span 2; max-width: 600px; margin: 0 auto; width: 100%; }
  }
  @media (min-width: 880px) {
    .testimonials { padding: 7rem 0; }
    .testimonials-head { margin-bottom: 4rem; }
    .testimonials-grid { grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
    .testimonials-grid .testimonial-card:nth-child(3) { grid-column: auto; max-width: none; }
    .testimonial-card { padding: 2.5rem 2rem; }
    .testimonial-card blockquote { font-size: 1.15rem; }
    .testimonial-card .client-name { font-size: 1.15rem; }
    .google-badge { font-size: 0.7rem; margin-top: 3rem; }
  }

  /* ============ ELEMENTS ============ */
  .elements {
    padding: 3.5rem 0;
    background: var(--cream-warm);
  }
  .elements-intro {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 2rem;
  }
  .elements-intro p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-style: italic;
    color: var(--ink-soft);
    line-height: 1.5;
  }
  .elements-row {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid var(--line);
  }
  .element {
    padding: 1.8rem 0;
    border-bottom: 1px solid var(--line);
    transition: all 0.4s;
  }
  .element:last-child { border-bottom: none; }
  .element-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 0.9rem;
    color: var(--orange);
  }
  .element-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    color: var(--purple);
    margin-bottom: 0.4rem;
    font-style: italic;
    font-weight: 500;
  }
  .element-sanskrit {
    font-size: 0.55rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--orange);
    font-family: 'Cinzel', serif;
    margin-bottom: 0.7rem;
    font-weight: 600;
  }
  .element-desc {
    font-size: 0.88rem;
    color: var(--ink-soft);
    line-height: 1.5;
  }
  @media (min-width: 720px) {
    .elements-row { grid-template-columns: repeat(2, 1fr); }
    .element { padding: 2rem 1rem; border-right: 1px solid var(--line); }
    .element:nth-child(even) { border-right: none; }
  }
  @media (min-width: 880px) {
    .elements { padding: 8rem 0; }
    .elements-intro {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: end;
      margin-bottom: 5rem;
    }
    .elements-intro p { font-size: 1.3rem; }
    .elements-row { grid-template-columns: repeat(5, 1fr); }
    .element { padding: 2.5rem 1.5rem 2.5rem 0; border-bottom: none; }
    .element:nth-child(even) { border-right: 1px solid var(--line); }
    .element:last-child { border-right: none; }
    .element:hover { padding-left: 1rem; padding-right: 0.5rem; background: var(--cream); }
    .element-icon { width: 44px; height: 44px; margin-bottom: 1.5rem; }
    .element-name { font-size: 1.5rem; margin-bottom: 0.6rem; }
    .element-sanskrit { font-size: 0.7rem; margin-bottom: 1rem; }
  }

  /* ============ WHY ============ */
  .why { padding: 3.5rem 0; background: var(--white); }
  .why-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 2rem;
    border: 1px solid var(--line);
    border-radius: 2px;
    overflow: hidden;
  }
  .why-item {
    padding: 1.8rem 1.4rem;
    border-bottom: 1px solid var(--line);
    transition: background 0.4s;
  }
  .why-item:last-child { border-bottom: none; }
  .why-item:hover { background: var(--cream); }
  .why-item .num {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: var(--orange);
    font-size: 0.9rem;
    margin-bottom: 0.9rem;
    display: block;
    font-weight: 500;
  }
  .why-item h3 {
    color: var(--purple);
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
  }
  .why-item p { color: var(--ink-soft); font-size: 0.92rem; }
  @media (min-width: 720px) {
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .why-item { border-right: 1px solid var(--line); padding: 2.5rem; }
    .why-item:nth-child(2n) { border-right: none; }
    .why-item:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  }
  @media (min-width: 880px) {
    .why { padding: 8rem 0; }
    .why-grid { margin-top: 4rem; }
    .why-item { padding: 3rem; }
    .why-item:nth-child(n+3) { border-bottom: none; }
    .why-item h3 { font-size: 1.6rem; }
    .why-item p { font-size: 1rem; }
  }

  /* ============ FAQ ============ */
  .faq { padding: 3.5rem 0; background: var(--cream); }
  .faq-list { max-width: 920px; margin: 2rem auto 0; }
  .faq-item {
    border-bottom: 1px solid var(--line);
    padding: 1.3rem 0;
    cursor: pointer;
  }
  .faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .faq-q h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    color: var(--purple);
    font-weight: 500;
    transition: color 0.3s;
    line-height: 1.3;
    flex: 1;
  }
  .faq-item:hover .faq-q h3 { color: var(--orange); }
  .faq-toggle {
    width: 30px;
    height: 30px;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
    position: relative;
  }
  .faq-toggle::before, .faq-toggle::after {
    content: '';
    position: absolute;
    background: var(--purple);
    transition: transform 0.3s, background 0.3s;
  }
  .faq-toggle::before { width: 10px; height: 1px; }
  .faq-toggle::after { width: 1px; height: 10px; }
  .faq-item.open .faq-toggle { background: var(--orange); border-color: var(--orange); }
  .faq-item.open .faq-toggle::before { background: var(--white); }
  .faq-item.open .faq-toggle::after { transform: rotate(90deg); background: var(--white); }
  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s, opacity 0.5s;
    color: var(--ink-soft);
    font-size: 0.9rem;
    opacity: 0;
  }
  .faq-item.open .faq-a {
    max-height: 600px;
    padding-top: 1.1rem;
    opacity: 1;
  }
  @media (min-width: 880px) {
    .faq { padding: 8rem 0; }
    .faq-list { margin-top: 4rem; }
    .faq-item { padding: 2rem 0; }
    .faq-q { gap: 2rem; }
    .faq-q h3 { font-size: 1.4rem; }
    .faq-toggle { width: 36px; height: 36px; }
    .faq-toggle::before { width: 12px; }
    .faq-toggle::after { height: 12px; }
    .faq-a { font-size: 1rem; }
  }

  /* ============ CTA BANNER ============ */
  .cta-banner {
    padding: 3.5rem 0;
    text-align: center;
    background:
      linear-gradient(rgba(26, 1, 86, 0.94), rgba(26, 1, 86, 0.96)),
      radial-gradient(circle at 50% 0%, var(--purple-soft), var(--purple-deep));
    color: var(--white);
    position: relative;
    overflow: hidden;
  }
  .cta-banner::before, .cta-banner::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(242, 82, 1, 0.2);
    border-radius: 50%;
    pointer-events: none;
  }
  .cta-banner::before { top: -60px; left: -60px; }
  .cta-banner::after { bottom: -60px; right: -60px; }
  .cta-banner h2 {
    color: var(--white);
    margin: 0.9rem 0;
    font-size: clamp(1.7rem, 6.5vw, 3.6rem);
  }
  .cta-banner h2 em { color: var(--orange-light); font-style: italic; }
  .cta-banner p {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--white);
    opacity: 0.85;
    max-width: 580px;
    margin: 0 auto 1.6rem;
    padding: 0 0.5rem;
  }
  .cta-banner .btn-primary {
    background: var(--orange);
    color: var(--white);
  }
  .cta-banner .btn-primary::before { background: var(--orange-deep); }
  .cta-phone {
    display: block;
    margin-top: 1.3rem;
    color: var(--orange-light);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    text-decoration: none;
    border-bottom: 1px solid var(--orange);
    padding-bottom: 0.3rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 880px) {
    .cta-banner { padding: 7rem 0; }
    .cta-banner::before, .cta-banner::after { width: 320px; height: 320px; }
    .cta-banner::before { top: -100px; left: -100px; }
    .cta-banner::after { bottom: -100px; right: -100px; }
    .cta-banner p { font-size: 1.3rem; margin-bottom: 2.5rem; }
    .cta-phone { font-size: 1.4rem; margin-top: 2rem; }
  }

  /* ============ FOOTER ============ */
  footer {
    background: var(--purple-deep);
    color: var(--white);
    padding: 2.5rem 0 1.3rem;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.8rem;
    margin-bottom: 2.2rem;
  }
  .footer-brand .logo {
    color: var(--white);
    font-size: 1.05rem;
  }
  .footer-brand .logo span { color: var(--orange-light); }
  .footer-brand p {
    margin-top: 0.7rem;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: var(--white);
    opacity: 0.7;
    max-width: 320px;
    font-size: 0.92rem;
  }
  .footer-col h4 {
    font-family: 'Cinzel', serif;
    font-size: 0.62rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--orange-light);
    margin-bottom: 1rem;
    font-weight: 600;
  }
  .footer-col a, .footer-col p {
    display: block;
    color: var(--white);
    text-decoration: none;
    margin-bottom: 0.6rem;
    font-size: 0.84rem;
    opacity: 0.75;
    transition: opacity 0.3s, color 0.3s;
  }
  .footer-col a:hover { opacity: 1; color: var(--orange-light); }
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.65rem;
    color: var(--white);
    opacity: 0.6;
    flex-wrap: wrap;
    gap: 0.6rem;
  }
  @media (min-width: 720px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  }
  @media (min-width: 880px) {
    footer { padding: 5rem 0 2rem; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 4rem; }
    .footer-brand .logo { font-size: 1.3rem; }
    .footer-bottom { padding-top: 2rem; font-size: 0.78rem; }
  }

  /* Reveal animations */
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .reveal.in {
    opacity: 1;
    transform: translateY(0);
  }/* End custom CSS */