.elementor-105 .elementor-element.elementor-element-344441a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-59ab274 *//* ── Scoped reset ── */
#gx2-splash,
#gx2-splash *,
#gx2-splash *::before,
#gx2-splash *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── Full-screen overlay with scroll ── */
#gx2-splash {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 999999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;

  /* ══════════════════════════════════════════
     REPLACE WITH YOUR GALAXY IMAGE URL BELOW
     ══════════════════════════════════════════ */
  background-image: url('https://drshruthinadiga.com/wp-content/uploads/2026/02/pexels-85162939-9263387-scaled.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* parallax feel on desktop */
  background-color: #030510;
}

/* Deep cosmic scrim */
#gx2-splash::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 50%, rgba(3,5,18,0.15) 0%, rgba(2,4,14,0.6) 65%, rgba(1,2,8,0.9) 100%),
    linear-gradient(180deg, rgba(1,2,10,0.5) 0%, rgba(1,2,10,0.1) 35%, rgba(1,2,10,0.65) 100%);
  z-index: 0;
  pointer-events: none;
}

/* ── Star & particle layers (fixed so they don't scroll) ── */
#gx2-splash .gx-stars,
#gx2-splash .gx-particles,
#gx2-splash .gx-nebula,
#gx2-splash .gx-shoot {
  position: fixed;
  pointer-events: none;
}

/* Stars */
#gx2-splash .gx-stars { inset: 0; z-index: 1; }
#gx2-splash .gx-star {
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: gx2Twinkle ease-in-out infinite;
}
@keyframes gx2Twinkle {
  0%, 100% { opacity: 0.08; transform: scale(1); }
  50%       { opacity: 1;    transform: scale(1.5); }
}

/* Particles */
#gx2-splash .gx-particles { inset: 0; z-index: 2; }
#gx2-splash .gx-particle {
  position: absolute;
  bottom: -8px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(180,200,255,0.9) 0%,
    rgba(140,170,240,0.4) 50%,
    transparent 100%);
  animation: gx2Rise linear infinite;
  opacity: 0;
}
@keyframes gx2Rise {
  0%   { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
  6%   { opacity: 0.6; }
  85%  { opacity: 0.15; }
  100% { transform: translateY(-110vh) translateX(var(--drift, 20px)) scale(0.3); opacity: 0; }
}

/* Nebulae */
#gx2-splash .gx-nebula {
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.11;
  z-index: 1;
  animation: gx2NebulaPulse 14s ease-in-out infinite;
}
@keyframes gx2NebulaPulse {
  0%, 100% { opacity: 0.08; transform: scale(1); }
  50%       { opacity: 0.16; transform: scale(1.08); }
}
#gx2-splash .gx-nb1 {
  width: min(600px,80vw); height: min(400px,50vw);
  background: radial-gradient(ellipse, #3a5aff 0%, #1a2888 50%, transparent 100%);
  top: -100px; right: -100px;
  animation-delay: 0s;
}
#gx2-splash .gx-nb2 {
  width: min(500px,70vw); height: min(350px,45vw);
  background: radial-gradient(ellipse, #8b2fc9 0%, #4a1870 50%, transparent 100%);
  bottom: -80px; left: -80px;
  animation-delay: -6s;
}
#gx2-splash .gx-nb3 {
  width: min(280px,50vw); height: min(280px,50vw);
  background: radial-gradient(ellipse, #c0aa40 0%, #7a6520 50%, transparent 100%);
  top: 30%; left: 8%;
  opacity: 0.055;
  animation-delay: -10s;
}

/* Shooting stars */
#gx2-splash .gx-shoot {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,215,255,0.9), transparent);
  z-index: 3;
  animation: gx2Shoot linear infinite;
  opacity: 0;
}
@keyframes gx2Shoot {
  0%  { opacity: 0; transform: translateX(-250px) rotate(var(--ang,-12deg)); }
  4%  { opacity: 1; }
  28% { opacity: 0; transform: translateX(130vw) rotate(var(--ang,-12deg)); }
  100%{ opacity: 0; transform: translateX(130vw) rotate(var(--ang,-12deg)); }
}

/* ── Scrollable inner page ── */
#gx2-splash .gx-page {
   position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ── Hero section — first full screen ── */
#gx2-splash .gx-hero {
 min-height: auto;
  padding-top: 120px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(3rem, 8vw, 6rem) clamp(1.2rem, 5vw, 3rem) clamp(1rem, 2vw, 2rem);
}

