@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("fontawesome-all.min.css");
/*
	Aerial by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* Basic */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  animation: none !important;
  transition: none !important;
}

body, input, select, textarea {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15pt;
  font-weight: 300 !important;
  letter-spacing: -0.025em;
  line-height: 1.75em;
}

a {
  transition: border-color 0.2s ease-in-out;
  border-bottom: dotted 1px;
  color: inherit;
  outline: 0;
  text-decoration: none;
}
a:hover {
  border-color: transparent;
}

/* Icon */
.icon {
  text-decoration: none;
  position: relative;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon > .label {
  display: none;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

/* Wrapper */
@keyframes wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#wrapper {
  animation: wrapper 3s forwards;
  min-height: 100%;
  left: 0;
  opacity: 0;
  position: relative;
  top: 0;
  width: 100%;
}

/* BG */
#bg {
  background: #348cb2 url("images/bg_001.png") bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  margin: 0;
  padding: 0;
  border: none;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* Overlay */
@keyframes overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#overlay {
  display: none;
}

/* Main */
#main {
  min-height: 100vh;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}
#main:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: 0;
  vertical-align: middle;
  width: 1px;
}

/* Header */
@keyframes header {
  0% {
    transform: translate3d(0,1em,0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes nav-icons {
  0% {
    transform: translate3d(0,1em,0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
#header {
  animation: header 1s 2.25s forwards;
  backface-visibility: hidden;
  transform: translate3d(0,0,0);
  cursor: default;
  display: inline-block;
  opacity: 0;
  position: relative;
  text-align: center;
  top: -1em;
  vertical-align: middle;
  width: 90%;
}
#header h1 {
  font-size: 4.35em;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1em;
}
#header p {
  font-size: 1.25em;
  margin: 0.75em 0 0.25em 0;
  opacity: 0.75;
}
#header nav {
  margin: 1.5em 0 0 0;
}
#header nav li {
  animation: nav-icons 0.5s ease-in-out forwards;
  backface-visibility: hidden;
  transform: translate3d(0,0,0);
  display: inline-block;
  height: 5.35em;
  line-height: 5.885em;
  opacity: 0;
  position: relative;
  top: 0;
  width: 5.35em;
}
#header nav li:nth-child(1) {
  animation-delay: 2.5s;
}
#header nav li:nth-child(2) {
  animation-delay: 2.75s;
}
#header nav li:nth-child(3) {
  animation-delay: 3s;
}
#header nav li:nth-child(4) {
  animation-delay: 3.25s;
}
#header nav li:nth-child(5) {
  animation-delay: 3.5s;
}
#header nav li:nth-child(6) {
  animation-delay: 3.75s;
}
#header nav li:nth-child(7) {
  animation-delay: 4s;
}
#header nav li:nth-child(8) {
  animation-delay: 4.25s;
}
#header nav li:nth-child(9) {
  animation-delay: 4.5s;
}
#header nav li:nth-child(10) {
  animation-delay: 4.75s;
}
#header nav a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  border: 0;
  display: inline-block;
}
#header nav a:before {
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: solid 1px #fff;
  display: block;
  font-size: 1.75em;
  height: 2.5em;
  line-height: 2.5em;
  position: relative;
  text-align: center;
  top: 0;
  width: 2.5em;
}
#header nav a:hover {
  font-size: 1.1em;
}
#header nav a:hover:before {
  background-color: rgba(255, 255, 255, 0.175);
  color: #fff;
}
#header nav a:active {
  font-size: 0.95em;
  background: none;
}
#header nav a:active:before {
  background-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
#header nav a span {
  display: none;
}

/* Footer */
#footer {
  background: rgba(17, 17, 17, 0.6); /* subtle transparency */
  backdrop-filter: blur(8px); /* modern blur effect */
  -webkit-backdrop-filter: blur(8px); /* Safari support */
  color: white;
  font-size: 1rem;
  line-height: 1.5;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* Wide */
