@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* =====================
   Global / Base Styles
   ===================== */
html,
body {
  margin: 0;
  padding: 0;
  background-color: #1f2429;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1vw + 10px, 18px);
  background-attachment: fixed;
}

body {
  background-color: #005289;
  opacity: 1;
  background-image:
    repeating-radial-gradient(circle at 0 0, transparent 0, #005289 60px),
    repeating-linear-gradient(#00436f55, #00436f);
}

#lite {
  display: none;
}

#lite button {
  height: 150px;
  width: 150px;
  z-index: 5;
  position: absolute;
  border: none;
  padding: 20px;
  background-color: #38b6ff34;
  border-radius: 40px;
  margin: 40px 0 0 20px;
  right: 30px;
  background-image: url('../img/menu.png');
  background-size: contain;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#lite-menu {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 3;
  margin: 0;
  position: fixed;
  z-index: 4;
  background-image:
    repeating-radial-gradient(circle at 0 0, transparent 0, #005289 100px),
    repeating-linear-gradient(#005d9b8a, #00436f);
}

body.no-scroll {
  overflow: hidden !important;
  position: fixed !important;
  width: 100%;
}

#lite-menu-items {
  margin: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  text-transform: uppercase;
  overflow: visible;
  -webkit-overflow-scrolling: touch;

}

a.lite-fb {
  display: none;
}

#lite-menu-items a,
#lite-menu-items a:active,
#lite-menu-items a:focus {
  padding: 15px;
  margin: 15px 30px;
  background: #38b6ff;
  font-size: clamp(22px, 3.8vw, 38px);
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-family: 'Saira Condensed';
  text-shadow: 0px 0px 10px #0c2a69;
}

#lite-menu-items a:hover {
  opacity: 0.7;
}

h1.lite-title {
  font-family: 'Saira Condensed', sans-serif;
  font-style: italic;
  padding: 8px 0 15px 100px;
  position: absolute;
  text-shadow: 0 0 20px #000;
  font-size: clamp(32px, 6vw, 64px);
  width: auto;
  color: #fff;
  line-height: 0.8;
}

.fastlane-content h2 {
  margin-top: 18px;
  font-family: 'Saira Condensed';
  font-size: 1.8em;
}

#lite-logo-container {
  width: 100%;
  height: 120px;
  background: #fff url(../img/logo2.png);
  background-repeat: no-repeat;
  background-size: contain;
}

img.lite-logo {
  padding: 20px;
  height: 125px;
  width: auto;
  border-radius: 100px;
  margin: 30px 0 0 30px;
}

#container {
  max-width: 1000px;
  min-height: calc(var(--vh, 1vh) * 100);
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 100px #001820b9;
  background: #1f2429;
}

#header {
  width: 100%;
  height: 150px;
  background: #fff url('../img/logo2.png');
  background-repeat: no-repeat;
  background-size: 500px 150px 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);

  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#header-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header-container {
  width: auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

#navigation-container {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-items-container {
  width: auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-right: 40px;
  line-height: 1;
}

h1.title a {
  font-family: 'Saira Condensed', sans-serif;
  font-style: italic;
  text-decoration: none;
  font-size: clamp(22px, 2.6vw, 34px);
  margin-left: 100px;
  width: auto;
  color: #272727;
  text-shadow: 0 0 20px #c9c9c9;
  line-height: 0.8;
  letter-spacing: 0;
}

.nav-items-container a {
  background: #38b6ff;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 10px #00598d;
  padding: 15px;
  margin-right: 10px;
  height: 20px;
  border-radius: 10px;
  font-size: clamp(14px, 1.6vw, 18px);
  transition-duration: 0.7s;
}

.nav-items-container a:hover {
  color: #fff;
  background: #008fd4;
  transition-duration: 0.1s;
}

.fb {
  padding: 0 !important;
  background: none !important;
  height: 50px;
  border: none !important;
}

.fb img {
  height: 50px;
  border-radius: 50%;
}

#contact-info {
  width: 200px;
  margin: 45px 50px auto auto;
  border-radius: 5px;
  padding: 15px;
  background: #38b6ff;
  border: 1px solid #008fd4;
  color: #00528e;
}

#contact-info h4 {
  margin: 0;
  padding: 0;
}

#contact-info ul {
  list-style-type: none;
  margin: 5px 0 0 -40px;
  font-size: .95rem;
}

#contact-info ul li {
  margin: 0 0 5px 0;
}

#content {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
}

#content-container h1 {
  font-family: 'Saira Condensed';
  color: #00528e;
  margin: 0;
  font-size: clamp(26px, 3.2vw, 42px);
}

#content-container h3 {
  margin: 0;
  max-width: 1000px;
  font-size: clamp(18px, 2vw, 24px);
}

