@import url(https://fonts.bunny.net/css?family=jura:300,500);

:root {
  --gap: 1.25rem;
  --speed: 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --closed: 5rem;
  --open: 30rem;
  --accent: #ffbb33;
}

@property --showcase-gap {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}

@property --showcase-scale {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}

@property --showcase-x {
  syntax: "<percent>";
  inherits: true;
  initial-value: 0%;
}

@property --showcase-y {
  syntax: "<percent>";
  inherits: true;
  initial-value: 0%;
}

@property --showcase-text-opacity {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}

@property --showcase-text-display {
  syntax: "*";
  inherits: true;
  initial-value: block;
}

@property --showcase-mouse-rotate {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}

@property --showcase-mouse-w {
  syntax: "<length>";
  inherits: true;
  initial-value: 600px;
}

@property --showcase-center-x {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}

@property --showcase-center-y {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:after,
*:before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-title,
.brand-logo {
  font-family: 'Montserrat', sans-serif;
}

.bg-brand {
  background-color: #212125;
}

.text-brand {
  color: var(--accent) !important;
}

.wrapper {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: scale(1.5, 1.5) translate(-50%, -50%);
}

.floor {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 350px;
  height: 5px;
  background: #673C63;
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 5px #111;
  z-index: 2;
}

.candles {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 150px;
  transform: translate(-50%, -100%);
  z-index: 1;
}

.candle1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35px;
  height: 100px;
  background: #fff;
  border: 3px solid #673C63;
  border-bottom: 0px;
  border-radius: 3px;
  transform-origin: center right;
  transform: translate(60%, -25%);
  box-shadow: -2px 0px 0px #95c6f2 inset;
  animation: expand-body 3s infinite linear;
}

.candle1__stick,
.candle2__stick {
  position: absolute;
  left: 50%;
  top: 0%;
  width: 3px;
  height: 15px;
  background: #673C63;
  border-radius: 8px;
  transform: translate(-50%, -100%);
}

.candle2__stick {
  height: 12px;
  transform-origin: bottom center;
  animation: stick-animation 3s infinite linear;
}

.candle1__eyes,
.candle2__eyes {
  position: absolute;
  left: 50%;
  top: 0%;
  width: 35px;
  height: 30px;
  transform: translate(-50%, 0%);
}

.candle1__eyes-one {
  position: absolute;
  left: 30%;
  top: 20%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #673C63;
  transform: translate(-70%, 0%);
  animation: blink-eyes 3s infinite linear;
}

.candle1__eyes-two {
  position: absolute;
  left: 70%;
  top: 20%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #673C63;
  transform: translate(-70%, 0%);
  animation: blink-eyes 3s infinite linear;
}

.candle1__mouth {
  position: absolute;
  left: 40%;
  top: 20%;
  width: 0px;
  height: 0px;
  border-radius: 20px;
  background: #673C63;
  transform: translate(-50%, -50%);
  animation: uff 3s infinite linear;
}

.candle__smoke-one {
  position: absolute;
  left: 30%;
  top: 50%;
  width: 30px;
  height: 3px;
  background: grey;
  transform: translate(-50%, -50%);
  animation: move-left 3s infinite linear;
}

.candle__smoke-two {
  position: absolute;
  left: 30%;
  top: 40%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: grey;
  transform: translate(-50%, -50%);
  animation: move-top 3s infinite linear;
}

.candle2 {
  position: absolute;
  left: 20%;
  top: 65%;
  width: 42px;
  height: 60px;
  background: #fff;
  border: 3px solid #673C63;
  border-bottom: 0px;
  border-radius: 3px;
  transform: translate(60%, -15%);
  transform-origin: center right;
  box-shadow: -2px 0px 0px #95c6f2 inset;
  animation: shake-left 3s infinite linear;
}

.candle2__eyes-one {
  position: absolute;
  left: 30%;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 0px solid #673C63;
  border-radius: 100%;
  float: left;
  background: #673C63;
  transform: translate(-80%, 0%);
  animation: changeto-lower 3s infinite linear;
}

.candle2__eyes-two {
  position: absolute;
  left: 70%;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 0px solid #673C63;
  border-radius: 100%;
  float: left;
  background: #673C63;
  transform: translate(-80%, 0%);
  animation: changeto-greater 3s infinite linear;
}

.light__wave {
  position: absolute;
  top: 35%;
  left: 35%;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  z-index: 0;
  transform: translate(-25%, -50%) scale(2.5, 2.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
  animation: expand-light 3s infinite linear;
}

.candle2__fire {
  position: absolute;
  top: 50%;
  left: 40%;
  display: block;
  width: 16px;
  height: 20px;
  background-color: red;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background: #FF9800;
  transform: translate(-50%, -50%);
  animation: dance-fire 3s infinite linear;
}

@keyframes blink-eyes {

  0%,
  35% {
    opacity: 1;
    transform: translate(-70%, 0%);
  }

  36%,
  39% {
    opacity: 0;
    transform: translate(-70%, 0%);
  }

  40% {
    opacity: 1;
    transform: translate(-70%, 0%);
  }

  50%,
  65% {
    transform: translate(-140%, 0%);
  }

  66% {
    transform: translate(-70%, 0%);
  }
}

@keyframes expand-body {

  0%,
  40% {
    transform: scale(1, 1) translate(60%, -25%);
  }

  45%,
  55% {
    transform: scale(1.1, 1.1) translate(60%, -28%);
  }

  60% {
    transform: scale(0.89, 0.89) translate(60%, -25%);
  }

  65% {
    transform: scale(1, 1) translate(60%, -25%);
  }

  70% {
    transform: scale(0.95, 0.95) translate(60%, -25%);
  }

  75% {
    transform: scale(1, 1) translate(60%, -25%);
  }
}

@keyframes uff {

  0%,
  40% {
    width: 0px;
    height: 0px;
  }

  50%,
  54% {
    width: 15px;
    height: 15px;
    left: 30%;
  }

  59% {
    width: 5px;
    height: 5px;
    left: 20%;
  }

  62% {
    width: 2px;
    height: 2px;
    left: 20%;
  }

  67% {
    width: 0px;
    height: 0px;
    left: 30%;
  }
}

@keyframes change-background {

  0%,
  59%,
  98%,
  100% {
    background: #FFF;
  }

  61%,
  97% {
    background: #000;
  }
}

@keyframes move-left {

  0%,
  59%,
  100% {
    width: 0px;
    left: 40%;
  }

  60% {
    width: 30px;
    left: 30%;
  }

  68% {
    width: 0px;
    left: 20%;
  }
}

@keyframes move-top {

  0%,
  64%,
  100% {
    width: 0px;
    height: 0px;
    top: 0%;
  }

  65% {
    width: 10px;
    height: 10px;
    top: 40%;
    left: 40%;
  }

  80% {
    width: 0px;
    height: 0px;
    top: 20%;
  }
}

@keyframes shake-left {

  0%,
  40% {
    left: 20%;
    transform: translate(60%, -15%);
  }

  50%,
  54% {
    left: 20%;
    transform: translate(60%, -15%);
  }

  59% {
    left: 20%;
    transform: translate(60%, -15%);
  }

  62% {
    left: 18%;
    transform: translate(60%, -15%);
  }

  65% {
    left: 21%;
    transform: translate(60%, -15%);
  }

  67% {
    left: 20%;
    transform: translate(60%, -15%);
  }

  75% {
    left: 20%;
    transform: scale(1.15, 0.85) translate(60%, -15%);
    background: #fff;
    border-color: #673C63;
  }

  91% {
    left: 20%;
    transform: scale(1.18, 0.82) translate(60%, -10%);
    background: #F44336;
    border-color: #F44336;
    box-shadow: -2px 0px 0px #F44336 inset;
  }

  92% {
    left: 20%;
    transform: scale(0.85, 1.15) translate(60%, -15%);
  }

  95% {
    left: 20%;
    transform: scale(1.05, 0.95) translate(60%, -15%);
  }

  97% {
    left: 20%;
    transform: scale(1, 1) translate(60%, -15%);
  }
}

@keyframes stick-animation {

  0%,
  40% {
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
  }

  50%,
  54% {
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
  }

  59% {
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
  }

  62% {
    left: 50%;
    top: 0%;
    transform: rotateZ(-15deg) translate(-50%, -100%);
  }

  65% {
    left: 50%;
    top: 0%;
    transform: rotateZ(15deg) translate(-50%, -100%);
  }

  70% {
    left: 50%;
    top: 0%;
    transform: rotateZ(-5deg) translate(-50%, -100%);
  }

  72% {
    left: 50%;
    top: 0%;
    transform: rotateZ(5deg) translate(-50%, -100%);
  }

  74%,
  84% {
    left: 50%;
    top: 0%;
    transform: rotateZ(0deg) translate(-50%, -100%);
  }

  85% {
    transform: rotateZ(180deg) translate(0%, 120%);
  }

  92% {
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
  }
}

@keyframes expand-light {

  10%,
  29%,
  59%,
  89% {
    transform: translate(-25%, -50%) scale(0, 0);
    border: 2px solid rgba(255, 255, 255, 0);
  }

  90%,
  20%,
  50% {
    transform: translate(-25%, -50%) scale(1, 1);
  }

  95%,
  96%,
  26%,
  27%,
  56%,
  57% {
    transform: translate(-25%, -50%) scale(2, 2);
    border: 2px solid rgba(255, 255, 255, 0.5);
  }

  0%,
  28%,
  58%,
  100% {
    transform: translate(-25%, -50%) scale(2.5, 2.5);
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
}

@keyframes dance-fire {

  59%,
  89% {
    left: 40%;
    width: 0px;
    height: 0px;
  }

  90%,
  0%,
  7%,
  15%,
  23%,
  31%,
  39%,
  47%,
  55% {
    left: 40.8%;
    width: 16px;
    height: 20px;
    background: #FFC107;
  }

  94%,
  3%,
  11%,
  19%,
  27%,
  35%,
  43%,
  51%,
  58% {
    left: 41.2%;
    width: 16px;
    height: 20px;
    background: #FF9800;
  }
}

@keyframes changeto-lower {

  0%,
  70%,
  90% {
    padding: 0px;
    display: inline-block;
    border-radius: 100%;
    background: #673C63;
    border-width: 0 0 0 0;
    border: 0px solid #673C63;
    transform: translate(-90%, 0%);
  }

  71%,
  89% {
    background: none;
    border: solid #673C63;
    border-radius: 0px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 1px;
    float: left;
    transform-origin: bottom left;
    transform: rotate(-45deg) translate(-50%, -65%);
    -webkit-transform: rotate(-45deg) translate(-50%, -65%);
  }
}

@keyframes changeto-greater {

  0%,
  70%,
  90% {
    top: 50%;
    padding: 0px;
    display: inline-block;
    border-radius: 100%;
    background: #673C63;
    border-width: 0 0 0 0;
    border: 0px solid #673C63;
    transform: translate(-80%, 0%);
  }

  71%,
  89% {
    top: 30%;
    background: none;
    border: solid #673C63;
    border-radius: 0px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 1px;
    float: left;
    transform-origin: bottom left;
    transform: rotate(135deg) translate(-80%, 20%);
    -webkit-transform: rotate(135deg) translate(-80%, 20%);
  }
}



:root {
  --header-height: 80px;
  --header-bg: transparent;
  /* Fully transparent background */
}

/* Ensure the wrapper is always on top during loading */
.wrapper {
  position: fixed;
  /* Changed from absolute to fixed */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  z-index: 9999;
  /* Force it to the front */
}

.responsive-wrapper {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* Sticky header */
.header-outer {
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2000;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.header-outer.nav-open {
  border-bottom: none !important;
  box-shadow: none !important;
}

.header-outer.nav-open .header-navigation .icon {
  stroke: #fff !important;
}

.header-light .header-navigation .icon {
  stroke: #111 !important;
}

.header-dark .header-navigation .icon {
  stroke: #fff !important;
}

.header-inner {
  height: 100%;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Styling of other elements */
.header-logo a {
  display: block;
  text-decoration: none;
}

.header-logo img {
  display: block;
  height: calc(var(--header-height) - 30px);
  transition: opacity 0.3s ease;
  /* Changed filter to opacity for smoother src swap if needed */
}

.header-navigation {
  display: flex;
  flex-wrap: wrap;
}

.header-navigation a,
.header-navigation button {
  font-size: 1.125rem;
  color: inherit;
  margin-left: 1.75rem;
  position: relative;
  font-weight: 500;
}

.header-navigation a {
  display: none;
  font-size: 1.125rem;
  color: inherit;
  text-decoration: none;
}

.header-navigation button {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.header-navigation a:hover:after,
.header-navigation button:hover:after {
  transform: scalex(1);
}

.header-navigation a:after,
.header-navigation button:after {
  transition: 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  transform: scalex(0);
  position: absolute;
  bottom: -2px;
  left: 0;
}

.main {
  margin-top: 0;
}


@media (min-width: 800px) {
  .header-navigation a {
    display: inline-block;
  }

  .header-navigation button {
    display: none;
  }
}


/* Takeover Navigation */

/* Takeover Navigation */
#takeover-nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: -100%;
  visibility: hidden;
  transition: all 0.7s cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 1500;
  font-family: 'Montserrat', sans-serif;
  background: #000;
}

#takeover-nav.shown {
  top: 0;
  visibility: visible;
}

#takeover-nav .nav-col {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Left Contact Side */
#takeover-nav .nav-contact {
  background-color: #0c0c0c;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

#takeover-nav .bg-topographic {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm66-3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-46-4c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm60-46c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM25 36c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm23 5c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm39 23c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM9 40c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm24 33c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm44-5c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM11 11c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm58 24c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM3 13c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm35 1c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm18 1c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm29 0c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM9 76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm28 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm22 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm33 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM5 29c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm24 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm44 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm21 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM2 49c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm20 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm42 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm28 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM2 72c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm27 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm41 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm28 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM4 94c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm31 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm31 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm31 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM19 8c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm29 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm21 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm22 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM4 61c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm29 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm28 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm23 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM13 32c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm36 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm28 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm17 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM15 54c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm29 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm40 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm14 0c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM49 65c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM66 10c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM2 17c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm0 24c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm0 34c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM0 64c0 .552.448 1 1 1s1-.448 1-1-.448-1-1-1-1 .448-1 1 1zM0 90c0 .552.448 1 1 1s1-.448 1-1-.448-1-1-1-1 .448-1 1 1zM0 13c0 .552.448 1 1 1s1-.448 1-1-.448-1-1-1-1 .448-1 1 1zM0 0c0 .552.448 1 1 1s1-.448 1-1-.448-1-1-1-1 .448-1 1 1z' fill='%23ffbb33' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 400px;
  opacity: 0.2;
}

#takeover-nav .nav-contact .nav-title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 2rem;
  letter-spacing: -2px;
}

#takeover-nav .contact-items {
  margin-bottom: 3rem;
}

#takeover-nav .contact-items li {
  margin-bottom: 1.5rem;
}

#takeover-nav .contact-items a {
  color: #888;
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.3s ease;
  text-decoration: none;
}