@media screen and (max-width: 1680px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 13pt;
  }
  /* BG */
}
/* Normal */
@media screen and (max-width: 1280px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 12pt;
  }
  /* BG */
}
/* Mobile */
@media screen and (max-width: 736px) {
  /* Basic */
  body {
    min-width: 320px;
  }
  body, input, select, textarea {
    font-size: 11pt;
  }
  /* BG */
  /* Header */
  #header h1 {
    font-size: 2.5em;
  }
  #header p {
    font-size: 1em;
  }
  #header nav {
    font-size: 1em;
  }
  #header nav a:hover {
    font-size: 1em;
  }
  #header nav a:active {
    font-size: 1em;
  }
}
/* Mobile (Portrait) */
@media screen and (max-width: 480px) {
  /* BG */
  /* Header */
  #header nav {
    padding: 0 1em;
  }
}
#contact-reveal {
  background: #111;
  color: white;
  text-align: center;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative; /* Ensure it's in normal flow */
  z-index: 1; /* So it's above background */
}

#contact-reveal #footer {
  max-width: 800px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}

#logo-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  padding: 0; /* remove padding around the image */
  border-radius: 0; /* remove rounding */
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
  /* Remove font styling, since it's an image now */
}

#logo-fixed.visible {
  opacity: 1;
}

/* Style the logo image inside */
#logo-fixed img {
  max-width: 500px; /* adjust to fit your design */
  width: 60vh;
  height: auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

#logo-top-left {
  position: fixed;
  top: 20px;
  left: 30px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
#logo-top-left img {
  max-width: 160px;
  height: auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

#logo-top-left.visible {
  opacity: 1;
}

#top-nav {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 1000;
  background: transparent; /* Slight dark background for readability */
  padding: 6px 16px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px); /* Fancy blur effect */
}

#top-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#top-nav li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

#top-nav li a:hover {
  color: #ffd700; /* Goldish glow */
}

.footer-contact,
.footer-links,
.footer-copy {
  margin: 5px 0;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  margin: 0 8px;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-copy {
  font-size: 0.85rem;
  color: #aaa;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}

#bg-privacy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

#bg-privacy video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(6px);
}

#bg-privacy .overlay-privacy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

/* Hamburger menu icon */
#menu-toggle {
  display: none; /* hidden on desktop */
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 1100;
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  border: none;
}

/* Mobile styles */
@media screen and (max-width: 736px) {
  #top-nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding-top: 60px;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0 0 0 12px;
  }
  #top-nav ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
    margin: 0;
  }
  #top-nav li a {
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    color: white;
    border-bottom: none !important;
    padding: 10px 0;
    text-decoration: none;
  }
  #top-nav.open {
    transform: translateX(0);
  }
  #top-nav:not(.open) ul {
    display: none;
  }
  #menu-toggle {
    display: block;
    position: fixed;
    top: 25px;
    right: 30px;
    z-index: 1100;
    font-size: 2.5rem;
    color: white;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: transparent;
    border: none;
  }
}
#top-nav li a.active {
  color: #ffffff;
  font-weight: 400;
}

#bg-video.blurred-bg {
  filter: blur(10px);
  transform: translate(-50%, -50%) scale(1.1);
}

.bg-overlay-dark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

#logo-top-left {
  pointer-events: auto;
}
#logo-top-left a {
  display: block;
  pointer-events: auto;
}
#logo-top-left a img {
  pointer-events: auto;
}

.careers-page #bg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: -1;
}

#careers-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 140px 40px 80px;
  color: white;
  text-align: left;
  z-index: 1;
}
#careers-main .section {
  margin-bottom: 60px;
}
#careers-main .section h2 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 20px;
  animation: fadeInUp 0.5s ease forwards;
}
#careers-main .job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#careers-main .job-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1 1 250px;
  animation: fadeIn 0.6s ease forwards;
}
#careers-main .job-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
#careers-main .job-item h4 {
  margin: 0;
  font-weight: 300;
}

/* Modal Styling */
#job-modal {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: opacity 0.4s ease;
}

#job-modal.hidden {
  display: none;
}

