/* *********************************
******** Header Style Here *********** */
.header-logo {
  margin-bottom: -29px;
  border-radius: 4px;
}
.header-apply-btn {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .header-logo {
    margin-bottom: unset;
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 992px) {
  .header-title {
    font-size: 20px;
  }
  .header-logo {
    margin-bottom: unset;
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .header-logo {
    margin-bottom: unset;
    width: 50px;
    height: 50px;
  }
  .header-title {
    font-size: 16px !important;
  }
}
@media (max-width: 576px) {
  .main-header {
    padding-bottom: 10px;
    padding: 25px 6px !important;
  }
  .header-title {
    font-size: 12px;
  }
  .header-apply-btn {
    padding: 3px 4px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: bold;
  }
}

/* *********************************
  ******** Menu Style Here *********** */
.menu-top-move-100 {
  top: -100%;
  transition: all 1s ease-in-out;
}
.mobile-menu-icon {
  border: 1px solid #056605;
  font-size: 18px;
  padding: 4px 6px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
}
.mobile-menu-icon:hover {
  cursor: pointer;
}
.header-area {
  background: #415e64;
  position: relative;
  z-index: 20;
}
.header-title {
  font-family: "Georgia";
  font-size: 27px;
  margin: 0px;
  font-weight: 600;
  color: #ffffff !important;
  line-height: 1.4;
}
.navigation {
  margin-left: 94px;
}
.nav-area {
  background: #1d5763 !important;
  height: 40px;
}
.mobileMenu .navbar-nav {
  height: 40px;
}
.navbar-height-area {
  height: 50px;
}
.nav-area .nav-item {
  padding: 0px 8px;
  border-left: 1px solid #413d94;
  /* border-right: 1px solid #ffffff; */
}
.nav-area .nav-item:last-child {
  border-right: 1px solid transparent;
}
.nav-area .nav-item a {
  color: #ffffff;
  line-height: 8px;
  font-size: 14px;
}
.header-sub-title {
  color: #00f6ff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .nav-bar-wrapper {
    /* position: relative;
        width: 100%;
        height: 100%;
         -moz-transition: all 1s ease-in;
         -webkit-transition: all 1s ease-in;
         -o-transition: all 1s ease-in;
         transition: all 1s ease-in; */
  }
  .nav-area {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
  }
  .navigation {
    margin-left: 10px;
    justify-content: start;
  }

  .nav-area .nav-item {
    border-right: 0px solid transparent;
  }
  .nav-area .nav-item a {
    line-height: 1.1;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .nav-area .nav-item a {
    line-height: 1.1;
    font-size: 15px;
  }
}

:root {
  --oas-ink-950: #071a1f;
  --oas-ink-900: #0c2530;
  --oas-teal-700: #123f49;
  --oas-teal-600: #1d5763;
  --oas-glass: rgba(255, 255, 255, 0.09);
  --oas-glass-strong: rgba(255, 255, 255, 0.16);
  --oas-glass-border: rgba(255, 255, 255, 0.24);
  --oas-cyan: #ff0000;
  --oas-mint: #7ff4d1;
  --oas-text: #eef8f7;
  --oas-text-dim: rgba(238, 248, 247, 0.72);
  --oas-shadow: 0 8px 32px rgba(3, 15, 19, 0.45);
  --oas-font-display: "Sora", "Poppins", sans-serif;
  --oas-font-body: "Inter", "Poppins", sans-serif;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* ---------------------------------------------------------
   Layout shim — scoped to .header-area only
   -----------------------------------------------------------
   The page loads Bootstrap 3.3.7, but this header markup uses
   Bootstrap 4/5-style utility classes (d-flex, d-xl-none,
   align-items-center, ml-3, bare col-2/col-10/col-7/col-3...)
   that Bootstrap 3 has no rules for at all. Result: on phones
   every column collapsed to a full-width block and stacked
   one under another (logo / title / apply button / menu icon
   all on separate lines). This block supplies just enough of
   those utilities — scoped to .header-area so it can't affect
   any other page that reuses this same class vocabulary — to
   make the existing markup lay out the way it was designed to.
--------------------------------------------------------- */
.header-area .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
.header-area .row > [class*="col-"] {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Bare (un-prefixed) column widths only ever need to win below
   the sm breakpoint — Bootstrap 3's own .col-sm-*/

@media (max-width: 575.98px) {
  .header-area .col-2 {
    width: 16.6667%;
  }
  .header-area .col-10 {
    width: 83.3333%;
  }
  .header-area .col-7 {
    width: 58.3333%;
  }
  .header-area .col-3 {
    width: 25%;
  }
}

.header-area .d-block {
  display: block;
}
.header-area .d-none {
  display: none;
}
.header-area .d-flex {
  display: flex;
}
.header-area .align-items-center {
  align-items: center;
}
.header-area .justify-content-end {
  justify-content: flex-end;
}
.header-area .text-left {
  text-align: left;
}
.header-area .text-right {
  text-align: right;
}

.header-area .ml-0 {
  margin-left: 0;
}
.header-area .ml-3 {
  margin-left: 1rem;
}
.header-area .mr-3 {
  margin-right: 1rem;
}
.header-area .mb-3 {
  margin-bottom: 1rem;
}
.header-area .py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header-area .pl-0 {
  padding-left: 0;
}

@media (min-width: 576px) {
  .header-area .ml-sm-3 {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .header-area .pl-md-3 {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .header-area .mb-lg-0 {
    margin-bottom: 0;
  }
}

/* d-xl-* only ever need to flip at the xl breakpoint, so they
   are declared after the base d-block/d-none/d-flex rules and
   only take effect from 1200px up — matching the breakpoint
   this markup was written for. */
@media (min-width: 1200px) {
  .header-area .d-xl-none {
    display: none;
  }
  .header-area .d-xl-block {
    display: block;
  }
  .header-area .d-xl-flex {
    display: flex;
  }
}

/* ---------------------------------------------------------
   Header shell + aurora backdrop
--------------------------------------------------------- */
.header-area {
  position: relative;
  z-index: 1;
  background: radial-gradient(
    120% 180% at 10% -20%,
    #164a56 0%,
    var(--oas-ink-900) 55%,
    var(--oas-ink-950) 100%
  );
  overflow: hidden;
  padding-top: 6px;
}

.header-area::before,
.header-area::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  opacity: 0.55;
  z-index: 0;
}

.header-area::before {
  width: 480px;
  height: 480px;
  left: -140px;
  top: -220px;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.35), transparent 70%);
  animation: oas-drift-a 16s ease-in-out infinite;
}

.header-area::after {
  width: 420px;
  height: 420px;
  right: -120px;
  top: -180px;
  background: radial-gradient(
    circle,
    rgba(127, 244, 209, 0.28),
    transparent 70%
  );
  animation: oas-drift-b 20s ease-in-out infinite;
}

@keyframes oas-drift-a {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(40px, 30px) scale(1.12);
  }
}

@keyframes oas-drift-b {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-30px, 20px) scale(1.08);
  }
}