#takeover-nav .contact-items a:hover {
  color: var(--accent);
}

#takeover-nav .social {
  display: flex;
  gap: 2rem;
}

#takeover-nav .social a {
  color: #555;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  transition: all 0.3s ease;
}

#takeover-nav .social a:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* Right Menu Side */
#takeover-nav .nav-menu {
  padding: 5rem !important;
}

#takeover-nav .nav-items {
  width: 100%;
}

#takeover-nav .nav-item-wrapper {
  overflow: hidden;
  margin-bottom: 2rem;
}

#takeover-nav .nav-items a {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  letter-spacing: -3px;
  position: relative;
}

#takeover-nav.shown .nav-items a {
  transform: translateY(0);
  opacity: 1;
}

/* Staggered Delay for Menu Items */
#takeover-nav.shown .nav-item-wrapper:nth-child(1) a {
  transition-delay: 0.3s;
}

#takeover-nav.shown .nav-item-wrapper:nth-child(2) a {
  transition-delay: 0.4s;
}

#takeover-nav.shown .nav-item-wrapper:nth-child(3) a {
  transition-delay: 0.5s;
}

#takeover-nav.shown .nav-item-wrapper:nth-child(4) a {
  transition-delay: 0.6s;
}

#takeover-nav.shown .nav-item-wrapper:nth-child(5) a {
  transition-delay: 0.7s;
}

