@charset "UTF-8";
:root {
  --font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bg: #050022;
  --bg2: #0A0031;
  --bg-rgb: 12, 11, 26;
  --text: #f1f1f9;
  --paddingX-default: 0 8%;
  --padding-left-default: 8%;
  --white: #ffffff;
  --primary: #009dff;
  --primary-glow: rgba(0,157,255,0.45);
  --text: #d9e6ff;
  --text-muted: #7b88a8;
  --danger: #ff4d4d;
  --card: #1b1732;
  --font-color: #b8b8d9;
  --dark: #1a1a2e;
  --light: #f5f5f5;
  --transition-speed: 0.8s;
  --ease: cubic-bezier(0.25, 1, 0.5, 1);
  --heading: #ffffff;
  --accent: #00F7A7;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pl-6 {
  padding-left: 4rem !important;
}

.pr-6 {
  padding-right: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pl-7 {
  padding-left: 5rem !important;
}

.pr-7 {
  padding-right: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.px-8 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-8 {
  padding-top: 6rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.pl-8 {
  padding-left: 6rem !important;
}

.pr-8 {
  padding-right: 6rem !important;
}

.p-auto {
  padding: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mx-6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.ml-6 {
  margin-left: 4rem !important;
}

.mr-6 {
  margin-right: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mx-7 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.ml-7 {
  margin-left: 5rem !important;
}

.mr-7 {
  margin-right: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.mx-8 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.ml-8 {
  margin-left: 6rem !important;
}

.mr-8 {
  margin-right: 6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.-m-1 {
  margin: -0.25rem !important;
}

.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.-mt-1 {
  margin-top: -0.25rem !important;
}

.-mb-1 {
  margin-bottom: -0.25rem !important;
}

.-ml-1 {
  margin-left: -0.25rem !important;
}

.-mr-1 {
  margin-right: -0.25rem !important;
}

.-m-2 {
  margin: -0.5rem !important;
}

.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.-mt-2 {
  margin-top: -0.5rem !important;
}

.-mb-2 {
  margin-bottom: -0.5rem !important;
}

.-ml-2 {
  margin-left: -0.5rem !important;
}

.-mr-2 {
  margin-right: -0.5rem !important;
}

.-m-3 {
  margin: -1rem !important;
}

.-mx-3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.-my-3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.-mt-3 {
  margin-top: -1rem !important;
}

.-mb-3 {
  margin-bottom: -1rem !important;
}

.-ml-3 {
  margin-left: -1rem !important;
}

.-mr-3 {
  margin-right: -1rem !important;
}

.-m-4 {
  margin: -1.5rem !important;
}

.-mx-4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-my-4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.-mt-4 {
  margin-top: -1.5rem !important;
}

.-mb-4 {
  margin-bottom: -1.5rem !important;
}

.-ml-4 {
  margin-left: -1.5rem !important;
}

.-mr-4 {
  margin-right: -1.5rem !important;
}

.-m-5 {
  margin: -3rem !important;
}

.-mx-5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.-my-5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.-mt-5 {
  margin-top: -3rem !important;
}

.-mb-5 {
  margin-bottom: -3rem !important;
}

.-ml-5 {
  margin-left: -3rem !important;
}

.-mr-5 {
  margin-right: -3rem !important;
}

.d-flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

.content-start {
  align-content: flex-start !important;
}

.content-end {
  align-content: flex-end !important;
}

.content-center {
  align-content: center !important;
}

.content-between {
  align-content: space-between !important;
}

.content-around {
  align-content: space-around !important;
}

.content-evenly {
  align-content: space-evenly !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.self-baseline {
  align-self: baseline !important;
}

.self-stretch {
  align-self: stretch !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.order-first {
  order: -1 !important;
}

.order-last {
  order: 9999 !important; /* A high number to push it to the end */
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.w-100 {
  width: 100%;
}

.h-auto {
  height: auto;
}

.text-align-center {
  text-align: center;
}

/* 🧱 Reset & Box Model */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 🧍 Base HTML + Body */
html,
body {
  height: 100%;
  max-width: 110em;
  margin: 0 auto;
}

body {
  font-family: var(--font-family);
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: var(--padding-base);
}
@media (max-width: 768px) {
  body {
    padding: 0;
  }
}

/* WRAPPER */
.cc_wrapper {
  max-width: 56.25em; /* 900px */
  margin: 0 auto;
  padding: 4em 1.5em;
}

/* TEXT & TITLES */
.cc_last_updated {
  font-size: 0.95em;
  color: var(--accent);
  margin-bottom: 2em;
}

.cc_section_title {
  font-size: 1.4em;
  margin-top: 2.5em;
  margin-bottom: 0.6em;
  color: var(--accent);
}

/* OPTIONAL sub-heading styling */
.cc_subheading {
  font-size: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  color: var(--heading);
}

/* INFO BOX */
.cc_code_box {
  background: var(--bg2);
  padding: 1em;
  border-left: 0.25em solid var(--accent);
  border-radius: 0.3em;
  margin-bottom: 1.5em;
}

/* FOOTER */
.cc_footer {
  margin-top: 3em;
  text-align: center;
  color: #777;
  font-size: 0.85em;
}

.header {
  width: 100%;
  height: 95vh;
  min-height: 45em;
  overflow: hidden;
}

.header-2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header_content {
  position: absolute;
  width: 55%;
  min-width: 40em;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: var(--padding-left-default);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 4;
}
@media (max-width: 768px) {
  .header_content {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding: 0 5%;
  }
}

.hc_title {
  font-family: var(--font-family);
  font-size: 3.5em;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .hc_title {
    font-size: 2.2em;
  }
}
@media (max-width: 600px) {
  .hc_title {
    font-size: 2em;
  }
}

.sec_title {
  font-family: var(--font-family);
  font-size: 2em;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  line-height: 1.2em;
}

.box_title {
  font-family: var(--font-family);
  font-size: 1.2em;
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  line-height: 1.2em;
}

.hc_description {
  font-size: 1.1em !important;
  font-weight: 400 !important;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .hc_description {
    opacity: 0.9;
  }
}

@media (max-width: 600px) {
  .remove_from_mobile_md {
    display: none !important;
  }
}

.header_images {
  opacity: 0.8;
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 45em;
  top: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .header_images {
    opacity: 0.2;
    right: -5em;
  }
}
@media (max-width: 1024px) {
  .header_images {
    opacity: 0.2;
    transform: scale(0.8);
    width: 33em;
    top: 5em;
  }
}
.header_images .img1 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.header_images .ic1 {
  position: absolute;
  width: 6em;
  top: 52%;
  left: 22%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
.header_images .c1_circ1 {
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  background-color: var(--white);
  opacity: 0.6;
  top: 61%;
  left: 38%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.header_images .c1_circ2 {
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background-color: var(--white);
  opacity: 0.6;
  top: 60%;
  left: 34%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.header_images .c1_circ3 {
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: var(--white);
  opacity: 0.6;
  top: 58%;
  left: 29%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.header_images .ic2 {
  opacity: 0.9;
  width: 8em;
  position: absolute;
  top: 25%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.header_images .c2_circ1 {
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  background-color: var(--white);
  opacity: 0.6;
  top: 39%;
  left: 43%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.header_images .c2_circ2 {
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: var(--white);
  opacity: 0.6;
  top: 35%;
  left: 42%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.header_images .ic3 {
  opacity: 0.9;
  position: absolute;
  width: 6em;
  top: 30%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.header_images .c3_circ1 {
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background-color: var(--white);
  opacity: 0.6;
  top: 39%;
  left: 57%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.header_images .ic4 {
  opacity: 0.9;
  width: 7em;
  position: absolute;
  top: 40%;
  left: 85%;
  transform: translate(-50%, -50%);
}
.header_images .c4_circ1 {
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  background-color: var(--white);
  opacity: 0.6;
  top: 56%;
  left: 69%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.header_images .c4_circ2 {
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background-color: var(--white);
  opacity: 0.6;
  top: 52%;
  left: 74%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.header_images .c4_circ3 {
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: var(--white);
  opacity: 0.6;
  top: 48%;
  left: 78%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.top_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  padding: 0 8%;
  transition: all 0.4s ease;
}

/* Base hidden overlay */
/* Activated overlay (radiant + smooth fade) */
.top_nav::before {
  content: "";
  position: absolute;
  inset: 0; /* Short for top:0; right:0; bottom:0; left:0; */
  z-index: -1; /* Puts it behind the logo/links */
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-backdrop-filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), backdrop-filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), backdrop-filter 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-backdrop-filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  /* Move backdrop filter here for better performance in some browsers */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* Activated overlay */
.top_nav.overlayNavActive::before {
  opacity: 1;
  background: radial-gradient(circle at top center, var(--bg) 0%, rgba(var(--bg-rgb), 0.85) 40%, rgba(var(--bg-rgb), 0.55) 70%, rgba(var(--bg-rgb), 0) 100%), linear-gradient(to bottom, rgba(var(--bg-rgb), 0) 0%, rgba(var(--bg-rgb), 0.22) 65%, rgba(var(--bg-rgb), 0.38) 100%);
}

.logo {
  width: 10em;
  height: 6em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
}
.logo img {
  width: 4em;
  height: auto;
  opacity: 0.8;
}

.nav_items {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav_items .links {
  margin-left: 2em;
  color: var(--text);
  text-decoration: none;
}

.background-space {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 60% 60%, #ff8ec9 0%, transparent 60%), radial-gradient(circle at 55% 58%, #ff7690 0%, transparent 50%), radial-gradient(circle at 50% 75%, rgba(90, 120, 255, 0.8) 0%, transparent 60%), radial-gradient(circle at 50% 40%, rgba(50, 0, 120, 0.9) 0%, #0a0031 80%);
}
.background-space::before {
  content: "";
  position: absolute;
  width: 160%;
  height: 90%;
  top: 55%;
  left: -30%;
  background: linear-gradient(to right, rgba(120, 80, 255, 0.3), rgba(0, 200, 255, 0.35), rgba(255, 120, 255, 0.2));
  filter: blur(2.5em);
  border-radius: 50%;
  transform: rotate(-6deg);
}
.background-space::after {
  content: "";
  position: absolute;
  width: 180%;
  height: 80%;
  bottom: -20%;
  left: -40%;
  background: linear-gradient(to bottom, rgba(30, 0, 80, 0.7), rgba(80, 0, 150, 0.6), rgba(0, 120, 255, 0.5), rgba(120, 0, 200, 0.4));
  filter: blur(3.75em);
  border-radius: 50%;
}
.background-space .star {
  position: absolute;
  width: 0.1875em;
  height: 0.1875em;
  background: white;
  border-radius: 50%;
  opacity: 0.8;
  box-shadow: 0 0 0.375em rgba(255, 255, 255, 0.9);
  animation: twinkle 3s infinite ease-in-out alternate;
}
@keyframes twinkle {
  from {
    opacity: 0.3;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1.3);
  }
}

.card-def {
  border-radius: 3em;
}

/* -------------------------------------
   BASE BUTTON (Bootstrap-like)
-------------------------------------- */
.btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border: none;
  color: #fff;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
}
.btn:active {
  transform: scale(0.96);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  opacity: 0.95;
}

/* -------------------------------------
   SIZE VARIANTS
-------------------------------------- */
.btn-lg {
  padding: 16px 34px;
  font-size: 18px;
}

.btn-sm {
  padding: 8px 18px;
  font-size: 14px;
}

/* -------------------------------------
   SHAPE VARIANTS
-------------------------------------- */
.btn-rounded {
  border-radius: 12px;
}

.btn-pill {
  border-radius: 999px;
}

/* Full width */
.btn-block {
  width: 100%;
  display: block;
}

/* -------------------------------------
   COLOR VARIANTS (YOUR GRADIENTS)
-------------------------------------- */
.btn-orange {
  background: linear-gradient(180deg, #FFCB52, #FF7B02);
  box-shadow: 0 8px 20px rgba(255, 140, 0, 0.45);
}
.btn-orange:hover {
  box-shadow: 0 12px 28px rgba(255, 140, 0, 0.55);
}

.btn-purple {
  background: linear-gradient(180deg, #C165DD, #5C27FE);
  box-shadow: 0 8px 20px rgba(120, 60, 255, 0.45);
}
.btn-purple:hover {
  box-shadow: 0 12px 28px rgba(120, 60, 255, 0.55);
}

.btn-purple2 {
  background: linear-gradient(180deg, #C165DD, #5C27FE);
  box-shadow: 0 8px 20px rgba(120, 60, 255, 0.45);
}
.btn-purple2:hover {
  box-shadow: 0 12px 28px rgba(120, 60, 255, 0.55);
}

.btn-green {
  background: linear-gradient(180deg, #2AFEB7, #08C792);
  box-shadow: 0 8px 20px rgba(0, 190, 150, 0.45);
}
.btn-green:hover {
  box-shadow: 0 12px 28px rgba(0, 190, 150, 0.55);
}

.btn-blue {
  background: linear-gradient(180deg, #5581F1, #1153FC);
  box-shadow: 0 8px 20px rgba(40, 80, 255, 0.45);
}
.btn-blue:hover {
  box-shadow: 0 12px 28px rgba(40, 80, 255, 0.55);
}

.btn-peach {
  background: linear-gradient(180deg, #FACD68, #FC76B3);
  box-shadow: 0 8px 20px rgba(255, 120, 160, 0.45);
}
.btn-peach:hover {
  box-shadow: 0 12px 28px rgba(255, 120, 160, 0.55);
}

.btn-teal {
  background: linear-gradient(180deg, #00F7A7, #04F5ED);
  box-shadow: 0 8px 20px rgba(0, 220, 200, 0.45);
}
.btn-teal:hover {
  box-shadow: 0 12px 28px rgba(0, 220, 200, 0.55);
}

.btn-sky {
  background: linear-gradient(180deg, #1DE5E2, #B588F7);
  box-shadow: 0 8px 20px rgba(120, 150, 255, 0.45);
}
.btn-sky:hover {
  box-shadow: 0 12px 28px rgba(120, 150, 255, 0.55);
}

.btn-yellow {
  background: linear-gradient(180deg, #FFE324, #FFB533);
  box-shadow: 0 8px 20px rgba(255, 190, 40, 0.45);
}
.btn-yellow:hover {
  box-shadow: 0 12px 28px rgba(255, 190, 40, 0.55);
}

.cont_default {
  width: 100%;
  height: auto;
  min-height: 40em;
  background-color: var(--bg2);
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 3em 8%;
}

.clip_bot {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  width: 100%;
  height: 10em;
  background-color: var(--bg2);
  clip-path: polygon(76% 44%, 100% 0, 100% 99%, 0 100%, 0 0);
  position: absolute;
  bottom: -4em;
  left: 0;
  z-index: 2;
}

.menu_icon {
  width: 3em;
  height: 3em;
  padding: 0.5em;
  background-color: rgba(10, 0, 49, 0.6862745098);
  border-radius: 1em;
  display: none;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .menu_icon {
    display: flex;
  }
}
.menu_icon svg {
  width: 2em;
  height: 2em;
}

.mobile_sidebar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--bg);
  height: 100vh;
  min-height: 40em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  transform: translateX(100%);
}

.openSidebar {
  transform: translateX(0);
}

.rotate-360 {
  /* Ensures the rotation is smooth and takes 0.5 seconds */
  transition: transform 0.5s ease-in-out;
  transform: rotate(360deg) !important;
}

.sidebar_close {
  width: 5em;
  height: 5em;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--card);
  border-radius: 3em;
  margin-bottom: 3em;
}
.sidebar_close svg {
  width: 4em;
  height: 4em;
  transform: rotate(45deg);
}

.menu_item_link {
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
  color: var(--font-color);
}

.separator_bot {
  position: absolute;
  bottom: -33%;
  left: 0;
  transform: translateY(-50%);
  width: 100vw;
  height: auto; /* STOP stretching */
}

.box_cont {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .box_cont {
    flex-direction: column;
  }
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2em;
  margin: 0 2em;
  width: 35%;
  height: auto;
  min-height: 15em;
  border-radius: 2em;
  text-align: center;
  max-width: 20em;
}
@media (max-width: 768px) {
  .box {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .box {
    width: 50%;
    margin: 0 0.2em;
  }
}
@media (max-width: 480px) {
  .box {
    width: 100%;
    margin-bottom: 2em;
  }
}
.box.orange {
  background: linear-gradient(180deg, #FFCB52, #FF7B02);
}
.box.purple {
  background: linear-gradient(180deg, #C165DD, #5C27FE);
}

.max-width-default {
  max-width: 50em;
  margin: 0 auto;
}

.op-7 {
  opacity: 0.7;
}

.card_col_holder {
  width: 25em;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 480px) {
  .card_col_holder {
    width: 98%;
  }
}

.pricing-card {
  z-index: 2;
  width: 22em;
  padding: 2rem;
  border-radius: 22px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Decorative Curves */
  /* Green */
  /* Orange */
  /* Yellow */
  /* Red */
  /* Purple */
  /* Black (Dark/Charcoal Gradient) */
  /* Pink */
}
@media (max-width: 480px) {
  .pricing-card {
    width: 100%;
  }
}
.pricing-card .plan-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.pricing-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-card ul li {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  padding: 0.35rem 0;
  opacity: 0.95;
}
.pricing-card ul li::before {
  content: "✔";
  margin-right: 10px;
  color: #fff;
  font-size: 0.9rem;
}
.pricing-card .price {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 2rem;
}
.pricing-card .price span {
  display: block;
  font-size: 0.9rem;
  margin-top: -5px;
  opacity: 0.8;
}
.pricing-card .signup-btn {
  margin-top: 1.5rem;
  background: #0f172a;
  padding: 0.8rem 1.2rem;
  border-radius: 12px;
  color: #b9ccff;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s ease;
}
.pricing-card .signup-btn:hover {
  background: #1e293b;
  color: #ffffff;
}
.pricing-card::before, .pricing-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.pricing-card::before {
  width: 260px;
  height: 260px;
  top: -60px;
  right: -40px;
}
.pricing-card::after {
  width: 200px;
  height: 200px;
  bottom: -40px;
  left: -30px;
}
.pricing-card.blue {
  background: linear-gradient(180deg, #4fd3ff, #745aff);
}
.pricing-card.green {
  background: linear-gradient(180deg, #69fcc3, #26b884);
}
.pricing-card.orange {
  background: linear-gradient(180deg, #ffc66a, #ff8a38);
}
.pricing-card.yellow {
  background: linear-gradient(180deg, #fff75e, #fbc42d);
}
.pricing-card.red {
  background: linear-gradient(180deg, #ff7b7b, #e63946);
}
.pricing-card.purple {
  background: linear-gradient(180deg, #c77dff, #8b3dff);
}
.pricing-card.black {
  background: linear-gradient(180deg, #4a4a4a, #1e1e1e);
}
.pricing-card.pink {
  background: linear-gradient(180deg, #ff99e7, #f755a5);
}

/* Responsive */
.top_separator {
  position: absolute;
  clip-path: polygon(100% 0, 100% 100%, 50% 52%, 0 100%, 0 0);
  background-color: var(--bg2);
  width: 100%;
  height: 10em;
  top: 0;
  left: 0;
}

.bot_separator {
  position: absolute;
  clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0);
  background-color: var(--bg2);
  width: 100%;
  height: 10em;
  bottom: -1em;
  left: 0;
}

.cont_mid {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  background: radial-gradient(circle at 60% 60%, #ff8ec9 0%, transparent 60%), radial-gradient(circle at 55% 58%, #ff7690 0%, transparent 50%), radial-gradient(circle at 50% 75%, rgba(90, 120, 255, 0.8) 0%, transparent 60%), radial-gradient(circle at 50% 40%, rgba(50, 0, 120, 0.9) 0%, #0a0031 80%);
  padding: 10em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 920px) {
  .cont_mid {
    flex-direction: column;
  }
}

.cont_mid_cont {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.code_lines {
  margin-left: -1em;
  height: 20em;
  width: auto;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .code_lines {
    transform: rotate(90deg);
    margin-left: 0;
    margin-top: -5em;
  }
}

.contact-form-container {
  z-index: 3;
  min-width: 450px;
  background: linear-gradient(145deg, var(--bg), var(--bg2));
  padding: 2.5rem;
  margin: 3rem auto;
  border-radius: 22px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 600px) {
  .contact-form-container {
    width: 100%;
    min-width: 85%;
  }
}

.form-title {
  text-align: center;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: var(--text);
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.06);
}

.form-group {
  margin-bottom: 1.4rem;
  display: flex;
  flex-direction: column;
}

label {
  font-size: 0.9rem;
  margin-bottom: 6px;
  color: var(--text-muted);
}

input,
textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.9rem 1rem;
  font-size: 1rem;
  border-radius: 12px;
  color: var(--text);
  outline: none;
  transition: all 0.25s ease;
}
input:focus,
textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 12px var(--primary-glow);
  background: rgba(255, 255, 255, 0.06);
}

textarea {
  resize: none;
  height: 120px;
}

.send-btn {
  width: 100%;
  padding: 1rem;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  background: var(--primary);
  color: #fff;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.25s ease;
  box-shadow: 0 0 18px var(--primary-glow);
}
.send-btn:hover {
  box-shadow: 0 0 25px var(--primary-glow);
}
.send-btn:disabled {
  background: #444;
  cursor: not-allowed;
  box-shadow: none;
}

.form-alert {
  margin-top: 1rem;
  text-align: center;
  padding: 0.7rem;
  border-radius: 8px;
  font-size: 0.9rem;
  display: none;
}
.form-alert.success {
  background: rgba(0, 255, 100, 0.08);
  border: 1px solid rgba(0, 255, 100, 0.3);
  color: #21ff8f;
}
.form-alert.error {
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.3);
  color: #ff5858;
}

.char-counter {
  margin-top: 6px;
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: right;
  transition: 0.2s ease;
}

.char-counter.limit {
  color: #ff4d4d;
  text-shadow: 0 0 6px rgba(255, 77, 77, 0.4);
}

.swal2-popup, .swal2-modal, .swal2-icon-success, .swal2-show {
  background-color: var(--card);
  color: var(--font-color);
}

.footer {
  background-color: var(--bg);
  background: linear-gradient(145deg, var(--bg), var(--bg2));
  color: #e0e0e0;
  font-family: "Poppins", sans-serif;
  padding: 40px 20px 0;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 15px 0;
  }
}
.footer__content-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .footer__content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer__content-wrapper {
    padding-bottom: 30px;
  }
}
.footer__brand-section {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 992px) {
  .footer__brand-section {
    max-width: 100%;
    text-align: center;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer__logo img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.footer__logo-text {
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
  margin-right: 10px;
}
.footer__logo-tagline {
  font-size: 0.85em;
  color: #a0a0a0;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .footer__logo {
    justify-content: center;
  }
}
.footer__description {
  font-size: 0.9em;
  line-height: 1.6;
  color: #a0a0a0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .footer__description {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.footer__stay-updated p {
  margin-bottom: 10px;
  font-weight: 500;
}
.footer__stay-updated .footer__subscribe-form {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .footer__stay-updated .footer__subscribe-form {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .footer__stay-updated .footer__subscribe-form {
    flex-direction: column;
    align-items: center;
  }
}
.footer__stay-updated .footer__subscribe-form input[type=email] {
  flex-grow: 1;
  padding: 12px 15px;
  border: 1px solid #33395d;
  background-color: transparent;
  color: #e0e0e0;
  border-radius: 8px 0 0 8px;
  font-size: 0.9em;
  max-width: 250px;
}
.footer__stay-updated .footer__subscribe-form input[type=email]:focus {
  outline: none;
  border-color: #00aaff;
}
.footer__stay-updated .footer__subscribe-form input[type=email]::-moz-placeholder {
  color: #a0a0a0;
}
.footer__stay-updated .footer__subscribe-form input[type=email]::placeholder {
  color: #a0a0a0;
}
@media (max-width: 576px) {
  .footer__stay-updated .footer__subscribe-form input[type=email] {
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 300px;
  }
}
.footer__stay-updated .footer__subscribe-form button {
  padding: 12px 20px;
  background-color: #00aaff;
  color: #ffffff;
  border: none;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.footer__stay-updated .footer__subscribe-form button:hover {
  background-color: #33bbff;
}
@media (max-width: 576px) {
  .footer__stay-updated .footer__subscribe-form button {
    border-radius: 8px;
    width: 100%;
    max-width: 300px;
  }
}
.footer__stay-updated .footer__subscribe-info {
  font-size: 0.75em;
  color: #a0a0a0;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .footer__stay-updated .footer__subscribe-info {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__links-section {
  display: flex;
  flex: 0 0 55%;
  justify-content: space-around;
  gap: 20px;
}
@media (max-width: 992px) {
  .footer__links-section {
    flex: 0 0 100%;
    justify-content: space-around;
  }
}
@media (max-width: 576px) {
  .footer__links-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
}
.footer__links-column h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer__links-column h4 {
    margin-bottom: 15px;
  }
}
.footer__links-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__links-column ul li {
  margin-bottom: 10px;
}
.footer__links-column ul li:last-child {
  margin-bottom: 0;
}
.footer__links-column ul a {
  color: #a0a0a0;
  text-decoration: none;
  font-size: 0.9em;
  transition: color 0.3s ease;
}
.footer__links-column ul a:hover {
  color: #00ccff;
}
.footer__bottom-bar {
  padding: 25px 20px;
  border-top: 1px solid #33395d;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .footer__bottom-bar {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  .footer__bottom-bar {
    padding: 20px 15px;
    text-align: center;
  }
}
.footer__social-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .footer__social-contact {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .footer__social-contact {
    align-items: center;
  }
}
.footer__social-media {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__social-media p {
  margin: 0;
  font-weight: 500;
}
.footer__social-media .social-icons {
  display: flex;
  gap: 10px;
}
.footer__social-media .social-icons .social-icon {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
}
.footer__social-media .social-icons .social-icon img {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(100%);
}
.footer__social-media .social-icons .social-icon:hover {
  transform: translateY(-3px);
}
.footer__social-media .social-icons .social-icon.twitter {
  background-color: #1da1f2;
}
.footer__social-media .social-icons .social-icon.linkedin {
  background-color: #0077b5;
}
.footer__social-media .social-icons .social-icon.pinterest {
  background-color: #e60023;
}
.footer__social-media .social-icons .social-icon.youtube {
  background-color: #ff0000;
}
.footer__social-media .social-icons .social-icon.github {
  background-color: #333;
}
@media (max-width: 768px) {
  .footer__social-media {
    flex-direction: column;
    gap: 10px;
  }
}
.footer__contact-info p {
  margin: 0;
  font-size: 0.9em;
  color: #a0a0a0;
}
.footer__contact-info .footer__email {
  color: #00aaff;
  text-decoration: none;
  font-weight: 500;
  margin-top: 5px;
  display: block;
  transition: color 0.3s ease;
}
.footer__contact-info .footer__email:hover {
  color: #00ccff;
}
.footer__contact-info .footer__response-time {
  font-size: 0.75em;
  opacity: 0.7;
  margin-top: 5px;
}
.footer__legal-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  font-size: 0.8em;
  color: #a0a0a0;
}
@media (min-width: 769px) {
  .footer__legal-status {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .footer__legal-status {
    flex-direction: column;
    justify-content: center;
  }
}
.footer__copyright {
  margin: 0;
}
@media (max-width: 768px) {
  .footer__copyright {
    order: 2;
  }
}
.footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.footer__legal-links a {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__legal-links a:hover {
  color: #00ccff;
}
@media (max-width: 768px) {
  .footer__legal-links {
    justify-content: center;
    order: 1;
  }
}
.footer__status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8em;
  color: #a0a0a0;
}
.footer__status .status-indicator {
  width: 8px;
  height: 8px;
  background-color: #28a745;
  border-radius: 50%;
}
.footer__status .status-text {
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer__status span:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer__status {
    flex-direction: column;
    gap: 5px;
    align-items: center;
    order: 3;
  }
}

.tt_cont {
  width: 40%;
  height: auto;
  position: absolute;
  top: 10em;
  right: 2em;
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .tt_cont {
    right: -5em;
    top: 20em;
  }
}
@media (max-width: 1024px) {
  .tt_cont {
    display: none;
  }
}
.tt_cont .abs_img_tt {
  width: 100%;
  height: auto;
}

.tt_cont2 {
  width: 20%;
  opacity: 0.7;
  height: auto;
  position: absolute;
  bottom: 15em;
  left: 10em;
}
@media (max-width: 1200px) {
  .tt_cont2 {
    left: 6em;
  }
}
@media (max-width: 1024px) {
  .tt_cont2 {
    display: none;
  }
}
.tt_cont2 .abs_img_tt2 {
  width: 100%;
  height: auto;
}

.loaderCont {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  background-color: var(--bg);
  flex-direction: column;
}

.loader {
  width: 150px;
  height: 150px;
  background-color: var(--primary);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.5) inset, 0 5px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 45%;
  top: -40%;
  background-color: #fff;
  animation: wave 5s linear infinite forwards;
}

.loader:before {
  border-radius: 30%;
  background: rgba(255, 255, 255, 0.4);
  animation: wave 5s linear infinite forwards;
}

@keyframes wave {
  0% {
    transform: rotate(0) scale(2);
  }
  100% {
    top: -100%;
    transform: rotate(360deg) scale(0);
  }
}
.fade-out {
  transition: all 0.4s ease-out;
  opacity: 0 !important;
}

.invisible {
  visibility: hidden !important; /* Hides the element from mouse events after fade */
}

/* =========================================
        ANIMATION ENGINE
        ========================================= */
/* Base Class for all animated elements */
.animate {
  opacity: 0; /* Hidden by default */
  will-change: transform, opacity;
  transition: all var(--transition-speed) var(--ease);
}

/* * Active State
 * This class is added by jQuery when in viewport
 */
.animate.active {
  opacity: 1;
  transform: translate(0, 0) scale(1); /* Reset all transforms */
}

/* --- ANIMATION TYPES --- */
/* Slide Left (Coming from right) */
.slide-left {
  transform: translateX(100px);
}

/* Slide Right (Coming from left) */
.slide-right {
  transform: translateX(-100px);
}

/* Fade Up (Coming from bottom) */
.fade-up {
  transform: translateY(60px);
}

/* Fade Down (Coming from top) */
.fade-down {
  transform: translateY(-60px);
}

/* Zoom In (Starts small) */
.zoom-in {
  transform: scale(0.5);
}

/* Flip In (Rotate X) */
.flip-in {
  transform: rotateX(90deg);
}

/* --- ORDER / DELAY SYSTEM --- */
/* These delays only apply when transitioning into the active state.
   We use 'transition-delay' so they wait before starting.
*/
.animate.order_1 {
  transition-delay: 100ms;
}

.animate.order_2 {
  transition-delay: 200ms;
}

.animate.order_3 {
  transition-delay: 300ms;
}

.animate.order_4 {
  transition-delay: 400ms;
}

.animate.order_5 {
  transition-delay: 500ms;
}

.animate.order_6 {
  transition-delay: 600ms;
}/*# sourceMappingURL=style.css.map */