.header-area .container {
  position: relative;
  z-index: 1;
}

.main-header {
  padding: 25px 20px !important;
  padding-top: 3px !important;
  margin: 8px 0 10px;
  background: var(--oas-glass);
  border: 1px solid var(--oas-glass-border);
  border-radius: 20px;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--oas-shadow);
  animation: oas-rise 0.6s ease both;
}

@keyframes oas-rise {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------------------------------------------------------
   Logo
--------------------------------------------------------- */
.header-logo {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 14px;
  padding: 4px;
  background: var(--oas-glass-strong);
  border: 1px solid var(--oas-glass-border);
  box-shadow: 0 0 0 0 rgba(0, 229, 255, 0);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.header-logo:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.35);
}

@media (max-width: 1200px) {
  .header-logo {
    margin-bottom: unset;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 992px) {
  .header-logo {
    margin-bottom: unset;
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 768px) {
  .header-logo {
    margin-bottom: unset;
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
}
@media (max-width: 575.98px) {
  .header-logo {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    padding: 3px;
  }
}

/* ---------------------------------------------------------
   Titles
--------------------------------------------------------- */
.header-title {
  font-family: var(--oas-font-display);
  font-size: 27px;
  margin: 0px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: white !important;
  line-height: 1.4;
}

.header-sub-title {
  font-family: var(--oas-font-body);
  color: var(--oas-cyan);
  text-shadow: 0 0 18px rgba(0, 229, 255, 0.35);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  letter-spacing: 0.02em;
}

@media (max-width: 992px) {
  .header-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .header-title {
    font-size: 16px !important;
  }
}
@media (max-width: 576px) {
  .main-header {
    padding-bottom: 10px !important;
    border-radius: 16px;
  }
  .header-title {
    font-size: 14px;
    line-height: 1.25;
  }
}
@media (max-width: 360px) {
  .header-title {
    font-size: 12px;
  }
}

/* ---------------------------------------------------------
   Mobile header row: logo | title + actions
   The mobile info column stacks title above the actions row
   (rather than everything stacking full-width one under the
   other), and the actions row keeps Apply + the menu icon
   side by side with a small, consistent gap.
--------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .header-area .col-10.d-block.d-xl-none {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-width: 0;
  }
  .header-area .col-10.d-block.d-xl-none .header-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* ---------------------------------------------------------
   Apply Online CTA — glass pill with animated sheen
--------------------------------------------------------- */
.header-apply-btn {
  font-family: var(--oas-font-body);
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
  background: linear-gradient(120deg, #7fc9f4, #568ad9);
  border: none;
  border-radius: 999px;
  padding: 8px 18px !important;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 18px rgb(0 71 255 / 28%);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
  flex: 0 0 auto;
}

.header-apply-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.65),
    transparent
  );
  transform: skewX(-20deg);
  animation: oas-sheen 3.2s ease-in-out infinite;
}

@keyframes oas-sheen {
  0% {
    left: -60%;
  }
  55% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}

.header-apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 229, 255, 0.42);
  color: var(--oas-ink-950) !important;
}