#takeover-nav .nav-items a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 5px;
  background-color: var(--accent);
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(-50%);
  z-index: 1;
}


#takeover-nav .nav-items a:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  #takeover-nav .nav-contact {
    min-height: 40vh !important;
    padding: 3rem 2rem !important;
  }

  #takeover-nav .nav-contact .nav-title {
    font-size: 2.2rem;
  }

  #takeover-nav .nav-menu {
    padding: 3rem 2rem !important;
    min-height: 60vh !important;
  }

  #takeover-nav .nav-items a {
    font-size: 2.8rem;
    letter-spacing: -1px;
  }
}


.header-navigation .difference {
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: difference;
}

.header-navigation .difference #nav-btn {
  filter: invert(0);
}

.header-navigation #nav-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.header-navigation #nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header-light .header-navigation #nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.header-navigation #nav-btn.active {
  background-color: transparent !important;
}

.header-navigation #nav-btn.active .icon {
  stroke: #000;
}

.header-navigation #nav-btn .icon {
  position: relative;
  width: 44px;
  height: 44px;
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--accent);
}

.bg-topographic {
  background-image: url(https://assets.codepen.io/319606/bg-topographic.svg);
  background-size: 5000px;
  opacity: 0.1;
  pointer-events: none;
}

.green,
a.green {
  color: #fff44f;
}

.white,
a.white {
  color: #efefef;
}





:root {
  --bg-dark: #111111;
  --bg-cta: #161616;
  /* Slightly lighter for contrast */
  --lemon-yellow: #FDFF00;
  --text-white: #ffffff;
  --text-gray: #a0a0a0;
}

.footer-wrapper {
  background-color: #0a0a0a;
  color: #ffffff;
  padding-top: 80px;
  font-family: 'Inter', sans-serif;
}

.footer-main {
  padding-bottom: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 40px;
}

.footer-col h2.brand-logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.footer-col h2.brand-logo span {
  color: var(--accent);
}

.footer-col .tagline {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 280px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background: var(--accent);
  color: #000;
  transform: translateY(-3px);
}

.widget-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #a0a0a0;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--accent);
}

