:root {
  --primary-color: #2b0f47;
  --deep-green: #123c2a;
  --deep-green-2: #09261b;
  --primary-accent: #78a843;
  --primary-accent-dark: #557b2f;
  --gold: #b78520;
  --warm-gold: #f4b63f;
  --rose: #c01b7c;
  --text-color: #2d2438;
  --text-muted: #6c6574;
  --bg-gray: #f6f3ed;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: var(--text-color);
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: "Outfit", sans-serif;
}

.text-primary-accent {
  color: var(--primary-accent) !important;
}

.bg-primary-accent {
  background-color: var(--primary-accent) !important;
}

.bg-navy {
  background-color: var(--primary-color) !important;
}

.bg-light-gray {
  background-color: var(--bg-gray) !important;
}

.text-gradient {
  background: linear-gradient(90deg, #78a843, #16a0b5, #c01b7c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-primary-gradient {
  border: none;
  color: #fff;
  background: linear-gradient(45deg, var(--primary-accent), var(--primary-accent-dark));
  transition: all 0.3s ease;
}

.btn-primary-gradient:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(120, 168, 67, 0.35);
}

.hover-white:hover {
  color: #fff !important;
  opacity: 1;
}

.section-padding {
  padding: 74px 0;
}

.tracking-wide {
  letter-spacing: 1.5px;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.navbar.scrolled {
  background-color: #fff;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.nav-logo {
  width: 102px;
  height: auto;
  object-fit: contain;
  padding: 5px 0;
  transition: 0.3s;
}

.navbar.scrolled .nav-logo {
  width: 92px;
}

.nav-link {
  color: var(--primary-color) !important;
  padding: 10px 13px !important;
  position: relative;
  transition: 0.3s;
  font-size: 0.94rem;
}

.nav-link::after {
  position: absolute;
  left: 13px;
  bottom: 5px;
  width: 0;
  height: 2px;
  content: "";
  background: var(--primary-accent);
  transition: 0.3s;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: calc(100% - 26px);
}

.hero-section {
  position: relative;
  min-height: 650px;
  height: calc(100vh - 78px);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(43, 15, 71, 0.96) 0%, rgba(43, 15, 71, 0.75) 45%, rgba(43, 15, 71, 0.2) 100%),
    radial-gradient(circle at 16% 18%, rgba(192, 27, 124, 0.3), transparent 25rem);
}

.hero-headline {
  max-width: 680px;
  font-size: clamp(2.15rem, 5.2vw, 4.2rem);
  line-height: 1.05;
}

.hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  white-space: nowrap;
}

.stats-section {
  margin-top: -58px;
}

.stat-box {
  transition: 0.3s;
}

.stat-box:hover {
  background-color: rgba(120, 168, 67, 0.06);
  transform: translateY(-5px);
}

.stat-box p {
  font-size: 0.74rem;
}

.section-heading-text {
  font-size: clamp(1.75rem, 3.4vw, 2.75rem);
  line-height: 1.12;
}

.heading-line {
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--primary-accent);
}

.about-image-wrapper {
  height: 100%;
  padding: 20px 20px 0 0;
}

.mind-lamp-scene {
  position: relative;
  min-height: 477px;
  height: 69%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #000;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  isolation: isolate;
}

.diya-video {
  width: min(100%, 500px);
  height: auto;
  max-height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #000;
}

.diya {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 5;
  width: 210px;
  height: 170px;
  margin: auto;
}

.diya-glow {
  position: absolute;
  right: 0;
  bottom: 62px;
  left: 0;
  width: 108px;
  height: 120px;
  margin: auto;
  border-radius: 55% 55% 44% 44%;
  background: radial-gradient(circle, rgba(255, 220, 93, 0.42), transparent 68%);
  filter: blur(3px);
  animation: haloPulse 2.4s ease-in-out infinite;
}

.flame {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transform-origin: bottom center;
  animation: flameDance 1.45s ease-in-out infinite alternate;
}