@media (max-width: 576px) {
  .header-apply-btn {
    padding: 6px 12px !important;
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .header-apply-btn {
    padding: 5px 9px !important;
    font-size: 10px;
  }
}

/* ---------------------------------------------------------
   Mobile menu trigger
--------------------------------------------------------- */
.mobile-menu-icon-area {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.mobile-menu-icon {
  border: 1px solid var(--oas-glass-border);
  background: var(--oas-glass-strong);
  font-size: 18px;
  padding: 6px 10px;
  border-radius: 10px;
  color: white;
  display: inline-block;
  line-height: 1;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

@media (max-width: 576px) {
  .mobile-menu-icon {
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 8px;
  }
}

.mobile-menu-icon:hover {
  cursor: pointer;
  background: rgba(0, 229, 255, 0.18);
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.3);
  transform: translateY(-1px);
}

/* ---------------------------------------------------------
   Nav bar — glass pill strip
--------------------------------------------------------- */
.nav-bar-wrapper {
}

.menu-top-move-100 {
  top: -100%;
  transition: all 1s ease-in-out;
}

.nav-area {
  background: rgba(9, 34, 41, 0.65) !important;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-top: 1px solid var(--oas-glass-border);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  height: 44px;
}

.navbar-height-area {
  height: 50px;
}

.mobileMenu .navbar-nav {
  height: 40px;
}

.navigation {
  margin-left: 94px;
}

.nav-area .nav-item {
  padding: 0px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
}

.nav-area .nav-item:last-child {
  border-right: 1px solid transparent;
}

.nav-area .nav-item a {
  color: var(--oas-text-dim);
  line-height: 8px;
  font-family: var(--oas-font-body);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: color 0.25s ease;
}

.nav-area .nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #377184, var(--oas-mint));
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.6);
  transition: width 0.3s ease;
}

.nav-area .nav-item a:hover,
.nav-area .nav-item a.active {
  color: rgb(21, 182, 191);
}

.nav-area .nav-item a:hover::after,
.nav-area .nav-item a.active::after {
  width: 100%;
}

@media (max-width: 1200px) {
  .nav-area {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 0 0 18px 18px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .navigation {
    margin-left: 10px;
    justify-content: start;
  }
  .nav-area .nav-item {
    border-left: 0px solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .nav-area .nav-item a {
    line-height: 1.1;
    font-size: 20px;
    display: inline-block;
    padding: 12px 4px;
  }
  .nav-area .nav-item a::after {
    bottom: 2px;
  }
}
@media (max-width: 992px) {
  .nav-area .nav-item a {
    line-height: 1.1;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .main-header {
    padding: 7px 6px !important;

    padding-bottom: 10px;
  }
}