/* Newsletter Section */
.newsletter-text {
  color: #a0a0a0;
  margin-bottom: 20px;
  font-size: 15px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.newsletter-form input {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 15px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
}

.newsletter-form input:focus {
  outline: none;
  border-color: var(--accent);
}

.newsletter-form button {
  background: var(--accent);
  color: #000;
  border: none;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.newsletter-form button:hover {
  opacity: 0.9;
}

.contact-brief p {
  color: #a0a0a0;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-brief i {
  color: var(--accent);
  width: 16px;
}

/* Footer Bottom Bar */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 30px 0;
  margin-top: 40px;
}

.bottom-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.copyright {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}

.legal-links a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.legal-links a:hover {
  color: #fff;
}

/* Footer Responsive */
.footer-wrapper {
  margin-top: auto;
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col .tagline {
    margin: 0 auto 25px auto;
  }

  .social-icons {
    justify-content: center;
  }

  .newsletter-form {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-brief p {
    justify-content: center;
  }

  .bottom-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .legal-links {
    justify-content: center;
    gap: 20px;
  }
}

svg.bi-fire {
  color: #ffe365;
}

svg.bi-gear-fill {
  color: #ffe365;
}

svg.bi-briefcase-fill {
  color: #ffbb33;
}

svg.bi-emoji-smile-fill {
  color: #ffbb33;
}

svg.bi-globe-central-south-asia {
  color: #ffbb33;
}



/* === INTRO ANIMATION LOGIC === */

/* Default State (Animation Finished/Skipped): 
   - Content is visible 
   - Loader is hidden 
   - No body animation 
*/
html,
body {
  height: 100%;
  margin: 0;
  background-color: #0a0a0a;
  /* Fix white space at bottom by matching footer color */
}

#website-content {
  opacity: 1;
  transition: opacity 0.5s ease-in;
  /* overflow-x: hidden; Removed to allow sticky positioning */
  overflow: visible;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  /* Use dynamic viewport height for mobile accuracy */
  width: 100%;
}

/* Ensure the main section fills the remaining space so the footer sits at the bottom */


.wrapper {
  display: none;
}

/* Active Animation State (Only when 'playing-intro' class is present):
   - Content is hidden
   - Loader is visible
   - Body animation runs
*/
.playing-intro body {
  animation: change-background 3s 1 linear;
}

.playing-intro #website-content {
  opacity: 0;
}

