
:root{
  --navy:#06283d;
  --navy-2:#031c2b;
  --ink:#10243b;
  --muted:#64748b;
  --mint:#58e0b6;
  --mint-2:#dffaf2;
  --blue:#2f80ed;
  --purple:#7c4dff;
  --orange:#ff8a4c;
  --bg:#f6f9fc;
  --white:#fff;
  --border:#e4ebf2;
  --shadow:0 18px 45px rgba(7,37,59,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
a{text-decoration:none}
img{max-width:100%;display:block}
.navbar{background:#fff;border-bottom:1px solid rgba(6,40,61,.08);padding:.8rem 0;position:sticky;top:0;z-index:1030}
.brand{font-weight:800;letter-spacing:-.04em;color:var(--navy);display:flex;align-items:center;gap:.45rem}
/* .brand-mark{width:31px;height:31px;border-radius:9px;background:linear-gradient(135deg,var(--mint),#9bf2d8);display:grid;place-items:center;color:var(--navy);font-size:.9rem;font-weight:900} */
.brand{font-weight:800;letter-spacing:-.04em;color:var(--navy);display:flex;align-items:center;gap:.45rem}.brand-e{width:42px;height:42px;object-fit:contain;}.brand-expeditio{width:160px;height:auto;object-fit:contain;}@media(max-width:575.98px){.brand-e{width:34px;height:34px;}.brand-expeditio{width:125px;}}
.nav-link{font-size:.83rem;font-weight:600;color:#526579!important;margin:0 .12rem}
.nav-link:hover,.nav-link.active{color:var(--navy)!important}

/* .btn-brand{background:var(--mint);border:0;color:var(--navy);font-weight:800;border-radius:999px;padding:.72rem 1.15rem;box-shadow:0 8px 22px rgba(88,224,182,.25)}
.btn-brand:hover{background:#44d4a8;color:var(--navy)} */

.btn-brand{
  background:linear-gradient(
    90deg,
    #B9A568 0%,
    #E2D7B5 50%,
    #B9A568 100%
  );
  border:0;
  color:#06283d;
  font-weight:800;
  border-radius:999px;
  padding:.72rem 1.15rem;
  box-shadow:0 8px 22px rgba(185,165,104,.25);
}

.btn-brand:hover{
  background:linear-gradient(
    90deg,
    #B9A568 0%,
    #E2D7B5 50%,
    #B9A568 100%
  );
  color:#06283d;
}


.btn-darkx{background:var(--navy);color:#fff;border:0;border-radius:999px;padding:.72rem 1.15rem;font-weight:800}
.btn-outlinex{border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:999px;padding:.72rem 1.15rem;font-weight:700}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy),#0b3c59 62%,#06283d);color:#fff;border-radius:0 0 42px 42px}
.hero:after{content:"";position:absolute;left:-5%;right:-5%;bottom:-90px;height:160px;background:var(--bg);border-radius:50% 50% 0 0/45% 45% 0 0}
.hero-inner{position:relative;z-index:1;padding:45px 0 105px}
/* .eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.68rem;font-weight:800;color:var(--mint);margin-bottom:1rem} */

.eyebrow{
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.68rem;
  font-weight:800;
  color:#fff;
  margin-bottom:1rem;
}
.eyebrow.text-success {
  color: var(--navy) !important;
}
.hero h1{font-size:clamp(2.25rem,5vw,4.1rem);line-height:1.04;font-weight:850;letter-spacing:-.055em;margin:0 0 1.1rem}
/* .hero h1,.hero h1 span{color:#AD954F;} */

.hero h1,
.hero h1 span{
  background: linear-gradient(
    90deg,
    #B9A568 0%,
    #E2D7B5 50%,
    #B9A568 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero p{color:rgba(255,255,255,.8);max-width:610px;font-size:1.03rem}
/* .hero-media{height:410px;border-radius:30px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.14);position:relative} */
/* .hero-media img{width:100%;height:100%;object-fit:cover} */
/* .hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.24))} */

.hero-media{
  width:100%;
  height:410px;
  border-radius:30px;
  overflow:hidden;
  border:none;
  box-shadow:none;
  position:relative;
  background:transparent;
}

.hero-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  border:none;
  box-shadow:none;
}

.hero-media:after{
  display:none;
}

@media(max-width:991.98px){
  .hero-media{
    height:auto;
    margin-top:25px;
    border-radius:25px;
  }

  .hero-media img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
}

@media(max-width:575.98px){
  .hero-media{
    height:auto;
    margin-top:20px;
    border-radius:22px;
  }

  .hero-media img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
}

.page-hero{padding:58px 0 72px}
.page-hero h1{font-size:clamp(2rem,4vw,3.4rem);font-weight:850;letter-spacing:-.045em}
.section{padding:78px 0}
.section-sm{padding:52px 0}
.section-title{font-size:clamp(1.7rem,3vw,2.5rem);font-weight:850;letter-spacing:-.04em;margin-bottom:.7rem}
.section-lead{color:var(--muted);max-width:700px}

/* .feature-card,.job-card,.form-card,.info-card,.value-card{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 8px 28px rgba(12,39,61,.05)}
.feature-card{padding:24px;height:100%} */

.feature-card{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 8px 28px rgba(12,39,61,.05);padding:24px;height:100%;transition:all .3s ease;cursor:pointer}.feature-card:hover{background:#AD954F;color:#fff;border-color:#AD954F;transform:translateY(-10px) perspective(600px) rotateX(3deg) scale(1.02);box-shadow:0 20px 40px rgba(7,37,59,.28),0 0 25px rgba(173,149,79,.65);animation:featureBlink 1s ease-in-out infinite alternate}.feature-card:hover h3,.feature-card:hover p{color:#fff}.feature-card:hover .icon-box{background:#fff;color:#AD954F}@keyframes featureBlink{from{box-shadow:0 20px 40px rgba(7,37,59,.28),0 0 10px rgba(173,149,79,.35)}to{box-shadow:0 25px 48px rgba(7,37,59,.35),0 0 28px rgba(173,149,79,.8)}}

.icon-box{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;font-weight:900;background:var(--mint-2);color:#07966c;margin-bottom:1rem}
.feature-card h3,.job-card h3{font-size:1.05rem;font-weight:800}
.feature-card p,.value-card p{font-size:.88rem;color:var(--muted);margin-bottom:0}
.stats{margin-top:-34px;position:relative;z-index:5}
/* .stat-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:20px;text-align:center;box-shadow:var(--shadow)} */
/* .stat-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:20px;text-align:center;box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.stat-card:hover{transform:translateY(-10px) perspective(600px) rotateX(3deg);box-shadow:0 18px 35px rgba(7,37,59,.22),0 0 18px rgba(88,224,182,.35);border-color:var(--mint);animation:statBlink 1s ease-in-out infinite alternate}.stat-card strong{display:block;font-size:1.65rem;color:var(--navy)}.stat-card span{font-size:.76rem;color:var(--muted)}@keyframes statBlink{from{box-shadow:0 18px 35px rgba(7,37,59,.22),0 0 10px rgba(88,224,182,.25)}to{box-shadow:0 20px 42px rgba(7,37,59,.28),0 0 24px rgba(88,224,182,.65)}} */
.stat-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:20px;text-align:center;box-shadow:var(--shadow);transition:all .3s ease}.stat-card:hover{background:#AD954F;color:#fff;transform:translateY(-10px) perspective(600px) rotateX(3deg);border-color:#AD954F;box-shadow:0 20px 40px rgba(7,37,59,.28),0 0 25px rgba(173,149,79,.65);animation:statBlink 1s ease-in-out infinite alternate}.stat-card:hover strong,.stat-card:hover span{color:#fff}.stat-card strong{display:block;font-size:1.65rem;color:var(--navy);transition:color .3s ease}.stat-card span{font-size:.76rem;color:var(--muted);transition:color .3s ease}@keyframes statBlink{from{box-shadow:0 20px 40px rgba(7,37,59,.28),0 0 10px rgba(173,149,79,.35)}to{box-shadow:0 25px 48px rgba(7,37,59,.35),0 0 28px rgba(173,149,79,.8)}}

.stat-card strong{display:block;font-size:1.65rem;color:var(--navy)}
.stat-card span{font-size:.76rem;color:var(--muted)}
/* .category{padding:13px 12px;border-radius:14px;background:#fff;border:1px solid var(--border);text-align:center;font-size:.78rem;font-weight:700} */
/* .category i{display:block;font-size:1.25rem;margin-bottom:6px;color:var(--blue)} */

/* 
.category{padding:13px 12px;border-radius:14px;background:#fff;border:1px solid var(--border);text-align:center;font-size:.78rem;font-weight:700;transition:all .3s ease;cursor:pointer}.category:hover{background:#AD954F;color:#fff;border-color:#AD954F;transform:translateY(-8px) perspective(600px) rotateX(3deg) scale(1.02);box-shadow:0 18px 35px rgba(7,37,59,.25),0 0 22px rgba(173,149,79,.6);animation:categoryBlink 1s ease-in-out infinite alternate}
.category i{display:block;font-size:1.25rem;margin-bottom:6px;color:var(--blue);transition:color .3s ease}.category:hover i{color:#fff}@keyframes categoryBlink{from{box-shadow:0 18px 35px rgba(7,37,59,.25),0 0 10px rgba(173,149,79,.35)}to{box-shadow:0 22px 42px rgba(7,37,59,.32),0 0 28px rgba(173,149,79,.8)}} */

/* 
.category{
  padding:13px 12px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--border);
  text-align:center;
  font-size:.78rem;
  font-weight:700;
  transition:all .3s ease;
  cursor:pointer
}

.category:hover{
  background:#AD954F;
  color:#fff;
  border-color:#AD954F;
  transform:translateY(-8px) perspective(600px) rotateX(3deg) scale(1.02);
  box-shadow:0 18px 35px rgba(7,37,59,.25),0 0 22px rgba(173,149,79,.6);
  animation:categoryBlink 1s ease-in-out infinite alternate
}

.category i{
  display:block;
  font-size:1.25rem;
  margin-bottom:6px;
  color:var(--blue);
  transition:color .3s ease
}

.category:hover i{
  color:#fff
} */

/* .category {
  width: 100%;
  min-height: 150px;

  padding: 15px 10px;

  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border);

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  text-align: center;

  font-size: .78rem;
  font-weight: 700;

  transition: all .3s ease;
  cursor: pointer;
}
 */


 /* =========================
   JOB CATEGORY CARDS
========================= */

.category {
  width: 100%;
  height: 230px;
  padding: 18px 12px;

  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.3;

  color: var(--ink);

  transition: all .3s ease;
  cursor: pointer;
  overflow: hidden;
}

/* SAME IMAGE BOX FOR EVERY IMAGE */
.category > img {
  width: 150px;
  height: 150px;

  object-fit: contain;
  object-position: center;

  display: block;
  flex-shrink: 0;

  margin-bottom: 12px;

  transition: transform .3s ease;
}

/* HOVER */
.category:hover {
  background: #AD954F;
  color: #fff;
  border-color: #AD954F;

  transform: translateY(-6px);

  box-shadow:
    0 18px 35px rgba(7,37,59,.25),
    0 0 22px rgba(173,149,79,.6);
}  

.category:hover > i img {
  transform: scale(1.06);
}


 .wave-cta{background:linear-gradient(120deg,var(--navy),#07536a);color:#fff;border-radius:30px;padding:38px 42px;position:relative;overflow:hidden}
.wave-cta:after{content:"";position:absolute;right:-70px;bottom:-90px;width:300px;height:180px;border-radius:50%;background:rgba(88,224,182,.14)}
.process{display:flex;gap:0;justify-content:space-between;position:relative}
.process:before{content:"";position:absolute;top:25px;left:8%;right:8%;height:2px;background:#cdebe2}
.step{position:relative;text-align:center;width:25%;z-index:1}
.step-no{width:50px;height:50px;border-radius:50%;background:var(--mint);color:var(--navy);display:grid;place-items:center;font-weight:900;margin:0 auto 12px;border:5px solid #effdf8}
.step small{color:var(--muted)}
.form-card{padding:28px}
.form-label{font-size:.77rem;font-weight:750;color:#31465a;margin-bottom:.35rem}
.form-control,.form-select{border-color:#dce6ef;border-radius:10px;padding:.72rem .82rem;font-size:.84rem}
.form-control:focus,.form-select:focus{border-color:#76dcbf;box-shadow:0 0 0 .2rem rgba(88,224,182,.15)}
.form-help{font-size:.7rem;color:#8a98a8}
.form-tabs .nav-link{border-radius:999px!important;background:#edf4fa;margin-right:8px;color:#53687a!important}
.form-tabs .nav-link.active{background:var(--purple);color:#fff!important}
.required:after{content:" *";color:#e74c3c}
.alert-box{display:none;border-radius:12px;padding:12px 14px;font-size:.84rem;margin-bottom:15px}
.about-img{border-radius:28px;overflow:hidden;height:430px}
.about-img img{width:100%;height:100%;object-fit:cover}
.job-card{padding:20px}
.job-card .job-icon{width:45px;height:45px;border-radius:13px;background:#eef6ff;display:grid;place-items:center;color:var(--blue);font-weight:900}
.job-meta{font-size:.74rem;color:var(--muted)}
.filter-box{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px}
.contact-item{display:flex;gap:12px;align-items:flex-start;padding:15px 0;border-bottom:1px solid var(--border)}
.contact-item:last-child{border-bottom:0}
.contact-icon{width:38px;height:38px;border-radius:11px;background:var(--mint-2);color:#078f68;display:grid;place-items:center;flex:0 0 auto}
.map-placeholder{height:270px;border-radius:22px;background:linear-gradient(135deg,#e6f4f0,#e8eef6);display:grid;place-items:center;color:#486273;border:1px solid var(--border)}
.footer{background:#031c2b;color:#c7d4df;padding:55px 0 22px}
.footer a{color:#b8c9d6;font-size:.83rem}
.footer h6{color:#fff;font-weight:800}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;font-size:.75rem}
/* .badge-soft{background:#e9fbf5;color:#078e69;border-radius:999px;padding:.35rem .6rem;font-size:.7rem;font-weight:800} */
/* FOOTER LOGO */
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.footer-brand .brand-e {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.footer-brand .brand-expeditio {
  width: 160px;
  height: auto;
  object-fit: contain;
}

/* FOOTER LOGO - MOBILE */
@media (max-width: 575.98px) {

  .footer-brand .brand-e {
    width: 34px;
    height: 34px;
  }

  .footer-brand .brand-expeditio {
    width: 125px;
  }

}

.badge-soft{
    background:#eef3f8;
    color:#06283d;
    border-radius:999px;
    padding:.35rem .6rem;
    font-size:.7rem;
    font-weight:800
}
.searchbar{background:#fff;border-radius:18px;padding:13px;border:1px solid var(--border);box-shadow:0 8px 28px rgba(12,39,61,.05)}
.job-list{display:grid;gap:14px}
@media(max-width:991.98px){
  .navbar .btn-brand{margin-top:8px}
  .hero-inner{padding:52px 0 95px}
  .hero-media{height:330px;margin-top:25px}
  .process{flex-wrap:wrap}
  .step{width:50%;margin-bottom:25px}
  .process:before{display:none}
}
@media(max-width:575.98px){
  .hero{border-radius:0 0 28px 28px}
  .hero-inner{padding:42px 0 80px}
  .hero-media{height:270px;border-radius:22px}
  .section{padding:55px 0}
  .wave-cta{padding:28px 24px}
  .about-img{height:300px}
  .form-card{padding:18px}
}


/* @media (max-width: 575.98px) {

  .category {
    min-height: 120px;
    padding: 15px 10px;
    font-size: .75rem;
    gap: 8px;
  }

  .category img {
    width: 48px;
    height: 48px;
  }

} */
/* 
@media (max-width: 575.98px) {

  .category {
    width: 100%;
    min-height: 135px;

    padding: 12px 8px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;
  }

  .category > img {
    width: 55px;
    height: 55px;

    display: block;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;

    object-fit: contain;
  }

  .category > span {
    width: 100%;
    text-align: center;

    font-size: 0.72rem;
    line-height: 1.3;
  }

} */

@media (max-width: 575.98px) {

  .category {
    width: 100%;
    height: 185px;
    min-height: 185px;
    padding: 12px 8px;
    font-size: .72rem;
  }

  .category > img {
    width: 95px;
    height: 95px;
    object-fit: contain;
    margin-bottom: 8px;
  }

}

/* =========================
   GOOGLE MAP
========================= */

.map-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #dce5ec;
  box-shadow: 0 10px 30px rgba(6, 40, 61, 0.08);
  background: #f5f7f9;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* Map information box */

.map-overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 12px 16px;

  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);

  pointer-events: none;
}

.map-overlay span {
  font-size: 22px;
}

.map-overlay strong {
  display: block;
  color: #06283d;
  font-size: 14px;
}

.map-overlay small {
  display: block;
  color: #6c757d;
  font-size: 11px;
}

/* Mobile */

@media (max-width: 767.98px) {

  .map-wrapper {
    height: 320px;
    border-radius: 14px;
  }

  .map-overlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 10px 12px;
  }

}