#content-container p {
  line-height: 1.5;
  font-size: 1rem;
}

#content-container {
  border-radius: 0 0 5px 5px;
  background: #e8edf1;
}

#box-container {
  width: auto;
  padding: 30px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row;
}

.jobs-header-bg {
  background-image: url('../img/jobs-hero.jpg');
  background-size: cover;
  height: 150px !important;
  display: flex;
  align-items: center;
  box-shadow: inset 0 -4px 6px rgba(0,0,0,0.3);
}

.content-header-tagline {
  margin-top: 10px;
  display: block;
  line-height: 1.4em;
  font-size: clamp(14px, 1.6vw, 18px);
  font-style: normal;
  font-weight: bold;
  color: #2b3a58;
}

.fastlane-header-bg {
  background-image: url('../img/fastlane-hero.jpg');
  background-size: cover;
  height: 150px !important;
  box-shadow: inset 0 -4px 6px rgba(0,0,0,0.3);
    display: flex;
  align-items: center;

}

.content-header {
  display: inline-block !important;       /* shrink to fit contents */
  min-width: 100px;
  max-width: fit-content;
  background: rgba(255, 255, 255, 0.705);
  margin: auto;
  padding: 15px 40px 15px 15px !important;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.397);
  line-height: 2em;
}

.fastlane-lines {
  max-height: 60px;
  background: #00528e;
  padding: 15px;
  border-radius: 50px !important;
}

.content-header-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-header-dual-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.box-container-bg1 {
  background-color: rgb(241, 241, 241);
  border-bottom: 2px solid #c5d5e2;
  color: #2b3a58;
}

.box-container-bg2 {
  background-color: #9cb3c41f;
  border-bottom: 2px solid #c5d5e2;
  color: #2e548d;
}

.fastlane-content {
  line-height: 2em;
  font-size: 1rem;
  border-radius: 0 0 10px 10px;
}

.bottom-inner-shadow {
  box-shadow: inset 0 -5px 8px -1px rgba(79, 118, 129, 0.5);
  background-color: rgb(241, 241, 241);
  background-size: 8px 14px;
  background-position: 0 0, 0 0, 4px 7px, 4px 7px, 0 0, 4px 7px;
  color: #2b3a58;
}

h1.homepage {
  text-shadow: 0 2px 2px #9cb3c4 !important;
  margin: auto 10px !important;
  font-size: clamp(28px, 3.4vw, 44px);
}

p.frontpage-text {
  max-width: 75%;
  font-weight: 600;
  border-top: 2px solid #00538e27;
  padding-top: 20px;
}

img.quote {
  width: 15px;
}

.box {
  width: 25%;
  margin: 0 10px;
  background-color: #daeeff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px #c0c0c0;
  border: 1px solid #38b6ff;
}

.box .heading {
  margin: 0;
  color: #00528e;
  font-family: 'Saira Condensed';
  font-weight: bold;
  font-size: clamp(18px, 1.8vw, 22px);
  text-align: center;
}

.box .heading img {
  width: auto;
  height: 18px;
  margin: 0 5px 0 0;
}

.box h4 {
  margin: 5px 0 0 0;
  color: #00528e;
  font-size: clamp(16px, 1.6vw, 20px);
}

.box p {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 1rem;
}

.box p.body {
  font-family: 'Inter';
  font-style: italic;
}

.box p.testimonial {
  text-align: center;
  color: #00528e;
  font-size: 1rem;
}

.section {
  padding: 0;
  width: 100%;
}

.section h3 {
  color: #00528e;
  font-size: clamp(18px, 2vw, 24px);
}

#slides {
  width: 100%;
  margin: auto;
}

slides img {
  width: 100%;
}

#footer {
  width: auto;
  height: 100%;
  padding: 10px 20px 10px 20px;
  margin: 20px auto;
  font-size: .5em !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 5px #000;
  background: #0000009f;
  border-radius: 30px;
  bottom: 0;
  opacity: 0.3;
  backdrop-filter: blur(5px);
  cursor: default;
  transition-duration: .1s;
}

#footer:hover {
  opacity: 1;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: rgb(36, 194, 206);
}

.contact-form-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-family: 'Inter';
  margin: auto;
  border-radius: 10px;
  box-sizing: border-box;
}

.contact-form-container p {
  margin: 20px 0 30px 0;
  font-size: 1rem;
}

.contact-form-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.contact-form-row {
  margin: 0 0 20px 0;
  max-width: 100%;
  box-sizing: border-box;
}

.contact-form-row label {
  display: block;
  font-size: clamp(16px, 1.5vw, 18px);
  font-family: 'Inter';
  margin: 0;
  font-weight: 500;
  padding: 10px 0;
}