.flame-back {
  bottom: 82px;
  width: 31px;
  height: 66px;
  border-radius: 58% 42% 56% 44% / 72% 72% 28% 28%;
  background: linear-gradient(#fff7a5 3%, #f9b13c 38%, #f06618 100%);
  box-shadow: 0 0 28px rgba(255, 185, 61, 0.8);
}

.flame-front {
  bottom: 84px;
  width: 15px;
  height: 44px;
  border-radius: 54% 46% 54% 46% / 72% 72% 28% 28%;
  background: linear-gradient(#ffffff 10%, #fff176 48%, #f68a18);
  animation-duration: 1.1s;
}

.wick {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  width: 4px;
  height: 42px;
  margin: auto;
  border-radius: 999px;
  background: #3a2413;
}

.bowl,
.bowl-lip,
.base,
.floor-shadow {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.bowl {
  bottom: 38px;
  width: 170px;
  height: 58px;
  border-radius: 20px 20px 52px 52px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 220, 100, 0.9), transparent 36%),
    linear-gradient(180deg, #f7b442, #c36d17 64%, #7f3f0e);
  box-shadow: inset 0 -10px 18px rgba(105, 48, 10, 0.38);
}

.bowl::after {
  position: absolute;
  right: 16px;
  bottom: 22px;
  left: 16px;
  height: 16px;
  content: "";
  border-top: 3px solid rgba(255, 225, 134, 0.42);
  border-radius: 50%;
}

.bowl-lip {
  bottom: 77px;
  width: 116px;
  height: 27px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, #8d3f0b 0 43%, #d77617 44% 60%, #ffbd45 61% 100%);
  box-shadow: 0 8px 15px rgba(66, 28, 7, 0.28);
}

.base {
  bottom: 14px;
  width: 78px;
  height: 42px;
  clip-path: polygon(25% 0, 75% 0, 92% 100%, 8% 100%);
  background: linear-gradient(180deg, #b85f13, #7b3b10);
}

.floor-shadow {
  bottom: 9px;
  width: 158px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(2px);
}

.portrait-img {
  min-height: 430px;
}

.experience-card {
  right: -18px;
  bottom: -18px;
  z-index: 2;
}

.about-content-card {
  padding: 34px;
  border: 1px solid rgba(43, 15, 71, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(120, 168, 67, 0.11), transparent 18rem),
    radial-gradient(circle at 0% 100%, rgba(192, 27, 124, 0.07), transparent 16rem),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(43, 15, 71, 0.09);
}

.about-copy {
  text-align: left;
}

.about-copy p {
  color: var(--text-muted);
  line-height: 1.68;
  margin-bottom: 0.86rem;
}

.about-copy strong {
  color: var(--text-color);
}

.about-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 18px 0 22px;
  list-style: none;
}

.about-list li {
  min-height: 100%;
  padding: 13px 15px 13px 42px;
  color: var(--text-color);
  border: 1px solid rgba(120, 168, 67, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}

.about-list li::before {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  content: "\f00c";
  color: #fff;
  border-radius: 50%;
  background: var(--primary-accent);
  font-family: "Font Awesome 6 Free";
  font-size: 0.68rem;
  font-weight: 900;
}

.about-belief-box {
  margin-top: 22px;
  padding: 24px;
  color: #fff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 14%, rgba(244, 182, 63, 0.24), transparent 12rem),
    linear-gradient(145deg, var(--primary-color), var(--deep-green));
  box-shadow: 0 20px 44px rgba(43, 15, 71, 0.16);
}

.about-belief-box h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}

.about-belief-box p {
  color: rgba(255, 255, 255, 0.76);
}

.about-belief-box p:last-child {
  margin-bottom: 0;
  color: #f4d477;
}

.glow-icon {
  width: 50px;
  height: 50px;
  background: var(--primary-color) !important;
  box-shadow: 0 0 15px rgba(120, 168, 67, 0.45);
  transition: 0.3s;
}

.signature-phone:hover .glow-icon {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(120, 168, 67, 0.75);
}

.backdrop-blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.why-card,
.service-card,
.testimonial-card {
  transition: 0.3s;
}

.why-card:hover,
.testimonial-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}

.service-card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.service-card:hover {
  border-color: rgba(120, 168, 67, 0.24);
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(43, 15, 71, 0.1) !important;
}

.service-icon {
  width: 78px;
  height: 78px;
  transition: 0.3s;
}

.service-card:hover .service-icon {
  background-color: var(--primary-accent) !important;
}

.service-card:hover .service-icon i {
  color: #fff !important;
}

.pricing-section {
  color: #fff;
  background: linear-gradient(180deg, #180b28 0%, #0f2d22 100%);
}

.pricing-note {
  max-width: 100%;
  padding: 12px 18px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.pricing-note i {
  color: var(--warm-gold);
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.pricing-card:hover {
  border-color: rgba(244, 182, 63, 0.42);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  transform: translateY(-8px);
}

.pricing-card-featured {
  border-color: rgba(244, 182, 63, 0.58);
  background: rgba(255, 255, 255, 0.12);
}

.popular-badge {
  align-self: flex-start;
  margin-bottom: 22px;
  padding: 8px 14px;
  color: #2c1804;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffe08b, #f4b63f);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.plan-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--warm-gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 800;
}

.pricing-card p {
  color: rgba(255, 255, 255, 0.58);
  min-height: 48px;
  margin-bottom: 0;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 30px 0 24px;
}

.currency,
.duration {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 700;
}

.currency {
  font-size: 1.4rem;
}

.price {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
}

.pricing-features {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.pricing-features i {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  margin-right: 8px;
  color: #113420;
  border-radius: 50%;
  background: #a6d06b;
  font-size: 0.72rem;
}

.pricing-card .btn {
  margin-top: auto;
}

.dummy-img {
  display: grid;
  place-items: center;
  min-height: 260px;
  color: rgba(43, 15, 71, 0.42);
  border: 1px dashed rgba(43, 15, 71, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 243, 237, 0.92)),
    radial-gradient(circle at 20% 20%, rgba(192, 27, 124, 0.12), transparent 12rem),
    radial-gradient(circle at 80% 80%, rgba(120, 168, 67, 0.16), transparent 12rem);
  font-weight: 800;
}

.gallery-img-box {
  min-height: 260px;
}

.map-placeholder {
  min-height: 430px;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.quote-icon {
  font-size: 2.7rem;
}

.avatar {
  width: 45px;
  height: 45px;
  font-weight: 700;
  font-size: 1rem;
}

.icon-box {
  width: 50px;
  height: 50px;
}

.business-hours {
  color: rgba(255, 255, 255, 0.7);
}

.footer-logo {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.footer .social-link {
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.footer .social-link:hover {
  background-color: var(--primary-accent) !important;
  transform: translateY(-3px);
}

.footer-links a {
  transition: 0.3s;
}

.footer-links a:hover {
  color: var(--primary-accent) !important;
  padding-left: 5px;
}

.footer-links i {
  font-size: 0.7rem;
}

.footer-bottom {
  background-color: rgba(0, 0, 0, 0.2);
}

.footer-bottom a {
  color: var(--primary-accent);
}

@keyframes flameDance {
  0% {
    transform: rotate(-3deg) scaleY(0.96);
  }

  100% {
    transform: rotate(4deg) scaleY(1.08);
  }
}

@keyframes haloPulse {
  0%,
  100% {
    opacity: 0.78;
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 62px 0;
  }

  .experience-card {
    right: 10px;
    bottom: 10px;
  }

  .hero-section {
    height: auto;
    min-height: 560px;
    padding-top: 126px;
    padding-bottom: 72px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(43, 15, 71, 0.88) 0%, rgba(43, 15, 71, 0.82) 46%, rgba(43, 15, 71, 0.92) 100%);
  }

  .hero-bg {
    background-position: center top;
  }

  .hero-headline {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.08;
  }

  .hero-actions {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions .btn {
    flex: 1 1 0;
    min-width: 210px;
    padding: 0.82rem 1.35rem !important;
  }

  .stats-section {
    margin-top: 28px;
  }

  .nav-link::after {
    display: none;
  }

  .mind-lamp-scene {
    min-height: 470px;
  }

  .pricing-card p {
    min-height: auto;
  }

  .about-content-card {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 52px 0;
  }

  .nav-logo {
    width: 86px;
  }

  .hero-section {
    min-height: 500px;
    padding-top: 104px;
    padding-bottom: 56px;
  }

  .hero-headline {
    max-width: 335px;
    font-size: 2rem;
    line-height: 1.1;
  }

  .hero-section .badge {
    max-width: 100%;
    padding: 0.48rem 0.72rem !important;
    font-size: 0.75rem;
    white-space: normal;
  }

  .hero-actions {
    gap: 0.75rem !important;
    max-width: 310px;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 0.68rem 1rem !important;
    font-size: 0.92rem;
    box-shadow: none !important;
  }

  .lead {
    font-size: 1rem;
  }

  .section-heading-text {
    font-size: 1.65rem;
  }

  .portrait-img,
  .map-placeholder {
    min-height: 320px;
  }

  .gallery-img-box {
    min-height: 220px;
  }

  .mind-lamp-scene {
    min-height: 356px;
  }

  .diya {
    transform: scale(0.86);
    transform-origin: bottom center;
  }

  .diya-video {
    width: min(100%, 420px);
  }

  .about-content-card {
    padding: 24px;
  }

  .about-list {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    padding: 26px;
  }

  .price-row {
    flex-wrap: wrap;
  }

  .footer-logo {
    width: 128px;
    height: 128px;
  }
}