/* ── Staggered reveal ── */
#gx2-splash .gx-r {
  opacity: 0;
  animation: gx2Reveal 1s ease forwards;
}
@keyframes gx2Reveal {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
#gx2-splash .d1 { animation-delay: 0.4s; }
#gx2-splash .d2 { animation-delay: 0.8s; }
#gx2-splash .d3 { animation-delay: 1.2s; }
#gx2-splash .d4 { animation-delay: 1.6s; }
#gx2-splash .d5 { animation-delay: 2.0s; }
#gx2-splash .d6 { animation-delay: 2.4s; }
#gx2-splash .d7 { animation-delay: 2.8s; }
#gx2-splash .d8 { animation-delay: 3.2s; }

/* ── Sanskrit ── */
#gx2-splash .gx-deva {
  font-family: 'Crimson Pro', serif;
  font-weight: 200;
  font-size: clamp(4rem, 2.8vw, 1.3rem);
  color: #b8c8ff;
  letter-spacing: 0.06em;
  line-height: 1.75;
  text-shadow: 0 0 30px rgba(100,140,255,0.5);
  margin-bottom: 0.35rem;
}
#gx2-splash .gx-translit {
  font-family: 'Crimson Pro', serif;
  font-style: italic;
  font-weight: 200;
  font-size: clamp(3rem, 1.8vw, 0.98rem);
  color: #b8c8ff;;
  letter-spacing: 0.04em;
  margin-bottom: 0.55rem;
}
#gx2-splash .gx-src {
  font-family: 'Crimson Pro', serif;
  font-weight: 300;
  font-size: clamp(1rem, 1.2vw, 0.76rem);
  color: #b8c8ff;;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
}

/* ── Ornament ── */
#gx2-splash .gx-orn {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.2rem;
  padding: 0 clamp(1.2rem, 5vw, 4rem);
}
#gx2-splash .gx-orn-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(180,200,255,0.32), transparent);
}
#gx2-splash .gx-orn-sym {
  font-size: 0.78rem;
  color: rgba(200,215,255,0.42);
  letter-spacing: 0.4em;
}

/* ── Headline ── */
#gx2-splash .gx-h1 {
  font-family: 'Philosopher', serif;
  font-size: clamp(3rem, 5.5vw, 4.6rem);
  font-weight: 400;
  color: #e8eeff;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-bottom: 0.55rem;
  white-space: nowrap;
  text-shadow: 0 0 60px rgba(100,140,255,0.28), 0 2px 20px rgba(0,0,30,0.8);
}

#gx2-splash .gx-h1 em {
  font-family: 'IM Fell English', serif;
  font-style: italic;
  color: #c8b4ff;
  text-shadow: 0 0 50px rgba(160,120,255,0.6), 0 2px 20px rgba(0,0,30,0.8);
}
#gx2-splash .gx-sub {
  font-family: 'Crimson Pro', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(3rem, 2.4vw, 1.2rem);
  color: rgba(180,200,255,0.62);
  letter-spacing: 0.12em;
  margin-bottom: 2.4rem;
}


/* ── Body section ── */
#gx2-splash .gx-body-sec {
  width: 100%;
  max-width: 100%;
  padding: clamp(1rem, 3vw, 2rem) clamp(1.2rem,5vw,4rem) clamp(3rem,8vw,6rem);
  text-align: center;
}

/* ── Divider with circle ── */
#gx2-splash .gx-sep {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: clamp(2rem,5vw,3.5rem);
}
#gx2-splash .gx-sep-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(140,165,255,0.25), transparent);
}
#gx2-splash .gx-sep-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(180,200,255,0.4);
  box-shadow: 0 0 10px rgba(140,165,255,0.5);
}

/* ── Body paragraphs ── */
#gx2-splash .gx-para {
  font-family: 'Crimson Pro', serif;
  font-weight: 300;
  font-size: clamp(2rem, 2.4vw, 1.35rem);
  color: rgba(210,220,255,0.78);
  line-height: 2;
  letter-spacing: 0.01em;
  margin: 0 auto clamp(1.4rem, 3vw, 2rem);
  max-width: 960px;
}
#gx2-splash .gx-para strong {
  font-weight: 400;
  color: #d4c8ff;
}
#gx2-splash .gx-para em {
  font-style: italic;
  color: rgba(220,230,255,0.88);
}

/* ── Welcome block ── */
#gx2-splash .gx-welcome {
  margin: clamp(1.5rem,4vw,3rem) 0;
  padding: clamp(1.5rem,4vw,2.5rem) clamp(1.5rem,5vw,3rem);
  border: 1px solid rgba(160,185,255,0.12);
  border-radius: 2px;
  background: rgba(10,15,40,0.3);
  backdrop-filter: blur(8px);
  position: relative;
}
#gx2-splash .gx-welcome::before,
#gx2-splash .gx-welcome::after {
  content: '';
  position: absolute;
  width: 18px; height: 18px;
  border-color: rgba(180,200,255,0.28);
  border-style: solid;
}
#gx2-splash .gx-welcome::before {
  top: -1px; left: -1px;
  border-width: 1px 0 0 1px;
}
#gx2-splash .gx-welcome::after {
  bottom: -1px; right: -1px;
  border-width: 0 1px 1px 0;
}
#gx2-splash .gx-wel-line {
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  color: rgba(220,228,255,0.88);
  letter-spacing: 0.04em;
  text-shadow: 0 0 40px rgba(140,160,255,0.35);
  margin-bottom: 0.6rem;
}
#gx2-splash .gx-wel-sub {
  font-family: 'Crimson Pro', serif;
  font-weight: 300;
  font-size: clamp(0.78rem,1.6vw,0.9rem);
  color: rgba(170,190,255,0.45);
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