.contact-form-row input,
.contact-form-row textarea {
  padding: 10px;
  width: 100%;
  border: 0;
  font-family: 'Inter';
  font-size: 1rem;
  box-sizing: border-box;
}

.contact-form-row textarea {
  height: 100px;
  resize: vertical;
}

.contact-form-row input {
  height: 50px;
}

.contact-form-row input[type="submit"] {
  padding: 5px 5px 5px 40px !important;
  margin: 20px 0 0 0;
  color: #fff;
  background-color: #5dcf92;
  background-image: url('../img/mail.png');
  background-repeat: no-repeat;
  background-size: contain;
  text-shadow: 2px 2px 5px #006035;
  font-weight: bold;
  border: 1px solid #efefef !important;
  width: 150px;
  height: 60px;
  font-style: italic;
  font-family: 'Saira Condensed';
  font-size: clamp(18px, 1.8vw, 22px);
  border-radius: 5px;
  float: right;
}

.contact-form-row input[type="submit"]:hover {
  filter: brightness(115%);
  cursor: pointer;
  border-color: rgb(50, 230, 50);
}

.enquiry-sent-message {
  background: rgba(50, 230, 50, 0.3);
  border: 1px solid rgb(50, 230, 50);
  font-size: clamp(18px, 2vw, 26px);
  margin: auto;
  padding: 25px 50px;
  width: calc(100% - 250px);
  font-weight: 800;
  font-family: 'Saira Condensed';
  text-transform: uppercase;
  line-height: 40px;
  border-radius: 10px;
  color: #3bb85b;
  text-align: center;
}



/* =====================
   Buttons / Utilities
   ===================== */
.ripple-button {
  position: relative;
  overflow: hidden;
  padding: 12px 24px;
  border: none;
  background-color: #6200ea;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
}

.ripple-button .ripple {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(0, 110, 255, 0.274);
  transform: scale(0);
  animation: ripple-animation 600ms linear;
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.email a {
  color: #416683;
  background: #9cb3c459;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 5px;
  text-decoration: none;
}

.email a:hover {
  opacity: .7;
}

.fastlane-content img {
  max-width: 100%;
  border-radius: 10px;
}



/* =====================
   Responsive Tweaks
   ===================== */

@media only screen and (max-width: 1111px) {
  .nav-items-container {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1000px) {

  #slides {
    width: 100% !important;
  }

  #lite {
    display: block;
  }

  #lite button {
    width: 60px !important;
    height: 60px !important;
    border-radius: 20px !important;
    margin: 30px 0 -20px 0 !important;
  }

  #navigation-container {
    display: none !important;
  }

  #box-container {
    flex-flow: column !important;
    justify-content: center !important;
    padding: 30px !important;
  }

  h1 {
    font-size: clamp(26px, 6vw, 36px) !important;
  }

  .box {
    width: auto !important;
    margin: 30px auto !important;
    padding: 50px !important;
  }

  .box .heading {
    font-size: clamp(22px, 5vw, 32px) !important;
  }

  .box img.shine {
    width: auto !important;
    height: 40px !important;
    padding-right: 5px !important;
  }

  .box img.quote {
    width: auto !important;
    height: 30px !important;
    display: none !important;
  }

  .box p {
    font-size: clamp(16px, 3.6vw, 18px) !important;
  }



  #tags a {
    font-size: clamp(10px, 5.2vw, 13px) !important;
    width: auto !important;
  }

  #tags.tag-wrap {
    gap: 14px;
    padding: 12px 10px;
  }

  #tags .tag-pill {
    font-size: clamp(16px, 4.6vw, 20px);
    padding: 10px 16px;
  }

  #header {
    height: 120px !important;
    background-size: contain !important;
  }

  .fb {
    display: none;
  }

  a.lite-fb {
    display: block !important;
  }

  h1.title {
    font-size: clamp(28px, 6vw, 36px) !important;
  }

  #content-container {
    border-radius: 0 !important;
  }

  #footer {
    font-size: clamp(8px, 3vw, 10px) !important;
    margin: 50px !important;
    bottom: 40px !important;
    text-align: center;
    padding: 10px !important;
  }


  /* Fastlane content scaling */
  .fastlane-content {
    font-size: clamp(16px, 3.6vw, 18px) !important;
  }

  .fastlane-content h1 {
    font-size: clamp(26px, 6vw, 36px) !important;
  }

  .fastlane-content h2 {
    font-size: clamp(25px, 4.8vw, 28px) !important;
  }

  .fastlane-content p,
  .fastlane-content ul {
    font-size: clamp(16px, 3.6vw, 18px) !important;
    line-height: 1.6;
  }

  .fastlane-header {
    max-width: 70% !important;
  }

  .bss-slides .bss-show img {
    border-radius: 0 !important;
  }
}