.playing-intro .wrapper {
  display: block;
}

.playing-intro .whatsapp-float {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Scroll to Top */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  background-color: rgba(0, 0, 0, 0.8);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::before {
  display: none;
}

.progress-wrap .arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  stroke: var(--accent);
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover .arrow-icon {
  transform: translate(-50%, -55%);
}

.progress-wrap svg.progress-circle path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* Increased from 24px */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  color: #fff;
}



.gold-gradient-text {
  background: linear-gradient(to right, #fbbf24, #d97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.max-w-2xl {
  max-width: 42rem;
}

/* Utilities */
.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.select-none {
  user-select: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-48 {
  padding-top: 10rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.max-w-7xl {
  max-width: 80rem !important;
}

.max-w-full {
  max-width: 100% !important;
}

.grid {
  display: grid !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.gap-8 {
  gap: 2rem !important;
}

.gap-y-16 {
  row-gap: 4rem !important;
}

.overflow-hidden {
  overflow: hidden !important;
}


.mt-10 {
  margin-top: 2.5rem !important;
}

/* Layout Utilities */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

/* Flexbox utilities */
.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.items-center {
  align-items: center !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

/* Sizing & Position */
.w-full {
  width: 100% !important;
}

.h-full {
  height: 100% !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

/* Misc */
.list-unstyled {
  list-style: none !important;
  padding-left: 0 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

/* Header Light Background */
.header-light {
  background-color: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.header-light .header-inner {
  border-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .showcase-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 350px;
    gap: 20px;
  }

  .showcase-item.tall,
  .showcase-item.wide {
    grid-row: span 1;
    grid-column: span 1;
  }
}

/* --- Process Section --- */


/* --- Blog Section --- */
.blog-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

.blog-img-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  /* Aspect ratio */
}

.blog-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog-card:hover .blog-img {
  transform: scale(1.1);
}

.blog-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  color: #000;
  padding: 5px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
}

.blog-content {
  padding: 24px;
}

.blog-date {
  font-size: 0.85rem;
  color: #999;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.blog-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
  color: var(--accent);
}

.blog-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.blog-link i {
  transition: transform 0.3s ease;
}

.blog-link:hover {
  color: var(--accent);
}

.blog-link:hover i {
  transform: translateX(5px);
}






/* --- Global Typography (Restored Sizes) --- */
.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 4.5rem;
  }
}

.section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .section-subtitle {
    font-size: 1.25rem;
  }
}



/* --- Global Gradient Headings --- */
h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero-title,
.cta-headline,
.section-subtitle {
  background: linear-gradient(to right, #FACC15, #CA8A04);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* display: inline-block; Removed to fix alignment issues */
  /* If width is full block, text-align: center works naturally.
     If background-clip requires inline to wrap tightly, we use width: fit-content
     and margin: 0 auto for centering. */
}

/* Fix for centered headings to ensure they remain centered */
.text-center h1,
.text-center h2,
.text-center h3,
.text-center .section-title,
.text-center .cta-headline,
.text-center .section-subtitle {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /* Ensures width: fit-content works */
}

/* Specific fix for hero title if it needs to be block for layout */
.hero-title {
  /* display: inline-block; Removed */
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}