@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');


/* =========================================================
   SEABORNE HEADER — supplied actual HTML, logo replacement
========================================================= */
.site-header{
  position:relative; z-index:1000; width:100%; background:#fff;
  border-bottom:1px solid #d9e0e5; box-shadow:0 2px 8px rgba(0,0,0,.06);
}
.top-info{
  height:39px; background:#03111c; color:#b9c9d5;
  font-family:'Montserrat',Arial,sans-serif; font-size:11px;
}
.top-info-inner{
  width:min(1220px,calc(100% - 40px)); height:39px; margin:auto;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.main-nav{height:83px;background:#fff}
.main-nav-inner{
  width:min(1220px,calc(100% - 40px)); height:83px; margin:auto;
  display:flex; align-items:center; gap:0;
}
.brand{
  width:360px; min-width:360px; height:83px; padding:7px 20px 7px 0;
  display:flex; align-items:center; justify-content:flex-start;
  background:#fff; text-decoration:none;
}
.brand-logo{
  width:292px; height:69px; display:block;
  object-fit:contain; object-position:left center;
}
.main-menu{
  flex:1 1 auto; min-width:0; height:83px;
  display:flex; align-items:stretch; justify-content:flex-end;
  font-family:'Montserrat',Arial,sans-serif;
}
.main-menu-link{
  position:relative; height:83px; display:flex; align-items:center;
  justify-content:center; gap:7px; padding:0 15px;
  border:0; border-bottom:3px solid transparent; background:#fff;
  color:#172b3d; font-family:'Montserrat',Arial,sans-serif;
  font-size:12px; font-weight:600; line-height:1.15;
  white-space:nowrap; text-decoration:none; cursor:pointer;
  transition:color .15s,background .15s,border-color .15s;
}
.main-menu-link:hover{color:#1761a7;background:#f7fafc}
.main-menu-link.active,.main-menu-link.submenu-selected{
  color:#1761a7;border-bottom-color:#1761a7;
}
.menu-caret{font-size:9px;line-height:1;color:#1761a7}
.contact-link{
  margin-left:12px; min-width:114px; height:45px; align-self:center;
  border-radius:11px; border:0; background:#1761a7;
  color:#fff !important; font-weight:700;
}
.contact-link:hover{background:#104f8d;color:#fff !important}
.mobile-toggle{
  display:none; border:0; background:#1fa9ea; color:#1761a7;
  font-family:'Montserrat',Arial,sans-serif; font-size:25px;
  padding:0 12px; cursor:pointer;
}

/* Submenu directly below main header */
.secondary-row{
  position:relative; z-index:900; width:100%; height:0;
  overflow:hidden; background:#fff; border-bottom:0 solid #e2e8ed;
  transition:height .15s ease;
}
.secondary-row.show{height:50px;min-height:50px;border-bottom-width:1px}
.secondary-row.products-open.show{height:100px;min-height:100px}
.secondary-row-inner{
  width:min(1220px,calc(100% - 40px)); height:100%; margin:auto; overflow:hidden;
}
.normal-sub-row,.product-sub-row{
  width:100%; height:50px; display:flex; align-items:center;
  justify-content:center; flex-wrap:nowrap; overflow:hidden;
}
.normal-sub-row a,.product-sub-row a{
  height:50px; flex:0 0 auto; display:flex; align-items:center;
  justify-content:center; gap:7px; padding:0 15px;
  color:#24384a; font-family:'Montserrat',Arial,sans-serif;
  font-size:10px; font-weight:500; line-height:1; white-space:nowrap;
  text-decoration:none; border-radius:3px;
}
.product-sub-row a{padding:0 12px;font-size:9.5px}
.normal-sub-row a:hover,.normal-sub-row a.secondary-active,
.product-sub-row a:hover,.product-sub-row a.secondary-active{
  color:#1761a7;background:#f4f8fb;font-weight:600;
}
.submenu-icon{
  width:22px;height:22px;flex:0 0 22px;display:inline-flex;
  align-items:center;justify-content:center;border-radius:50%;
  background:#eef5fa;color:#1761a7;font-size:11px;font-weight:700;
}
.normal-sub-row a:hover .submenu-icon,.product-sub-row a:hover .submenu-icon,
.normal-sub-row a.secondary-active .submenu-icon,.product-sub-row a.secondary-active .submenu-icon{
  background:#1761a7;color:#fff;
}

@media(max-width:1180px){
  .brand{width:315px;min-width:315px}.brand-logo{width:270px}
  .main-menu-link{padding:0 10px;font-size:10px}
  .contact-link{min-width:100px;margin-left:6px}
  .normal-sub-row a{padding:0 11px;font-size:9.5px}
  .product-sub-row a{padding:0 8px;font-size:9px}
}
@media(max-width:900px){
  .top-info-inner,.main-nav-inner,.secondary-row-inner{width:calc(100% - 28px)}
  .main-nav,.main-nav-inner{height:72px}
  .brand{width:auto;min-width:0;flex:1 1 auto;height:72px;padding:5px 0}
  .brand-logo{width:245px;height:62px}
  .mobile-toggle{display:block}
  .main-menu{
    display:none;position:absolute;top:111px;left:0;right:0;width:100%;
    height:auto;background:#fff;flex-direction:column;box-shadow:0 10px 25px rgba(0,0,0,.14);
  }
  .main-menu.mobile-visible{display:flex}
  .main-menu-link,.contact-link{
    width:100%;min-width:0;height:52px;min-height:52px;
    justify-content:flex-start;padding:0 20px;margin:0;border-radius:0;
    border-bottom:1px solid #e0e5e9;
  }
  .secondary-row.show{height:50px}.secondary-row.products-open.show{height:100px}
  .normal-sub-row,.product-sub-row{
    justify-content:flex-start;overflow-x:auto;scrollbar-width:none;
  }
  .normal-sub-row::-webkit-scrollbar,.product-sub-row::-webkit-scrollbar{display:none}
}
@media(max-width:560px){
  .top-info{font-size:9px}.top-info-inner span:last-child{display:none}
  .brand-logo{width:210px;height:58px}.secondary-row-inner{width:100%}
}

:root {
  --brand:#1fa9ea;
  --brand-dark:#185b9e;
  --navy:#061827;
  --navy2:#0a2e4d;
  --ink:#10263a;
  --muted:#66798a;
  --line:#dce7ef;
  --soft:#f5f9fc;
  --white:#fff;
  --shadow:0 22px 56px rgba(6,35,58,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(1220px,calc(100% - 38px));margin:auto}

.hero{
  min-height:690px;
  position:relative;
  display:flex;
  align-items:center;
  color:light blue;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 74% 24%,rgba(46,184,239,.18),transparent 26%),
    radial-gradient(circle at 18% 8%,rgba(47,143,213,.20),transparent 28%),
    linear-gradient(135deg,#041420 0%,#06263e 43%,#074a70 72%,#087ba0 100%);
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  opacity:.22;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.12));
}
.hero:after{
  content:"";
  position:absolute;
  left:-6%;
  right:-6%;
  bottom:-82px;
  height:230px;
  z-index:-1;
  background:
    radial-gradient(115% 130% at 50% 0%,rgba(56,181,226,.30) 0 39%,transparent 40%),
    radial-gradient(115% 130% at 50% 18%,rgba(25,132,184,.42) 0 45%,transparent 46%),
    linear-gradient(180deg,rgba(5,57,84,0),#052b43 70%);
  transform:skewY(-2deg);
}
.hero-content{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:58px;
  align-items:center;
  padding:78px 0 92px;
}
.hero-copy{width:auto;padding:0}
.hero-copy .eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:900;
  color:#9ee1ff
}
.hero-copy .eyebrow:before{content:"";width:34px;height:2px;background:#45c6f4}
.hero-copy h1{
  font-size:clamp(48px,5.7vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
  margin:16px 0 20px;
  text-transform:uppercase
}
.hero-copy p{font-size:18px;color:#d7e7ef;max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:27px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:10px;font-size:12px;font-weight:850;border:1px solid transparent}
.btn-white{background:white;color:#10314b}
.btn-outline{border-color:rgba(255,255,255,.4);color:white;background:rgba(255,255,255,.04)}

.hero-visual{
  min-height:480px;
  position:relative;
  border:1px solid rgba(255,255,255,.13);
  border-radius:32px;
  background:
    radial-gradient(circle at 52% 42%,rgba(72,197,241,.14),transparent 28%),
    linear-gradient(155deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  box-shadow:0 34px 80px rgba(0,0,0,.22);
  backdrop-filter:blur(3px);
  overflow:hidden;
}
.hero-visual:before{
  content:"";
  position:absolute;
  width:430px;height:430px;
  border:1px solid rgba(153,226,255,.20);
  border-radius:50%;
  left:50%;top:46%;
  transform:translate(-50%,-50%);
  box-shadow:
    0 0 0 54px rgba(106,208,247,.035),
    0 0 0 108px rgba(106,208,247,.025);
}
.route{
  position:absolute;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(146,224,255,.8),transparent);
  transform-origin:left center;
  opacity:.85;
}
.route.r1{width:340px;left:64px;top:128px;transform:rotate(14deg)}
.route.r2{width:310px;left:110px;top:225px;transform:rotate(-16deg)}
.route.r3{width:285px;left:178px;top:92px;transform:rotate(35deg)}
.route-dot{
  position:absolute;width:8px;height:8px;border-radius:50%;
  background:#a7e8ff;box-shadow:0 0 18px #66cef4
}
.route-dot.d1{left:88px;top:144px}
.route-dot.d2{right:74px;top:171px}
.route-dot.d3{left:164px;bottom:112px}
.route-dot.d4{right:142px;bottom:82px}
.hero-badge{
  position:absolute;
  left:24px;top:22px;
  display:flex;align-items:center;gap:10px;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  background:rgba(3,28,46,.55);
  color:#d9eef7;
  font-size:10px;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.hero-badge i{
  width:8px;height:8px;border-radius:50%;
  background:#55d0fb;box-shadow:0 0 14px rgba(85,208,251,.85)
}
.hero-svg{
  position:absolute;
  left:4%;
  right:4%;
  bottom:2%;
  width:92%;
  height:auto;
  filter:drop-shadow(0 22px 28px rgba(0,0,0,.20));
}
.hero-stats{
  position:absolute;
  right:22px;
  top:22px;
  display:grid;
  gap:8px;
}
.hero-stat{
  min-width:138px;
  padding:10px 12px;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(3,29,48,.50);
}
.hero-stat strong{display:block;font-size:15px;color:white}
.hero-stat span{display:block;font-size:9px;color:#9fc8dc;margin-top:1px}


.quickbar{margin-top:-38px;position:relative;z-index:5}
.quick-grid{display:grid;grid-template-columns:repeat(6,1fr);background:white;border-radius:18px;box-shadow:var(--shadow);overflow:hidden;border:1px solid #e4ecf2}
.quick-link{padding:22px 18px;border-right:1px solid #e5edf2;transition:.2s}
.quick-link:last-child{border-right:0}
.quick-link span{display:block;color:var(--brand-dark);font-size:9px;font-weight:900;letter-spacing:.12em}
.quick-link strong{display:block;font-size:13px;margin-top:5px}
.quick-link:hover{background:#f1f8fc;transform:translateY(-2px)}

.section{padding:88px 0}
.soft{background:var(--soft)}
.dark{background:linear-gradient(135deg,#061522,#0a2f4e);color:white}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}
.kicker{font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-dark)}
.dark .kicker{color:#91dcfb}
.section-head h2{font-size:clamp(34px,4vw,52px);line-height:1.03;letter-spacing:-.04em;margin:6px 0 0}
.section-head p{max-width:600px;color:var(--muted);margin:0}
.dark .section-head p{color:#bcd0dd}

.overview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.overview-card{position:relative;border:1px solid var(--line);background:white;border-radius:24px;padding:28px;overflow:hidden;min-height:250px;transition:.22s}
.overview-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.overview-card .index{font-size:11px;font-weight:900;letter-spacing:.13em;color:var(--brand-dark)}
.overview-card h3{font-size:28px;letter-spacing:-.03em;margin:9px 0 10px}
.overview-card p{color:var(--muted);margin:0;max-width:520px}
.overview-card .open{display:inline-flex;margin-top:21px;font-size:12px;font-weight:900;color:var(--brand-dark)}
.overview-card:after{content:"";position:absolute;right:-70px;bottom:-70px;width:190px;height:190px;border:38px solid #eaf5fb;border-radius:50%}

.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{position:relative;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:20px;padding:24px;min-height:260px;transition:.22s}
.product-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.08)}
.product-arrow{position:absolute;right:18px;top:16px;color:#89dcfb;font-size:22px}
.product-index{font-size:10px;color:#8bd9f9;font-weight:900;letter-spacing:.12em}
.product-card h3{font-size:23px;line-height:1.08;margin:16px 0 10px}
.product-card p{font-size:12.5px;color:#b8cad7;margin:0}
.text-link{display:inline-flex;margin-top:20px;font-size:11px;font-weight:900;color:#9ce2ff}

.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center}
.contact-brand{display:flex;align-items:center;gap:15px;margin-bottom:20px}
.contact-brand img{width:82px;height:82px;object-fit:contain}
.contact-brand strong{display:block;font-size:16px;letter-spacing:.12em}
.contact-copy h2{font-size:clamp(36px,4vw,52px);line-height:1.04;letter-spacing:-.04em;margin:0 0 15px}
.contact-copy p{color:#c5d6e2;max-width:560px}
.contact-points{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:24px}
.contact-point{border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:14px;background:rgba(255,255,255,.045)}
.contact-point strong{display:block;font-size:12px}
.contact-point span{font-size:10px;color:#a8bdcd}

.form-card{background:white;color:var(--ink);border-radius:24px;padding:26px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.field{display:flex;flex-direction:column;gap:6px}
.field.full{grid-column:1/-1}
.field label{font-size:10px;font-weight:850;color:#576c7d}
.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:11px 12px;outline:none;background:#fff}
.field textarea{min-height:105px;resize:vertical}
.note{font-size:10px;color:#7d8f9f;margin-top:8px}

.footer{background:#03101a;color:#9eb1c0;padding:32px 0}
.footer-inner{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center}
.footer img{width:62px;height:62px;object-fit:contain}
.footer strong{display:block;color:#fff;font-size:12px;letter-spacing:.1em}
.footer span{display:block;font-size:10px;margin-top:2px}

@media(max-width:1150px){
  .logo-box{min-width:300px;padding-right:16px}
  .logo-copy strong{font-size:19px}
  .logo-copy span{font-size:14px}
  .nav-item{padding:0 15px;font-size:12px}
  .quick-grid{grid-template-columns:repeat(3,1fr)}
  .products-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .nav{height:72px;align-items:center;padding:0 12px}
  .logo-box{border:0;min-width:auto;padding:0}
  .logo-box img{width:52px;height:52px}
  .logo-copy{display:none}
  .mobile-toggle{display:block;margin-left:auto}
  .menu{display:none;position:absolute;left:0;right:0;top:72px;background:white;box-shadow:0 18px 30px rgba(5,30,49,.12);flex-direction:column}
  .menu.open{display:flex}
  .nav-item{min-height:52px;border-right:0;border-bottom:1px solid #e7ebee}
  .nav-item.contact{margin-left:0}
  .dropdown{position:static;box-shadow:none;border:0;padding:0 0 8px 15px;display:block;background:transparent}
  .hero{min-height:auto}
  .hero-content{grid-template-columns:1fr;padding:62px 0 82px}
  .hero-copy{padding:0}
  .hero-visual{min-height:410px}
  .quick-grid{grid-template-columns:repeat(2,1fr)}
  .overview-grid,.contact-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .container{width:min(100% - 24px,1220px)}
  .hero-copy h1{font-size:42px}
  .hero-visual{min-height:330px;border-radius:24px}
  .hero-stats{position:static;display:grid;grid-template-columns:repeat(3,1fr);padding:18px}
  .hero-badge{position:static;display:inline-flex;margin:18px 18px 0}
  .hero-svg{bottom:-3%;width:100%;left:0;right:0}
  .quick-grid,.products-grid,.contact-points,.form-grid{grid-template-columns:1fr}
  .section{padding:64px 0}
  .section-head{display:block}
  .section-head p{margin-top:12px}
  .overview-card{min-height:auto}
  .footer-inner{grid-template-columns:auto 1fr}
  .footer-inner>div:last-child{grid-column:1/-1}
}


/* FINAL NAVIGATION */
.site-header{position:relative;z-index:1000;width:100%;background:#fff;border-bottom:1px solid #d5d9dd;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.nav{display:flex;align-items:stretch;width:100%;height:88px}.logo-box{flex:0 0 330px;display:flex;align-items:center;gap:13px;padding:0 20px 0 26px;background:#fff;border-right:1px solid #d4d8dc}.logo-box img{width:50px;height:50px;object-fit:contain}.logo-copy strong{display:block;font-size:21px;line-height:1;color:#185b9e;font-weight:800}.logo-copy span{display:block;margin-top:3px;font-size:14px;line-height:1;color:#185b9e}
.menu{flex:1 1 auto;min-width:0;display:flex;align-items:stretch}.main-menu-item{appearance:none;border:0;border-right:1px solid #d4d8dc;border-radius:0;background:#f1f1f1;color:#101820;min-width:0;height:88px;display:flex;align-items:center;justify-content:center;padding:0 18px;font:700 13px Arial,Helvetica,sans-serif;white-space:nowrap;cursor:pointer;text-decoration:none}.main-menu-item span{margin-left:8px;font-size:9px}.main-menu-item:hover{background:#e8eef2}.main-menu-item.selected{background:#185b9e;color:#fff}.main-menu-item:nth-child(1){flex:0 0 102px}.main-menu-item:nth-child(2){flex:0 0 172px}.main-menu-item:nth-child(3){flex:0 0 225px}.main-menu-item:nth-child(4){flex:1 1 235px}.main-menu-item:nth-child(5){flex:0 0 186px}.contact-item{flex:0 0 100px;background:#185b9e;color:#fff;border-right:0;text-transform:uppercase}.contact-item:hover{background:#185b9e;color:#fff}
.secondary-row{display:none;position:relative;z-index:900;width:100%;height:50px;background:#fff;border-bottom:1px solid #e4e7e9;overflow:hidden}.secondary-row.show{display:block}.secondary-row-inner{width:100%;height:50px;display:block;overflow:hidden;padding:0;margin:0}.normal-sub-row{height:50px;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;overflow:hidden}.normal-sub-row a{height:50px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0 21px;color:#111;font:500 12px Arial,Helvetica,sans-serif;white-space:nowrap;text-decoration:none}.normal-sub-row a:hover{color:#185b9e;background:#f7fafc}
.secondary-row.products-open{height:100px!important;min-height:100px!important}.secondary-row.products-open .secondary-row-inner{height:100px!important;min-height:100px!important}.product-sub-row{height:50px!important;min-height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;overflow:hidden!important}.product-sub-row a{height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;padding:0 16px!important;color:#111!important;font:500 11px Arial,Helvetica,sans-serif!important;white-space:nowrap!important;text-decoration:none!important}.product-sub-row a:hover{color:#185b9e!important;background:#f7fafc!important}
.mobile-toggle{display:none;border:0;background:#1fa9ea;color:#185b9e;font-size:26px;padding:0 14px;cursor:pointer}
@media(max-width:1100px){.logo-box{flex-basis:280px}.main-menu-item{font-size:11px;padding:0 10px}.main-menu-item:nth-child(1){flex-basis:90px}.main-menu-item:nth-child(2){flex-basis:145px}.main-menu-item:nth-child(3){flex-basis:185px}.main-menu-item:nth-child(5){flex-basis:155px}.contact-item{flex-basis:90px}.product-sub-row a{padding:0 9px!important;font-size:10px!important}}
@media(max-width:850px){.nav{height:72px}.logo-box{flex:1 1 auto;height:72px;padding-left:15px}.logo-box img{width:44px;height:44px}.logo-copy strong{font-size:17px}.logo-copy span{font-size:11px}.mobile-toggle{display:block}.menu{display:none;position:absolute;top:72px;left:0;right:0;background:#1fa9ea;flex-direction:column;box-shadow:0 10px 25px rgba(0,0,0,.15)}.menu.mobile-open{display:flex}.main-menu-item,.contact-item{flex:0 0 52px!important;width:100%;height:52px;justify-content:flex-start;padding:0 20px;border-right:0;border-bottom:1px solid #ddd}.secondary-row.products-open{height:100px!important}.product-sub-row a{padding:0 6px!important;font-size:8.5px!important}.normal-sub-row a{padding:0 12px;font-size:10px}}

/* FINAL FONT REQUIREMENT: MONTSERRAT */
.site-header,
.site-header *,
.main-menu,
.main-menu *,
.main-menu-link,
.contact-link,
.secondary-row,
.secondary-row *,
.normal-sub-row,
.normal-sub-row a,
.product-sub-row,
.product-sub-row a,
.submenu-icon,
.mobile-toggle {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

/* =========================================================
   EXPLICIT MONTSERRAT FONT - HEADER / NAVIGATION
   ========================================================= */
.site-header,
.site-header .top-info,
.site-header .top-info-inner,
.site-header .main-nav,
.site-header .main-nav-inner,
.site-header .main-menu,
.site-header .main-menu-link,
.site-header .contact-link,
.site-header .mobile-toggle,
.site-header .secondary-row,
.site-header .secondary-row-inner,
.site-header .normal-sub-row,
.site-header .normal-sub-row a,
.site-header .product-sub-row,
.site-header .product-sub-row a,
.site-header .submenu-icon {
    font-family: 'Montserrat', sans-serif !important;
}

/* SUBMENU: TRANSPARENT BLUE + WHITE TEXT + HOVER ENLARGEMENT */
.secondary-row {
    background: rgba(9, 77, 133, 0.94) !important;
    border-bottom: 1px solid rgba(255,255,255,0.22) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.secondary-row-inner,
.normal-sub-row,
.product-sub-row {
    background: transparent !important;
}
.normal-sub-row a,
.product-sub-row a {
    color: #ffffff !important;
    background: transparent !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    transition: transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
    transform-origin: center center;
}
.submenu-icon {
    background: rgba(255,255,255,.16) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.25);
    transition: transform .18s ease, background-color .18s ease;
}
.normal-sub-row a:hover,
.product-sub-row a:hover {
    color: #ffffff !important;
    background: rgba(255,255,255,.16) !important;
    transform: scale(1.10);
    font-weight: 700;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,.18);
    position: relative;
    z-index: 5;
}
.normal-sub-row a:hover .submenu-icon,
.product-sub-row a:hover .submenu-icon {
    background: #ffffff !important;
    color: #1761a7 !important;
    transform: scale(1.08);
}
.normal-sub-row a.secondary-active,
.product-sub-row a.secondary-active {
    color: #ffffff !important;
    background: rgba(255,255,255,.10) !important;
    font-weight: 600;
}
@media(max-width:900px) {
    .secondary-row { background: rgba(9,77,133,.97) !important; }
    .normal-sub-row a:hover,
    .product-sub-row a:hover { transform: scale(1.05); }
}

/* =========================================================
   FINAL SUBMENU COLOUR
   Matches the LIGHT/UPPER BLUE of the supplied logo.
   Logo reference colour: RGB(28,160,242) / #1CA0F2
   ========================================================= */

.secondary-row {
    background: #1CA0F2 !important;
    border-bottom: 1px solid rgba(255,255,255,0.30) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.10);
}

.secondary-row-inner,
.normal-sub-row,
.product-sub-row {
    background: transparent !important;
}

.normal-sub-row a,
.product-sub-row a {
    color: #FFFFFF !important;
    background: transparent !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    transition: transform .18s ease,
                background-color .18s ease,
                box-shadow .18s ease,
                font-size .18s ease;
    transform-origin: center center;
}

.submenu-icon {
    background: rgba(255,255,255,.18) !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(255,255,255,.35);
}

.normal-sub-row a:hover,
.product-sub-row a:hover {
    color: #FFFFFF !important;
    background: rgba(0,0,0,.12) !important;
    transform: scale(1.10);
    font-weight: 700 !important;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,.18);
    position: relative;
    z-index: 5;
}

.normal-sub-row a:hover .submenu-icon,
.product-sub-row a:hover .submenu-icon {
    background: #FFFFFF !important;
    color: #1CA0F2 !important;
    transform: scale(1.08);
}

.normal-sub-row a.secondary-active,
.product-sub-row a.secondary-active {
    color: #FFFFFF !important;
    background: rgba(0,0,0,.08) !important;
}

@media(max-width:900px) {
    .secondary-row {
        background: #1CA0F2 !important;
    }

    .normal-sub-row a:hover,
    .product-sub-row a:hover {
        transform: scale(1.05);
    }
}


/* =========================================================
   UNIVERSAL SITE CONTROLS
   Scroll navigation + social side rail + full footer
   ========================================================= */

:root{
  --sb-upper-blue:#1ca0f2;
  --sb-deep-blue:#1761a7;
  --sb-navy:#061522;
  --sb-footer:#071b2b;
  --sb-footer-2:#0b2d49;
}

/* ---------- Social side rail ---------- */
.sb-social-rail{
  position:fixed;
  right:14px;
  top:50%;
  transform:translate3d(0,-50%,0);
  z-index:9998;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  padding:9px 7px;
  border-radius:18px;
  background:rgba(6,21,34,.88);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 12px 30px rgba(0,0,0,.20);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  transition:transform .28s ease, opacity .2s ease, background .2s ease;
  opacity:.92;
}
.sb-social-rail.sb-scroll-down{
  transform:translate3d(0,calc(-50% + 14px),0);
}
.sb-social-rail.sb-scroll-up{
  transform:translate3d(0,calc(-50% - 14px),0);
}
.sb-social-rail:hover{
  opacity:1;
  background:rgba(6,21,34,.97);
}
.sb-social-link{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  color:#fff;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.10);
  text-decoration:none;
  transition:transform .18s ease, background .18s ease, color .18s ease;
}
.sb-social-link:hover{
  transform:scale(1.14);
  background:var(--sb-upper-blue);
  color:#fff;
}
.sb-social-link svg{
  width:18px;
  height:18px;
  display:block;
  fill:currentColor;
}

/* ---------- Scroll up / down controls ---------- */
.sb-scroll-controls{
  position:fixed;
  right:18px;
  bottom:24px;
  z-index:9999;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.sb-scroll-btn{
  width:44px;
  height:44px;
  display:none;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:12px;
  background:var(--sb-upper-blue);
  color:#fff;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(7,38,62,.24);
  transition:transform .18s ease, background .18s ease, opacity .18s ease;
}
.sb-scroll-btn.sb-visible{display:flex}
.sb-scroll-btn:hover{
  transform:scale(1.10);
  background:var(--sb-deep-blue);
}
.sb-scroll-btn svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* ---------- Footer ---------- */
.sb-footer{
  margin-top:0;
  background:linear-gradient(135deg,var(--sb-footer) 0%,var(--sb-footer-2) 100%);
  color:#d8e7f0;
  font-family:'Montserrat',Arial,sans-serif;
}
.sb-footer-main{
  width:min(1180px,calc(100% - 38px));
  margin:0 auto;
  padding:62px 0 42px;
  display:grid;
  grid-template-columns:1.45fr repeat(4,1fr);
  gap:34px;
}
.sb-footer-brand{
  max-width:300px;
}
.sb-footer-logo{
  width:225px;
  height:auto;
  display:block;
  margin-bottom:17px;
  background:#fff;
  padding:8px 12px;
  border-radius:8px;
}
.sb-footer-title{
  margin:0 0 9px;
  color:#fff;
  font-size:14px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.sb-footer-text{
  margin:0;
  color:#9eb8c9;
  font-size:10px;
  line-height:1.8;
}
.sb-footer-col h3{
  margin:0 0 15px;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.sb-footer-links{
  list-style:none;
  margin:0;
  padding:0;
}
.sb-footer-links li{margin:0}
.sb-footer-links a{
  display:inline-block;
  padding:5px 0;
  color:#a9bfcd;
  font-size:10px;
  text-decoration:none;
  transition:color .16s ease, transform .16s ease;
}
.sb-footer-links a:hover{
  color:#fff;
  transform:translateX(3px);
}
.sb-footer-socials{
  display:flex;
  gap:8px;
  margin-top:17px;
}
.sb-footer-socials a{
  width:34px;height:34px;
  display:flex;align-items:center;justify-content:center;
  border-radius:9px;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
}
.sb-footer-socials a:hover{background:var(--sb-upper-blue)}
.sb-footer-socials svg{width:16px;height:16px;fill:currentColor}
.sb-footer-bottom{
  border-top:1px solid rgba(255,255,255,.10);
}
.sb-footer-bottom-inner{
  width:min(1180px,calc(100% - 38px));
  margin:0 auto;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.sb-footer-bottom p{
  margin:0;
  color:#7f9bad;
  font-size:9px;
}
.sb-footer-bottom a{
  color:#9fc4d8;
  font-size:9px;
  text-decoration:none;
}
.sb-footer-bottom a:hover{color:#fff}

/* Keep content clear of floating controls on small screens */
@media(max-width:900px){
  .sb-social-rail{
    right:8px;
    padding:7px 5px;
    gap:6px;
  }
  .sb-social-link{width:34px;height:34px;border-radius:9px}
  .sb-social-link svg{width:16px;height:16px}
  .sb-scroll-controls{right:9px;bottom:14px}
  .sb-scroll-btn{width:40px;height:40px;border-radius:10px}
  .sb-footer-main{
    grid-template-columns:repeat(2,1fr);
    gap:28px 22px;
    padding:45px 0 32px;
  }
  .sb-footer-brand{grid-column:1/-1;max-width:100%}
}
@media(max-width:560px){
  .sb-social-rail{
    top:auto;
    bottom:76px;
    transform:none;
  }
  .sb-social-rail.sb-scroll-down,
  .sb-social-rail.sb-scroll-up{transform:translateY(0)}
  .sb-footer-main{grid-template-columns:1fr}
  .sb-footer-brand{grid-column:auto}
  .sb-footer-bottom-inner{
    flex-direction:column;
    justify-content:center;
    padding:13px 0;
    text-align:center;
  }
}

/* =========================================================
   SOCIAL SIDEBAR - TRANSPARENT, DISTINCT BACKGROUND
   ========================================================= */

/* Override the previous dark social panel */
.sb-social-rail {
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Individual social buttons are also transparent */
.sb-social-link {
    background: rgba(255, 255, 255, 0.22) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #1761a7 !important;
}

.sb-social-link:hover {
    background: rgba(28, 160, 242, 0.72) !important;
    border-color: rgba(255, 255, 255, 0.65) !important;
    color: #ffffff !important;
    transform: scale(1.14);
}

/* Keep the rail transparent when the mouse is over it */
.sb-social-rail:hover {
    background: rgba(255, 255, 255, 0.22) !important;
}

/* On dark sections, the transparent icons remain visible */
.sb-social-link svg {
    fill: currentColor;
}

/* =========================================================
   SEABORNE GLOBAL FONT
   Change ONLY --global-font below to change the website font.
   Example: --global-font:'Poppins', sans-serif;
   ========================================================= */
:root{
  --global-font:'Montserrat', Arial, Helvetica, sans-serif;
}

/* Global typography */
html,
body,
body *,
button,
input,
select,
textarea{
  font-family:var(--global-font);
}

/* Keep icon fonts/svg unaffected; text inherits the global font. */
body{
  font-family:var(--global-font);
}

/* =========================================================
   SUBMENU - DARKER BLUE
   ========================================================= */
.secondary-row{
  background:#1761a7 !important;
  border-bottom:1px solid rgba(255,255,255,.25) !important;
}
.secondary-row-inner,
.normal-sub-row,
.product-sub-row{
  background:transparent !important;
}
.normal-sub-row a,
.product-sub-row a{
  color:#fff !important;
}
.normal-sub-row a:hover,
.product-sub-row a:hover,
.normal-sub-row a.secondary-active,
.product-sub-row a.secondary-active{
  color:#fff !important;
  background:rgba(0,0,0,.12) !important;
}
.submenu-icon{
  color:#fff !important;
  background:rgba(255,255,255,.15) !important;
  border-color:rgba(255,255,255,.28) !important;
}
.normal-sub-row a:hover .submenu-icon,
.product-sub-row a:hover .submenu-icon{
  color:#1761a7 !important;
  background:#fff !important;
}