.modal-content {
  max-height: 80vh;
  overflow-y: auto;
  box-sizing: border-box;
  background: #111;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  color: white;
  animation: popIn 0.4s ease forwards;
}

#close-modal {
  float: right;
  cursor: pointer;
  font-size: 1.5rem;
  color: white;
}

#logo-careers {
  position: fixed;
  top: 20px;
  left: 16px; /* better for mobile alignment */
  z-index: 1000;
  opacity: 1;
  pointer-events: auto;
  background: transparent; /* semi-transparent dark background */
  backdrop-filter: blur(8px); /* blur behind the logo */
  -webkit-backdrop-filter: blur(8px); /* Safari support */
  padding: 6px 12px;
  border-radius: 8px;
  text-decoration: none;
  outline: none;
  border: none;
}

#logo-careers img {
  max-width: 160px;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  text-decoration: none;
  outline: none;
  border: none;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.7)); /* optional for better contrast */
}

#job-modal input[type=text],
#job-modal input[type=email],
#job-modal input[type=file],
#job-modal button {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #aaa;
  color: white;
  padding: 12px;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
}

#job-modal input::-moz-placeholder {
  color: #ccc;
}

#job-modal input::placeholder {
  color: #ccc;
}

#job-description {
  white-space: pre-line;
  max-height: 66vh;
  overflow-y: auto;
  margin-bottom: 20px;
}

#job-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#job-description h4 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

#job-description ul {
  padding-left: 20px;
  margin: 0;
  line-height: 1.6;
}

#job-description li {
  margin-bottom: 6px;
}

@media (max-width: 600px) {
  .modal-content {
    padding: 20px 16px;
    font-size: 1rem;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 8px;
  }
  #job-modal input,
  #job-modal button {
    font-size: 1rem;
    padding: 10px;
  }
  .job-list {
    flex-direction: column;
    gap: 12px;
  }
  .job-item {
    flex: 1 1 100%;
  }
  #careers-main {
    padding: 120px 16px;
  }
  .section h2 {
    font-size: 1.5rem;
  }
  .job-item h4 {
    font-size: 1.2rem;
  }
  #job-description {
    font-size: 0.95rem;
  }
  #close-modal {
    font-size: 1.8rem;
    padding: 6px;
    position: absolute;
    top: 12px;
    right: 16px;
  }
}
.contact-page #contact-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 20px;
  color: white;
  text-align: center;
  position: relative;
  z-index: 10;
}

.contact-wrapper h2 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.locations {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.location-box {
  background: rgba(255, 255, 255, 0.07);
  padding: 28px;
  border-radius: 10px;
  width: 280px;
  text-align: center;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  font-size: 1.15rem;
  color: #fff;
  flex-shrink: 0; /* prevents shrinking */
}

.location-box h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}

.coming-soon {
  opacity: 0.6;
}

.contact-details a {
  color: #ddd;
  text-decoration: none;
  margin: 0 8px;
}

.contact-details a:hover {
  color: white;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .locations {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .location-box {
    width: 90%;
    padding: 24px;
    font-size: 1.05rem;
  }
  .contact-wrapper h2 {
    font-size: 2rem;
  }
  .location-box h3 {
    font-size: 1.3rem;
  }
}
/* About Page Background */
#bg-about {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

#bg-video-about {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(6px);
}

.overlay-about {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); /* 80% black */
  z-index: 0;
}

.about-page h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.about-page h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 6px;
}

.about-page p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.about-page ul {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-left: 20px;
  margin-bottom: 30px;
}

.about-page ul li {
  margin-bottom: 10px;
}

#bg-work video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(6px);
  z-index: -6;
}

.overlay-work {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: -4;
}

#work-main {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin: 120px auto;
  padding: 20px;
  color: white;
  text-align: center;
}

.work-wrapper {
  position: relative;
  z-index: 10;
}

.work-wrapper h1 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.work-wrapper p {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #ddd;
}

.work-wrapper a {
  color: #eee;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .work-wrapper h1 {
    font-size: 1.7rem;
  }
  .work-wrapper p {
    font-size: 1rem;
  }
}/*# sourceMappingURL=main.css.map */