/* ── CTA ── */
#gx2-splash .gx-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(2rem,5vw,3.5rem);
  padding-bottom: clamp(3rem,8vw,5rem);
}
#gx2-splash .gx-cta-btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 2.4rem;
  border: 1px solid rgba(160,185,255,0.3);
  border-radius: 1px;
  background: rgba(30,50,140,0.18);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: all 0.4s ease;
  animation: gx2Breathe 3.5s ease-in-out infinite;
  text-decoration: none;
}
@keyframes gx2Breathe {
  0%, 100% { box-shadow: 0 0 0px rgba(140,165,255,0); }
  50%       { box-shadow: 0 0 28px rgba(140,165,255,0.22); }
}
#gx2-splash .gx-cta-text {
  font-family: 'Crimson Pro', serif;
  font-weight: 300;
  font-size: clamp(0.82rem,1.6vw,0.9rem);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(190,205,255,0.7);
}
#gx2-splash .gx-cta-hint {
  font-family: 'Crimson Pro', serif;
  font-style: italic;
  font-size: clamp(0.72rem,1.3vw,0.8rem);
  color: rgba(150,170,255,0.32);
  letter-spacing: 0.15em;
}

/* ── Fade-out ── */
#gx2-splash.gx-hiding {
  transition: opacity 0.9s ease;
  opacity: 0 !important;
  pointer-events: none;
}
.gx2-ripple {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(160,185,255,0.28) 0%, transparent 70%);
  animation: gx2ClickExpand 0.9s ease-out forwards;
  z-index: 9999999;
}
@keyframes gx2ClickExpand {
  from { transform: scale(0); opacity: 1; }
  to   { transform: scale(22); opacity: 0; }
}

@media (max-width: 768px) {
  #gx2-splash {
    background-attachment: scroll;
    max-width: 100%;
     overflow-x: hidden;
  }
  #gx2-splash * {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  
  .gx-deva,
  .gx-translit,
  .gx-sub,
  .gx-para {
    overflow-wrap: anywhere;
  }
  
  #gx2-splash .gx-h1 { 
      white-space: normal; 
      font-size: 25px ; 
  }
  #gx2-splash .gx-h1 em {
  font-family: 'IM Fell English', serif;
  font-style: italic;
  color: #c8b4ff;
  font-size: 35px ; 
  }
  #gx2-splash .gx-sub {
  font-family: 'Crimson Pro', serif;
  font-style: italic;
  font-weight: 20px ;
  font-size: 40px;
  color: rgba(180,200,255,0.62);
  letter-spacing: 0px;
  margin-bottom: 0px;
}
  #gx2-splash .gx-deva {
  font-family: 'Crimson Pro', serif;
  font-weight: 200;
  font-size: 30px ;
  color: #b8c8ff;
  letter-spacing: 3px;
  line-height: 1.75;
  text-shadow: 0 0 30px rgba(100,140,255,0.5);
  margin-bottom: 0rem;
}
#gx2-splash .gx-translit {
  font-family: 'Crimson Pro', serif;
  font-style: italic;
  font-weight: 200;
  font-size: 35px;
  color: #b8c8ff;
  letter-spacing: 0.04em;
  margin-bottom: 0.55rem;
}
#gx2-splash .gx-src {
  font-family: 'Crimson Pro', serif;
  font-weight: 300;
  font-size: 15px;
  color: #b8c8ff;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
}

/* ── Body section ── */
#gx2-splash .gx-body-sec {
  width: 70%;

  padding: 0px;
  text-align: center;
}


/* ── Divider with circle ── */
#gx2-splash .gx-sep {
  width: 80%;
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 0px;}
  
#gx2-splash .gx-sep-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(140,165,255,0.25), transparent);
}
#gx2-splash .gx-sep-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(180,200,255,0.4);
  box-shadow: 0 0 10px rgba(140,165,255,0.5);
}

/* ── Body paragraphs ── */
#gx2-splash .gx-para {
  font-family: 'Crimson Pro', serif;
  font-weight: 300;
  font-size: 18px;
  color: rgba(210,220,255,0.78);
  line-height: 2;
  letter-spacing: 0.01em;
 
  text-align: center;
  margin: 0;
  max-width: 600px;
  padding: 15px;
}
#gx2-splash .gx-para strong {
  font-weight: 400;
  color: #d4c8ff;
}
#gx2-splash .gx-para em {
  font-style: italic;
  color: rgba(220,230,255,0.88);
}
}/* End custom CSS */