:root{--red:#be3944;--blue:#02539d;--nav:#052455;--dark:#001f4e;--soft:#f2f6fc;--muted:#474b5b;--line:#dce7f5;--shadow:0 22px 70px rgba(2,83,157,.16);--r:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Roboto,Arial,sans-serif;color:#142238;background:white;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1180px;margin:auto;padding:0 22px}.nav{height:74px;position:fixed;top:0;left:0;right:0;z-index:99;display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:rgba(5,36,85,.82);backdrop-filter:blur(14px);transition:.3s}.nav.scrolled{box-shadow:0 12px 35px rgba(0,0,0,.25);height:66px}.brand{display:flex;gap:12px;align-items:center;color:white}.brand-logo{height:46px;max-width:150px;width:auto;object-fit:contain;display:block}
.nav.scrolled .brand-logo{height:42px}
.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--red));font-weight:900;overflow:hidden}.brand-mark img{width:100%;height:100%;object-fit:contain;padding:7px}.brand small{display:block;font-size:11px;opacity:.8}.nav nav{display:flex;gap:6px;align-items:center}.nav nav a{color:rgba(255,255,255,.8);font-weight:700;font-size:13px;padding:10px 14px;border-radius:10px}.nav nav a:hover,.nav nav a.active{background:rgba(255,255,255,.13);color:white}.nav .quote,.btn-red{background:var(--red)!important;color:white!important}.hamb{display:none;background:transparent;border:0;color:white;font-size:28px}.hero{min-height:100vh;padding:118px 0 40px;position:relative;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#00122f,#063f7a)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,25,65,.96),rgba(2,83,157,.35)),url('../img/sample_1.png') right center/cover no-repeat;animation:slowzoom 18s ease-in-out infinite alternate}.hero:after,.pagehead:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:52px 52px}.hero .container{position:relative;z-index:1}.eyebrow{display:inline-block;margin-bottom:14px;padding:7px 16px;border-radius:99px;background:rgba(190,57,68,.16);border:1px solid rgba(255,255,255,.22);color:white;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.hero h1,.pagehead h1{margin:0;color:white;font-size:clamp(44px,8vw,96px);line-height:.94;letter-spacing:-.05em;text-transform:uppercase}.hero h1 span,.section-title span{color:#ff6973}.hero p{max-width:660px;color:rgba(255,255,255,.82);font-size:18px;line-height:1.8}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-flex;align-items:center;gap:10px;border:0;padding:14px 22px;border-radius:12px;font-weight:900;font-size:13px;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(0,0,0,.18)}.btn-blue{background:var(--blue);color:white}.btn-ghost{background:rgba(255,255,255,.12);color:white;border:1px solid rgba(255,255,255,.35)}.stats{position:relative;margin-top:-34px;z-index:2}.statgrid{display:grid;grid-template-columns:repeat(4,1fr);background:white;border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.stat{padding:24px;text-align:center;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat b{display:block;font-size:30px;color:var(--blue)}.stat small{font-weight:900;color:var(--muted);letter-spacing:.08em}.section{padding:86px 0}.soft{background:var(--soft)}.section-title{font-size:clamp(30px,4vw,54px);line-height:1.05;margin:0 0 12px;color:var(--dark);letter-spacing:-.03em}.section-sub{color:var(--muted);max-width:650px;line-height:1.8}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:32px}.card{background:white;border-radius:var(--r);padding:28px;box-shadow:var(--shadow);border:1px solid var(--line);position:relative;overflow:hidden;transition:.3s}.card:hover{transform:translateY(-8px)}.card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--red),var(--blue))}.card h3{margin-top:10px;color:var(--dark)}.icon{font-size:34px}.pagehead{min-height:360px;padding-top:126px;display:flex;align-items:center;position:relative;background:#093a72;overflow:hidden}.pagehead:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,24,62,.85),rgba(2,83,157,.15)),url('../img/sample_5.png') center/cover no-repeat}.pagehead .container{position:relative;z-index:1}.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.photo{border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.pillgrid{display:grid;gap:14px}.pill{display:grid;grid-template-columns:54px 1fr;gap:15px;align-items:center;background:var(--soft);padding:16px;border-radius:18px}.sticky-tabs{position:sticky;top:74px;z-index:50;background:rgba(242,246,252,.86);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);padding:14px 0}.tabs{display:flex;gap:9px;overflow:auto}.tabs a{white-space:nowrap;padding:10px 16px;border-radius:999px;background:white;border:1px solid var(--line);font-weight:900;font-size:12px}.tabs a.active,.tabs a:hover{background:var(--blue);color:white}.fleet-card{background:white;border-radius:24px;box-shadow:var(--shadow);overflow:hidden;margin:34px 0;border:1px solid var(--line)}.fleet-img{height:360px;object-fit:cover;width:100%}.fleet-body{padding:28px}.fleet-body h2{margin:0;color:var(--blue);font-size:38px}.fleet-body .red{color:var(--red);font-weight:900;font-size:12px;letter-spacing:.1em}.specs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.spec{background:var(--soft);border-radius:14px;padding:15px;text-align:center}.spec small{display:block;color:var(--muted);font-weight:900}.spec b{color:var(--dark)}.service-card{display:grid;grid-template-columns:70px 1fr;gap:20px}.job{display:block;background:white;border:1px solid var(--line);border-radius:18px;padding:22px;margin-top:16px;box-shadow:0 8px 30px rgba(2,83,157,.08)}.job h3{margin:0;color:var(--dark)}.job-meta{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);margin-top:10px;font-weight:700}.formbox{background:white;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:900;color:#20304c;text-transform:uppercase}.field input,.field select,.field textarea{border:1px solid #c9d8ea;border-radius:12px;padding:14px 15px;font-family:inherit;font-size:14px}.field textarea{min-height:120px}.quotehero{background:linear-gradient(90deg,rgba(2,83,157,.9),rgba(0,31,78,.62)),url('../img/sample_7.jpg') center/cover no-repeat}.mapbox{min-height:270px;border-radius:24px;background:linear-gradient(135deg,#dce7f5,#fff);display:grid;place-items:center;border:1px solid var(--line);color:var(--muted);font-weight:900}.footer{background:#061d42;color:white;padding:54px 0 0}.footgrid{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:30px}.footer a{display:block;color:rgba(255,255,255,.75);margin:8px 0}.footer p{color:rgba(255,255,255,.72);line-height:1.7}.copy{text-align:center;margin-top:34px;padding:18px;background:rgba(0,0,0,.18);color:rgba(255,255,255,.62)}.reveal{opacity:0;transform:translateY(28px);transition:.75s}.reveal.show{opacity:1;transform:none}@keyframes slowzoom{from{transform:scale(1)}to{transform:scale(1.08)}}@media(max-width:860px){.hamb{display:block}.nav nav{display:none;position:fixed;top:74px;left:0;right:0;background:var(--nav);padding:20px;flex-direction:column;align-items:stretch}.nav nav.open{display:flex}.statgrid,.cards,.split,.footgrid{grid-template-columns:1fr}.specs,.formgrid{grid-template-columns:1fr}.hero h1{font-size:48px}.stat{border-right:0;border-bottom:1px solid var(--line)}.fleet-img{height:230px}}
/* v3.6 CMS menu submenu patch - keeps v2 visual style */
.nav nav{display:flex;align-items:center;gap:6px}.nav-item{position:relative}.nav-item>a{display:inline-flex!important;align-items:center;gap:5px;color:rgba(255,255,255,.8);font-weight:700;font-size:13px;padding:10px 14px;border-radius:10px}.nav-item>a:hover,.nav-item>a.active{background:rgba(255,255,255,.13);color:white}.submenu{position:absolute;top:calc(100% + 14px);left:0;min-width:220px;background:#fff;color:#17233c;border:1px solid rgba(219,229,242,.9);border-radius:14px;box-shadow:0 18px 50px rgba(0,31,78,.18);padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s;z-index:120}.submenu:before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}.submenu a{display:block!important;color:#17233c!important;padding:10px 12px!important;border-radius:10px!important;white-space:nowrap}.submenu a:hover{background:#f2f6fc!important;color:#02539d!important}.nav-item:hover .submenu{opacity:1;visibility:visible;transform:translateY(0)}.chev{font-size:11px;opacity:.7}.admin-link{font-size:12px;opacity:.75}.success{background:#e9fbf0;border:1px solid #bfe9cc;color:#155b2d;padding:12px 14px;border-radius:12px;margin:12px 0}.empty-state{background:white;border:1px dashed #c9d8ea;border-radius:18px;padding:24px;color:#474b5b}.formbox button.field.full{justify-content:center}.footer .muted{color:rgba(255,255,255,.62)}
@media(max-width:860px){.nav nav{display:none;position:fixed;top:74px;left:0;right:0;background:var(--nav);padding:20px;flex-direction:column;align-items:stretch}.nav nav.open{display:flex}.nav-item>a{display:flex!important}.submenu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:rgba(255,255,255,.07);margin:4px 0 8px 18px}.submenu a{color:#fff!important}.nav nav>a{display:block}}

/* v3.8 map patch */
.mapbox.realmap{padding:0;overflow:hidden;min-height:360px;background:#e9eef5;position:relative;border-radius:18px;border:1px solid rgba(2,83,157,.14)}
.mapbox.realmap iframe{width:100%;height:360px;border:0;display:block;filter:saturate(.95) contrast(.98)}
.mapbox.realmap .maplink{position:absolute;left:14px;bottom:14px;background:#fff;color:#02539d;padding:8px 12px;border-radius:999px;font-weight:700;font-size:12px;box-shadow:0 8px 20px rgba(0,0,0,.12)}
.empty-state{padding:22px;border:1px dashed #c9d8ea;background:#f8fbff;border-radius:14px;color:#6b82a0}

/* Frontend inline editor for logged-in admins */
.ksm-editable{position:relative;outline:1px dashed rgba(190,57,68,.35);outline-offset:4px;border-radius:6px;display:inline-block;min-width:18px}
.ksm-editable:hover{outline-color:#be3944;background:rgba(190,57,68,.035)}
.ksm-edit-btn{position:absolute;right:-12px;top:-16px;width:26px;height:26px;border:0;border-radius:99px;background:#be3944;color:#fff;font-size:13px;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.18);cursor:pointer;z-index:20;line-height:26px;text-align:center;padding:0}
.ksm-edit-btn:hover{background:#02539d;transform:translateY(-1px)}
.ksm-inline-modal{position:fixed;inset:0;background:rgba(0,18,47,.62);z-index:99999;display:none;align-items:center;justify-content:center;padding:22px;backdrop-filter:blur(8px)}
.ksm-inline-modal.open{display:flex}
.ksm-inline-panel{width:min(720px,100%);background:#fff;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.28);overflow:hidden;color:#1a2840}
.ksm-inline-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:#052455;color:#fff;font-size:18px}
.ksm-inline-x{background:rgba(255,255,255,.12);color:#fff;border:0;width:34px;height:34px;border-radius:10px;font-size:22px;cursor:pointer}
.ksm-inline-key{padding:14px 22px 0;color:#6b82a0;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.ksm-inline-editor{width:calc(100% - 44px);margin:12px 22px;border:1px solid #cddaee;border-radius:12px;padding:14px;font:15px/1.5 Roboto,Arial,sans-serif;resize:vertical;min-height:180px;color:#1a2840;background:#f8fbff}
.ksm-inline-help{margin:0 22px 12px;color:#6b82a0;font-size:13px;background:#f2f6fc;border-radius:10px;padding:10px 12px}
.ksm-inline-actions{display:flex;justify-content:flex-end;gap:10px;padding:0 22px 22px}
.ksm-inline-actions button{border:0;border-radius:10px;padding:11px 18px;font-weight:800;cursor:pointer}
.ksm-inline-cancel{background:#edf2f8;color:#1a2840}.ksm-inline-save{background:#02539d;color:#fff}.ksm-inline-save:disabled{opacity:.6}

/* v3.14 force-visible inline editor */
.ksm-edit-toolbar{position:fixed;right:18px;bottom:18px;z-index:99998;background:#052455;color:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:0 15px 45px rgba(0,0,0,.28);border-radius:999px;padding:11px 16px;font-size:13px;font-weight:900}
.ksm-edit-toolbar a{color:#fff;text-decoration:underline;margin-left:10px}
.ksm-editable{position:relative!important;outline:2px dashed rgba(190,57,68,.55)!important;outline-offset:5px!important;border-radius:7px!important;display:inline-block!important;min-width:22px!important}
.ksm-editable .ksm-edit-btn{display:flex!important;align-items:center!important;justify-content:center!important;position:absolute!important;right:-14px!important;top:-18px!important;width:30px!important;height:30px!important;border:2px solid #fff!important;border-radius:999px!important;background:#be3944!important;color:#fff!important;font-size:15px!important;font-weight:900!important;box-shadow:0 10px 24px rgba(0,0,0,.25)!important;cursor:pointer!important;z-index:9999!important;line-height:1!important;padding:0!important;opacity:1!important;visibility:visible!important}
.ksm-editable:hover .ksm-edit-btn{background:#02539d!important;transform:translateY(-1px)!important}

/* KSM v3.15 Live Frontend Editor */
.ksm-edit-toolbar{display:none!important}
.ksm-editable{position:relative;outline:1px dashed rgba(2,83,157,.35);outline-offset:4px;border-radius:6px;transition:outline .18s,box-shadow .18s,background .18s}
.ksm-editable:hover{outline:2px solid #02539d;background:rgba(2,83,157,.04);box-shadow:0 0 0 5px rgba(2,83,157,.05)}
.ksm-edit-content{min-width:16px;min-height:1em;cursor:text;border-radius:4px}
.ksm-edit-content:focus{outline:2px solid #be3944;background:#fff7f8;box-shadow:0 8px 22px rgba(190,57,68,.12)}
.ksm-editable.ksm-dirty{outline:2px solid #be3944;background:rgba(190,57,68,.06)}
.ksm-editable.ksm-saving{opacity:.65;pointer-events:none}
.ksm-edit-btn{position:absolute!important;top:-14px!important;right:-14px!important;z-index:9998!important;width:28px!important;height:28px!important;border-radius:50%!important;border:2px solid #fff!important;background:#be3944!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;box-shadow:0 8px 22px rgba(0,0,0,.22)!important;cursor:pointer!important;padding:0!important;line-height:1!important}
.ksm-live-editor-bar{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);z-index:100000;display:flex;align-items:center;gap:14px;background:#052455;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:10px 12px 10px 18px;box-shadow:0 18px 50px rgba(0,0,0,.35);font-family:Roboto,Arial,sans-serif}
.ksm-live-editor-bar b{font-size:13px;margin-right:8px}.ksm-live-count{font-size:12px;color:#b7c7dd}.ksm-live-save{border:0;background:#be3944;color:#fff;padding:9px 16px;border-radius:999px;font-weight:800;cursor:pointer}.ksm-live-save:disabled{opacity:.65;cursor:wait}.ksm-live-editor-bar a{color:#fff;text-decoration:none;background:rgba(255,255,255,.12);padding:9px 14px;border-radius:999px;font-weight:700;font-size:13px}.ksm-live-toast{position:fixed;right:22px;bottom:88px;z-index:100001;opacity:0;transform:translateY(10px);transition:.2s;background:#052455;color:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 14px 38px rgba(0,0,0,.25);font-family:Roboto,Arial,sans-serif}.ksm-live-toast.show{opacity:1;transform:none}.ksm-live-toast.bad{background:#be3944}.ksm-live-toast.ok{background:#02539d}
@media(max-width:700px){.ksm-live-editor-bar{left:12px;right:12px;transform:none;bottom:12px;border-radius:18px;flex-wrap:wrap}.ksm-live-editor-bar>div{width:100%}.ksm-live-save,.ksm-live-editor-bar a{flex:1;text-align:center}}

/* KSM v3.16 improved live editor UX */
.ksm-editable{position:relative!important;outline:2px dashed rgba(190,57,68,.65)!important;outline-offset:5px!important;border-radius:8px!important;display:inline-block!important;min-width:24px!important;cursor:pointer!important;transition:.18s ease!important}
.ksm-editable:hover,.ksm-editable:focus{outline:3px solid #02539d!important;background:rgba(255,255,255,.18)!important;box-shadow:0 0 0 6px rgba(2,83,157,.12)!important}
.ksm-edit-content{pointer-events:none!important}
.ksm-editable .ksm-edit-btn{display:flex!important;align-items:center!important;justify-content:center!important;position:absolute!important;right:-16px!important;top:-22px!important;width:32px!important;height:32px!important;border:3px solid #fff!important;border-radius:999px!important;background:#be3944!important;color:#fff!important;font-size:15px!important;font-weight:900!important;box-shadow:0 10px 24px rgba(0,0,0,.28)!important;cursor:pointer!important;z-index:9999!important;line-height:1!important;padding:0!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.ksm-editable:hover .ksm-edit-btn{background:#02539d!important;transform:translateY(-1px)!important}.ksm-editable.ksm-saving{opacity:.62;pointer-events:none}.ksm-editable.ksm-dirty{outline-color:#be3944!important;background:rgba(190,57,68,.08)!important}
.ksm-live-editor-bar{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);z-index:100000;display:flex;align-items:center;gap:14px;background:#052455;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:10px 12px 10px 18px;box-shadow:0 18px 50px rgba(0,0,0,.35);font-family:Roboto,Arial,sans-serif}.ksm-live-editor-bar b{font-size:13px;margin-right:8px}.ksm-live-count{font-size:12px;color:#b7c7dd;margin-right:8px}.ksm-live-status{font-style:normal;font-size:12px;color:#fff;opacity:.75}.ksm-live-save{border:0;background:#be3944;color:#fff;padding:9px 16px;border-radius:999px;font-weight:800;cursor:pointer}.ksm-live-save.has-dirty{animation:ksmPulse 1.2s infinite}.ksm-live-save:disabled{opacity:.65;cursor:wait}.ksm-live-editor-bar a{color:#fff;text-decoration:none;background:rgba(255,255,255,.12);padding:9px 14px;border-radius:999px;font-weight:700;font-size:13px}
.ksm-live-toast{position:fixed;right:22px;bottom:88px;z-index:100001;opacity:0;transform:translateY(10px);transition:.2s;background:#052455;color:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 14px 38px rgba(0,0,0,.25);font-family:Roboto,Arial,sans-serif;max-width:420px}.ksm-live-toast.show{opacity:1;transform:none}.ksm-live-toast.bad{background:#be3944}.ksm-live-toast.ok{background:#02539d}
.ksm-editor-panel{position:fixed;right:22px;top:92px;width:min(520px,calc(100vw - 44px));z-index:100002;background:#fff;color:#152033;border:1px solid #d8e3f4;border-radius:18px;box-shadow:0 25px 80px rgba(0,20,60,.32);font-family:Roboto,Arial,sans-serif;opacity:0;transform:translateX(18px);pointer-events:none;transition:.2s ease;overflow:hidden}.ksm-editor-panel.open{opacity:1;transform:none;pointer-events:auto}.ksm-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:#052455;color:#fff;padding:16px 18px}.ksm-editor-head b{display:block;font-size:15px}.ksm-editor-key{display:block;margin-top:4px;font-size:12px;color:#b7c7dd;word-break:break-all}.ksm-editor-close{border:0;background:rgba(255,255,255,.13);color:#fff;width:34px;height:34px;border-radius:999px;font-size:25px;line-height:1;cursor:pointer}.ksm-editor-help{padding:12px 18px;color:#526579;background:#f5f7fa;border-bottom:1px solid #e4ebf5;font-size:13px}.ksm-editor-textarea{display:block;width:calc(100% - 36px);margin:18px;height:230px;resize:vertical;border:2px solid #cddaee;border-radius:14px;padding:14px 15px;font-family:Roboto,Arial,sans-serif;font-size:15px;line-height:1.6;color:#111827!important;background:#fff!important;outline:none}.ksm-editor-textarea:focus{border-color:#02539d;box-shadow:0 0 0 5px rgba(2,83,157,.12)}.ksm-editor-actions{display:flex;justify-content:flex-end;gap:10px;padding:0 18px 18px}.ksm-editor-actions button{border:0;border-radius:12px;padding:11px 16px;font-weight:800;cursor:pointer}.ksm-editor-cancel{background:#e9eef7;color:#334155}.ksm-editor-save{background:#be3944;color:#fff}.ksm-editor-save:disabled{opacity:.65;cursor:wait}@keyframes ksmPulse{0%,100%{box-shadow:0 0 0 0 rgba(190,57,68,.5)}50%{box-shadow:0 0 0 8px rgba(190,57,68,0)}}@media(max-width:700px){.ksm-live-editor-bar{left:12px;right:12px;transform:none;bottom:12px;border-radius:18px;flex-wrap:wrap}.ksm-live-editor-bar>div{width:100%}.ksm-live-save,.ksm-live-editor-bar a{flex:1;text-align:center}.ksm-editor-panel{right:12px;left:12px;width:auto;top:74px}.ksm-editor-textarea{height:210px}}
.job-rich{line-height:1.75;margin:10px 0 22px}.job-rich ul,.job-rich ol{padding-left:24px;margin:10px 0}.job-rich h2,.job-rich h3{margin:14px 0 8px;color:inherit}.job-rich a{text-decoration:underline;color:inherit}

/* v3.25 form security patch */
.form-error{background:#fff1f1;border:1px solid #ffd0d0;color:#9b1c1c;padding:12px 14px;border-radius:12px;margin:10px 0 16px;font-weight:700}
.captcha-field{margin-top:4px}.captcha-wrap{display:flex;align-items:center;gap:10px;background:#f5f8fc;border:1px solid #c9d8ea;border-radius:12px;padding:8px}.captcha-q{display:inline-flex;align-items:center;justify-content:center;min-width:82px;height:40px;border-radius:10px;background:#052455;color:#fff;font-weight:900;letter-spacing:.04em}.captcha-wrap input{border:0!important;background:#fff!important;margin:0!important;min-height:40px;color:#17233c!important}.captcha-wrap input:focus{outline:2px solid rgba(2,83,157,.18)}

/* v3.33 home PDF alignment patch */
.clients-strip{background:#f5f7fa;padding:34px 0 28px;border-bottom:1px solid var(--line);overflow:hidden;position:relative}.clients-label{text-align:center;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#474b5b;margin-bottom:20px}.clients-marquee{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.clients-track{display:flex;align-items:center;width:max-content;animation:ksmClientMarquee 24s linear infinite}.clients-track:hover{animation-play-state:paused}.client-pill{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #dce7f5;border-radius:999px;padding:10px 22px;margin:0 10px;white-space:nowrap;font-size:12px;font-weight:900;color:#001f4e;box-shadow:0 10px 28px rgba(2,83,157,.07);letter-spacing:.04em}.client-dot{width:8px;height:8px;background:#be3944;border-radius:50%;box-shadow:0 0 0 5px rgba(190,57,68,.09)}@keyframes ksmClientMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.stats{margin-top:0}.stat b.count-up{font-variant-numeric:tabular-nums}.home-service-cards .card{min-height:260px}.service-feature .icon{width:58px;height:58px;border-radius:18px;background:#f2f6fc;display:grid;place-items:center;margin-bottom:12px}.service-feature h3{font-size:22px}.service-feature p{color:#474b5b;line-height:1.75}.home-services{background:#f2f6fc}
@media(max-width:860px){.clients-strip{padding:28px 0 22px}.client-pill{padding:9px 16px;margin:0 6px}.clients-track{animation-duration:18s}.home-service-cards .card{min-height:auto}}

/* v3.34 customer logo marquee + editable counters */
.client-pill img{max-height:34px;max-width:140px;object-fit:contain;display:block}
.client-pill span{white-space:nowrap}
.editable-count{display:block;font-size:30px;color:var(--blue)}
.editable-count .ksm-editable{font-size:30px;color:var(--blue);font-weight:900}

.client-pill.logo-only{min-width:120px;justify-content:center;padding:14px 22px}.client-pill.logo-only img{max-height:42px;max-width:130px}
/* v3.39 inline color toolbar + section builder */
.ksm-formatbar{display:flex;gap:6px;flex-wrap:wrap;padding:12px 14px;background:#f6f8fc;border-bottom:1px solid #e2eaf5}.ksm-formatbar button{height:34px;border:1px solid #d5e0ee;background:#fff;border-radius:9px;padding:0 10px;font-weight:800;color:#1d3150;cursor:pointer}.ksm-formatbar button:hover{background:#eaf2ff;color:#02539d}.ksm-color-label{display:inline-flex;align-items:center;gap:7px;height:34px;border:1px solid #d5e0ee;background:#fff;border-radius:9px;padding:0 10px;font-size:12px;font-weight:800;color:#41536f}.ksm-color-label input{width:36px;height:24px;border:0;background:transparent;padding:0}.ksm-rich-editor{display:block;width:calc(100% - 36px);margin:18px;min-height:260px;max-height:54vh;overflow:auto;border:2px solid #cddaee;border-radius:14px;padding:16px;font-family:Roboto,Arial,sans-serif;font-size:15px;line-height:1.65;color:#111827!important;background:#fff!important;outline:none}.ksm-rich-editor:focus{border-color:#02539d;box-shadow:0 0 0 5px rgba(2,83,157,.12)}.ksm-rich-editor ul,.ksm-rich-editor ol{padding-left:25px}.builder-section{padding:48px 0;background:transparent}.builder-grid{display:grid;gap:24px}.builder-cols-1{grid-template-columns:1fr}.builder-cols-2{grid-template-columns:repeat(2,1fr)}.builder-cols-3{grid-template-columns:repeat(3,1fr)}.builder-cols-4{grid-template-columns:repeat(4,1fr)}.builder-cell{background:transparent;border:0;border-radius:0;padding:0;min-height:40px}.builder-cell img{width:100%;height:auto;border-radius:14px;display:block}.builder-caption{margin:10px 0 0;color:#6b82a0;font-size:14px}@media(max-width:800px){.builder-grid{grid-template-columns:1fr!important}.ksm-rich-editor{min-height:220px}}

/* v3.40 PDF alignment patch */
.home-hero-wave{padding-bottom:92px}.hero-wave{position:absolute;left:0;right:0;bottom:-1px;width:100%;height:92px;z-index:1;fill:#fff}.home-stats-pdf{margin-top:-42px}.home-stats-pdf .statgrid{border-radius:0;box-shadow:none;border-bottom:1px solid var(--line)}.home-stats-pdf .stat{padding:24px 16px}.home-stats-pdf .stat b{font-size:32px;color:#052455}.clients-strip{background:#fff;padding:26px 0 22px}.client-pill.logo-only{padding:8px 14px;border-radius:16px}.client-pill img{max-height:36px;max-width:130px;object-fit:contain}.maritime-panel{padding:34px 0 48px;background:#f5f7fa}.maritime-title{text-align:center;color:#be3944;font-size:clamp(28px,4vw,42px);font-weight:900;margin:0 0 18px;letter-spacing:-.02em}.maritime-logos{display:flex;justify-content:center;align-items:flex-start;gap:50px;flex-wrap:wrap}.maritime-logo-item{text-align:center;max-width:210px;color:#001f4e}.maritime-logo-box{height:96px;display:grid;place-items:center;margin-bottom:8px}.maritime-logo-box img{max-height:92px;max-width:150px;object-fit:contain}.maritime-logo-item b{display:block;font-size:14px}.maritime-logo-item small{display:block;font-size:12px;line-height:1.35;color:#001f4e;font-weight:700}.maritime-fallback{font-size:26px;font-weight:900;color:#02539d}.home-services-pdf{padding-top:0}.home-service-cards{align-items:stretch}.home-service-cards .card{box-shadow:0 18px 42px rgba(2,83,157,.08);border:0}.home-service-cards .card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(2,83,157,.16)}.eyebrow.dark{background:rgba(2,83,157,.08);color:#02539d;border-color:#dbe6f3}.op-map-card{display:grid;grid-template-columns:1fr 1.4fr;gap:28px;align-items:center;background:#f2f6fc;border:1px solid var(--line);border-radius:24px;padding:26px}.op-map-img{border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.op-map-img img{width:100%;display:block}.fleet-pagehead{min-height:250px}.fleet-pagehead:before{background:linear-gradient(90deg,rgba(0,42,94,.9),rgba(9,58,114,.65)),url('../img/sample_1.png') right center/contain no-repeat}.fleet-tab-section{padding-top:46px}.fleet-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.fleet-guide{font-weight:900;max-width:420px}.fleet-tabs-pdf{display:flex;gap:10px;overflow:auto;margin:28px 0 22px}.fleet-tab-btn{white-space:nowrap;border:1px solid #bdd0e8;background:#fff;color:#264567;border-radius:9px;padding:11px 18px;font-weight:900;font-size:13px;box-shadow:0 7px 18px rgba(2,83,157,.06);cursor:pointer}.fleet-tab-btn.active,.fleet-tab-btn:hover{background:#02539d;color:#fff;border-color:#02539d}.fleet-panel{display:none}.fleet-panel.active{display:block}.fleet-hero-img{height:390px;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #cbd9ea}.fleet-hero-img img{width:100%;height:100%;object-fit:cover}.fleet-info-card{margin-top:20px;background:#fff;border-radius:24px;padding:28px 34px;border:1px solid var(--line);box-shadow:0 12px 34px rgba(2,83,157,.07)}.fleet-info-card h2{color:#02539d;font-size:34px;margin:6px 0 8px}.ksm-editable-image{position:relative;display:block}.ksm-img-edit-btn{position:absolute;right:12px;top:12px;z-index:5;border:0;border-radius:999px;background:#be3944;color:#fff;font-weight:900;padding:9px 13px;box-shadow:0 10px 24px rgba(0,0,0,.18);opacity:.92;cursor:pointer}.ksm-editable-image:hover .ksm-img-edit-btn{opacity:1;transform:translateY(-1px)}.content-separator{border:0;border-top:2px solid #dbe6f3;margin:22px 0}@media(max-width:860px){.maritime-logos{gap:22px}.op-map-card,.fleet-title-row{grid-template-columns:1fr;display:block}.fleet-hero-img{height:240px}.fleet-info-card{padding:22px}.fleet-guide{margin-top:12px}.home-stats-pdf{margin-top:0}}


/* v3.41 banner/image edit refinements */
.pagehead-editable{background:#093a72;position:relative;overflow:hidden}
.pagehead-editable:before{display:none!important}
.pagehead-editable .pagehead-bg-wrap{position:absolute;inset:0;z-index:0}
.pagehead-editable .pagehead-bg-wrap .ksm-editable-image{position:absolute;inset:0;width:100%;height:100%}
.pagehead-editable .pagehead-bg-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.pagehead-editable .pagehead-bg-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,24,62,.82),rgba(2,83,157,.18));z-index:1;pointer-events:none}
.pagehead-editable .container{position:relative;z-index:2}
.ksm-img-tools{position:absolute;right:12px;top:12px;z-index:8;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.ksm-img-tools .ksm-img-edit-btn,.ksm-img-tools .ksm-img-default-btn{position:static;border:0;border-radius:999px;color:#fff;font-weight:900;padding:9px 13px;box-shadow:0 10px 24px rgba(0,0,0,.2);cursor:pointer;font-size:12px}
.ksm-img-tools .ksm-img-edit-btn{background:#be3944}
.ksm-img-tools .ksm-img-default-btn{background:#052455}
.photo .ksm-editable-image,.op-map-img .ksm-editable-image,.fleet-hero-img .ksm-editable-image{height:100%}
.photo .ksm-editable-image img{width:100%;height:100%;object-fit:cover}


/* v3.42 fixes: About mission, no-WebGL map, frontend section adder */
.mission-list p{margin:0;padding:10px 0;border-bottom:1px solid #d3deec;color:#34445f;line-height:1.55}.mission-list p:last-child{border-bottom:0}.static-mapbox{position:relative;overflow:hidden;min-height:330px;background:linear-gradient(135deg,#eaf2fb 0%,#ffffff 52%,#d9e8f7 100%)!important;border:1px solid #d7e3f2!important;display:grid!important;place-items:center!important}.static-mapbox:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(2,83,157,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(2,83,157,.08) 1px,transparent 1px);background-size:38px 38px;transform:rotate(-4deg) scale(1.1)}.static-map-pin{position:relative;z-index:1;width:74px;height:74px;border-radius:50%;background:#be3944;color:#fff;display:grid;place-items:center;font-size:38px;font-weight:900;box-shadow:0 22px 55px rgba(190,57,68,.35)}.static-map-info{position:relative;z-index:1;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border:1px solid #d7e3f2;border-radius:18px;padding:20px;margin:20px;max-width:420px;box-shadow:0 16px 50px rgba(2,83,157,.14);text-align:center}.static-map-info b{display:block;color:#052455;font-size:20px;margin-bottom:8px}.static-map-info p{color:#536781}.ksm-live-add{background:#10a37f!important;color:#fff!important;border:0;border-radius:10px;padding:10px 14px;font-weight:900;cursor:pointer}.ksm-section-add-modal{position:fixed;inset:0;background:rgba(0,18,47,.62);z-index:999999;display:none;align-items:center;justify-content:center;padding:22px;backdrop-filter:blur(8px)}.ksm-section-add-modal.open{display:flex}.ksm-section-add-card{width:min(560px,100%);background:#fff;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.28);overflow:hidden;color:#1a2840}.ksm-section-add-body{padding:20px 22px;display:grid;gap:14px}.ksm-section-add-body label{display:grid;gap:7px;font-weight:900;color:#1d3150;font-size:13px}.ksm-section-add-body input,.ksm-section-add-body select{height:44px;border:1px solid #cddaee;border-radius:12px;padding:0 12px;font-family:inherit}.builder-empty-page{padding-top:30px;padding-bottom:30px}


/* v3.44 frontend section/row builder */
.builder-cell-chooser{border:2px dashed #c8d8ed;border-radius:14px;padding:18px;min-height:86px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:rgba(255,255,255,.68)}
.builder-cell-chooser b{color:#052455;margin-right:6px}.builder-cell-chooser span{color:#6b82a0;font-size:13px;margin-right:auto}.builder-choose{border:0;border-radius:999px;padding:9px 14px;font-weight:900;cursor:pointer;background:#02539d;color:#fff}.builder-choose:nth-of-type(2){background:#be3944}.ksm-user-section .ksm-editable{display:block!important}.ksm-user-section .ksm-edit-content{display:block!important}.ksm-section-add-body label{display:block;font-weight:900;color:#052455;margin-bottom:14px}.ksm-section-add-body select{display:block;width:100%;margin-top:8px;border:1px solid #cddaee;border-radius:12px;padding:12px;background:#fff;color:#17233c;font-weight:800}.ksm-inline-help{margin:12px 0 0;color:#64748b;line-height:1.5}


/* v3.45 frontend hide/delete controls for custom sections */
.ksm-user-section{position:relative;}
.ksm-section-inline-tools{position:absolute;right:22px;top:10px;z-index:30;display:flex;gap:8px;opacity:.18;transition:.2s;}
.ksm-user-section:hover .ksm-section-inline-tools{opacity:1;}
.ksm-section-inline-tools button{border:0;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.18);cursor:pointer;color:#fff;}
.ksm-section-inline-tools .ksm-section-hide{background:#02539d;}
.ksm-section-inline-tools .ksm-section-delete{background:#be3944;}
.ksm-section-inline-tools button:disabled{opacity:.65;cursor:wait;}
@media(max-width:700px){.ksm-section-inline-tools{position:relative;right:auto;top:auto;margin:0 16px 8px;justify-content:flex-end;opacity:1;}}


/* v3.46 visual composer style section reorder */
.ksm-sortable-section{position:relative}
.ksm-template-section-tools{position:absolute;top:14px;left:14px;z-index:80;display:flex;gap:6px;opacity:0;transform:translateY(-4px);transition:.2s ease;pointer-events:none}
.ksm-sortable-section:hover>.ksm-template-section-tools{opacity:1;transform:none;pointer-events:auto}
.ksm-template-section-tools button{width:32px;height:32px;border:0;border-radius:10px;background:#052455;color:#fff;font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.18);cursor:pointer;line-height:1}
.ksm-template-section-tools button:hover{background:#be3944;transform:translateY(-1px)}
.ksm-section-dragging{opacity:.55;outline:2px dashed #be3944;outline-offset:-8px}
.ksm-order-hint{font-size:12px;color:#5d6d84;margin-left:8px;align-self:center}
@media(max-width:768px){.ksm-template-section-tools{opacity:1;pointer-events:auto}.ksm-order-hint{display:none}}


/* v3.47 section settings + duplicate */
.ksm-width-full > .container{max-width:none;width:100%;padding-left:0;padding-right:0}
.ksm-width-wide > .container{max-width:1440px;width:100%}
.ksm-width-container > .container{max-width:1200px;width:100%}
.ksm-width-narrow > .container{max-width:860px;width:100%}
.ksm-section-hidden{opacity:.38;outline:2px dashed rgba(190,57,68,.55);outline-offset:-8px}
body:not([data-admin-edit]) .ksm-section-hidden{display:none!important}
.ksm-template-section-tools{flex-wrap:wrap;max-width:260px}
.ksm-template-section-tools .ksm-section-settings{background:#02539d}
.ksm-template-section-tools .ksm-section-duplicate{background:#39546f}
.ksm-template-section-tools .ksm-section-toggle-hide{background:#be3944}
.ksm-section-settings-modal{position:fixed;inset:0;z-index:10030;background:rgba(4,18,43,.54);display:grid;place-items:center;padding:20px}
.ksm-section-settings-card{width:min(460px,calc(100vw - 32px));background:#fff;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.28);overflow:hidden;color:#1a2840}
.ksm-checkline{display:flex!important;align-items:center;gap:10px;font-weight:900;color:#052455}.ksm-checkline input{width:18px;height:18px}


/* v3.49 safety: header/navigation/footer are locked out from frontend section sorting */
.ksm-locked-section{position:relative}
.ksm-locked-section>.ksm-template-section-tools{display:none!important}
header.nav, footer.footer{cursor:auto!important}

.maritime-logo-item.logo-only .maritime-logo-box{margin-bottom:0}

/* v3.51 Banner alignment + section lock + custom CSS support */
.pagehead.pagehead-align-left .container{text-align:left;margin-left:auto;margin-right:auto}
.pagehead.pagehead-align-center .container{text-align:center;margin-left:auto;margin-right:auto}
.pagehead.pagehead-align-right .container{text-align:right;margin-left:auto;margin-right:auto}
.pagehead.pagehead-align-right .section-sub{margin-left:auto}
.pagehead.pagehead-align-center .section-sub{margin-left:auto;margin-right:auto}
[data-section-locked="1"],.ksm-locked-section{cursor:default!important}
.ksm-locked-section .ksm-template-section-tools,.ksm-locked-section .ksm-section-inline-tools{display:none!important}
.ksm-custom-css-modal{position:fixed;inset:0;background:rgba(3,14,36,.48);z-index:999999;display:none;align-items:center;justify-content:center;padding:18px}.ksm-custom-css-modal.open{display:flex}.ksm-custom-css-card{width:min(900px,96vw);background:#fff;border-radius:20px;box-shadow:0 30px 80px rgba(0,0,0,.25);overflow:hidden}.ksm-custom-css-card textarea{width:100%;min-height:420px;border:0;border-top:1px solid #dbe6f3;border-bottom:1px solid #dbe6f3;padding:18px;font-family:Consolas,Monaco,monospace;font-size:14px;line-height:1.55;outline:none;color:#17233c;background:#fbfdff}.ksm-custom-css-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 18px}.ksm-custom-css-actions button{border:0;border-radius:10px;padding:11px 15px;font-weight:900;cursor:pointer}.ksm-custom-css-cancel{background:#edf3fa;color:#17233c}.ksm-custom-css-save{background:#02539d;color:white}.ksm-formatbar .align-btn{min-width:36px}


/* v3.53 hard fix: page banner text alignment */
.pagehead .pagehead-content{display:flex!important;flex-direction:column!important;width:100%!important;position:relative!important;z-index:2!important;}
.pagehead.pagehead-align-left .pagehead-content{align-items:flex-start!important;text-align:left!important;}
.pagehead.pagehead-align-center .pagehead-content{align-items:center!important;text-align:center!important;}
.pagehead.pagehead-align-right .pagehead-content{align-items:flex-end!important;text-align:right!important;}
.pagehead.pagehead-align-left h1,.pagehead.pagehead-align-left .section-sub{margin-left:0!important;margin-right:auto!important;text-align:left!important;}
.pagehead.pagehead-align-center h1,.pagehead.pagehead-align-center .section-sub{margin-left:auto!important;margin-right:auto!important;text-align:center!important;}
.pagehead.pagehead-align-right h1,.pagehead.pagehead-align-right .section-sub{margin-left:auto!important;margin-right:0!important;text-align:right!important;}
.pagehead[data-banner-align="left"] .pagehead-content{align-items:flex-start!important;text-align:left!important;}
.pagehead[data-banner-align="center"] .pagehead-content{align-items:center!important;text-align:center!important;}
.pagehead[data-banner-align="right"] .pagehead-content{align-items:flex-end!important;text-align:right!important;}

/* v3.54 service icon image support */
.service-icon-img{width:44px;height:44px;object-fit:contain;display:block;margin:auto;}
.service-card .service-icon,.service-feature .service-icon{display:flex;align-items:center;justify-content:center;overflow:hidden;}
.service-card .service-icon img,.service-feature .service-icon img{max-width:100%;max-height:100%;}


/* v3.55 Fleet rich text, gallery carousel, hover zoom, centered edit controls */
.fleet-desc-html{max-width:none}.fleet-desc-html p{margin:0 0 12px}.fleet-desc-html ul,.fleet-desc-html ol{margin:10px 0 10px 22px;padding:0}.fleet-desc-html li{margin:5px 0}.fleet-desc-html strong,.fleet-desc-html b{color:#052455}.fleet-desc-html h1,.fleet-desc-html h2,.fleet-desc-html h3{margin:10px 0;color:#052455}
.fleet-carousel{position:relative;border-radius:18px;overflow:hidden;background:#dce7f5;box-shadow:0 18px 45px rgba(2,83,157,.12);margin:22px 0 18px}.fleet-carousel-track{position:relative;min-height:360px}.fleet-slide{position:absolute;inset:0;margin:0;opacity:0;pointer-events:none;transition:opacity .35s ease}.fleet-slide.active{opacity:1;pointer-events:auto;position:relative}.fleet-slide .ksm-editable-image,.fleet-slide img{width:100%;height:360px;display:block;object-fit:cover}.fleet-slide img{transition:transform .55s ease, filter .35s ease}.fleet-slide:hover img{transform:scale(1.045);filter:saturate(1.06)}.fleet-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,31,78,.55),rgba(0,31,78,0) 58%);pointer-events:none}.fleet-slide figcaption{position:absolute;left:18px;bottom:16px;z-index:2;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.4)}.fleet-slide figcaption b{display:block;font-size:15px;text-transform:uppercase;letter-spacing:.03em}.fleet-slide figcaption small{display:block;font-size:11px;opacity:.9}.fleet-car-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border:0;border-radius:999px;background:rgba(5,36,85,.84);color:#fff;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 14px 28px rgba(0,0,0,.22)}.fleet-car-btn:hover{background:#be3944}.fleet-car-btn.prev{left:14px}.fleet-car-btn.next{right:14px}.fleet-car-dots{position:absolute;right:18px;bottom:18px;z-index:6;display:flex;gap:7px}.fleet-car-dots button{width:10px;height:10px;border:0;border-radius:999px;background:rgba(255,255,255,.55);cursor:pointer}.fleet-car-dots button.active{background:#fff;width:22px}.admin-gallery-preview{border:1px solid #dce7f5;border-radius:14px;padding:14px;background:#f8fbff}.admin-gallery-grid{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.admin-gallery-grid span{width:96px;border:1px solid #dce7f5;border-radius:12px;padding:6px;background:#fff}.admin-gallery-grid img{width:100%;height:62px;object-fit:cover;border-radius:8px}.admin-gallery-grid small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#64748b;font-size:10px;margin-top:4px}.checkline{display:flex!important;align-items:center;gap:8px;font-weight:800;color:#344861;margin-top:10px}.checkline input{width:auto!important}
body[data-admin-edit] .ksm-editable{position:relative!important}.ksm-editable .ksm-edit-btn{top:50%!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;width:38px!important;height:38px!important;opacity:.88!important;background:#be3944!important}.ksm-editable:hover .ksm-edit-btn{transform:translate(-50%,-50%) scale(1.06)!important;background:#02539d!important}.ksm-img-tools{position:absolute!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;display:flex!important;gap:8px!important;align-items:center!important;justify-content:center!important;z-index:20!important;opacity:0!important;transition:.2s!important;pointer-events:none!important}.ksm-editable-image{position:relative;display:block;overflow:hidden}.ksm-editable-image:hover .ksm-img-tools{opacity:1!important;pointer-events:auto!important}.ksm-img-tools button{border:0;border-radius:999px;padding:10px 14px;font-weight:900;background:#052455;color:#fff;box-shadow:0 14px 30px rgba(0,0,0,.24);cursor:pointer}.ksm-img-tools .ksm-img-default-btn{background:#be3944}@media(max-width:768px){.fleet-carousel-track,.fleet-slide .ksm-editable-image,.fleet-slide img{height:250px}.fleet-car-btn{width:36px;height:36px;font-size:24px}.fleet-tabs-pdf{overflow-x:auto;white-space:nowrap}}


/* v3.56 Section toolbar moved to middle-left + Fleet 2-up carousel */
body[data-admin-edit] .ksm-template-section-tools{
  position:absolute!important;
  top:50%!important;
  left:14px!important;
  right:auto!important;
  transform:translate(-110%,-50%)!important;
  z-index:120!important;
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  max-width:none!important;
  flex-wrap:nowrap!important;
  opacity:.22!important;
  pointer-events:none!important;
}
body[data-admin-edit] .ksm-sortable-section:hover>.ksm-template-section-tools,
body[data-admin-edit] .ksm-template-section-tools:hover{
  opacity:1!important;
  transform:translate(0,-50%)!important;
  pointer-events:auto!important;
}
body[data-admin-edit] .ksm-template-section-tools button{
  width:38px!important;
  height:38px!important;
  border-radius:12px!important;
  display:grid!important;
  place-items:center!important;
  font-size:14px!important;
  padding:0!important;
}
body[data-admin-edit] .pagehead .ksm-template-section-tools{top:56%!important;left:18px!important}
body[data-admin-edit] .ksm-locked-section>.ksm-template-section-tools,
body[data-admin-edit] [data-section-locked="1"]>.ksm-template-section-tools{display:none!important}
@media(max-width:900px){
  body[data-admin-edit] .ksm-template-section-tools{left:8px!important;transform:translate(0,-50%)!important;opacity:1!important;pointer-events:auto!important}
  body[data-admin-edit] .ksm-template-section-tools button{width:34px!important;height:34px!important}
}

.fleet-carousel-track{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  min-height:360px!important;
}
.fleet-slide{
  position:relative!important;
  inset:auto!important;
  margin:0!important;
  opacity:1!important;
  pointer-events:auto!important;
  display:none!important;
  min-width:0!important;
}
.fleet-slide.active,.fleet-slide.next-visible{display:block!important}
.fleet-slide .ksm-editable-image,.fleet-slide img{height:360px!important}
.fleet-slide:first-child{border-radius:18px 0 0 18px;overflow:hidden}
.fleet-slide.next-visible{border-left:1px solid rgba(255,255,255,.35)}
.fleet-slide:only-child{grid-column:1/-1;border-radius:18px;overflow:hidden}
.fleet-carousel[data-count="1"] .fleet-slide.active{grid-column:1/-1}
@media(max-width:768px){
  .fleet-carousel-track{grid-template-columns:1fr!important;min-height:250px!important}
  .fleet-slide.next-visible{display:none!important}
  .fleet-slide .ksm-editable-image,.fleet-slide img{height:250px!important}
}

/* v3.57 - video/GIF/image banner media */
.pagehead-bg-wrap .ksm-banner-media{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;display:block}
.pagehead-bg-wrap .ksm-banner-media video{width:100%;height:100%;object-fit:cover;display:block}
.pagehead-bg-wrap .ksm-banner-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,24,62,.82),rgba(2,83,157,.18));z-index:1;pointer-events:none}
.pagehead-bg-wrap>.ksm-editable-image{position:absolute;inset:0;width:100%;height:100%}
.pagehead-bg-wrap>.ksm-editable-image img{width:100%;height:100%;object-fit:cover;display:block}

/* v3.58 - Fleet custom hero: title left, animated tugboat media right */
.fleet-custom-hero{
  position:relative;
  min-height:var(--fleet-hero-h,340px);
  padding:112px 0 46px;
  overflow:hidden;
  background:linear-gradient(180deg,#6fa6d6 0%,#bed6ec 58%,#ffffff 100%);
}
.fleet-custom-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);
  background-size:52px 52px;
  pointer-events:none;
  opacity:.55;
}
.fleet-custom-hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:110px;
  background:linear-gradient(180deg,rgba(255,255,255,0),#fff 78%);
  pointer-events:none;
}
.fleet-custom-hero-inner{
  position:relative;
  z-index:2;
  min-height:calc(var(--fleet-hero-h,340px) - 80px);
  display:grid;
  grid-template-columns:minmax(260px,.9fr) minmax(360px,1.45fr);
  align-items:center;
  gap:28px;
}
.fleet-custom-hero-title h1{
  margin:0;
  color:#fff;
  font-size:clamp(54px,7.8vw,94px);
  line-height:.9;
  letter-spacing:-.04em;
  text-transform:uppercase;
  text-shadow:0 8px 26px rgba(0,49,104,.18);
}
.fleet-custom-hero-media{
  min-height:210px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  pointer-events:auto;
}
.fleet-custom-hero-media img,
.fleet-custom-hero-media video{
  display:block;
  width:min(760px,100%);
  max-height:270px;
  object-fit:contain;
  filter:drop-shadow(0 22px 30px rgba(2,53,104,.16));
}
.fleet-custom-hero-media .ksm-editable-image{
  display:block;
  width:100%;
  overflow:visible;
}
.fleet-custom-hero-media .ksm-editable-image img{
  margin-left:auto;
}
@media(max-width:900px){
  .fleet-custom-hero{padding-top:96px;min-height:auto}
  .fleet-custom-hero-inner{grid-template-columns:1fr;text-align:left;gap:12px}
  .fleet-custom-hero-media{justify-content:center;min-height:170px}
  .fleet-custom-hero-title h1{font-size:54px}
  .fleet-custom-hero-media img,.fleet-custom-hero-media video{max-height:210px}
}

/* v3.61 About page PDF alignment */
.about-pdf-page{background:#fff;min-height:62vh}.about-pdf-banner{min-height:330px}.about-pdf-banner h1{font-size:clamp(4rem,10vw,7.4rem)!important;letter-spacing:.02em;text-transform:uppercase}.mini-label{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(190,57,68,.07);border:1px solid rgba(190,57,68,.14);color:#be3944;font-size:10px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;padding:7px 16px;margin-bottom:14px}.mini-label.left{justify-content:flex-start}.mini-label.center{margin-left:auto;margin-right:auto}.about-story{padding-top:42px;padding-bottom:34px}.about-main-title{font-size:clamp(2rem,4vw,3.05rem)!important;margin-bottom:22px}.about-story-grid{display:grid;grid-template-columns:minmax(280px,390px) 1fr;gap:58px;align-items:center}.about-story-image{border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(2,83,157,.13)}.about-story-image img{width:100%;height:260px;object-fit:cover;display:block}.about-story-copy{max-width:650px}.about-lead{font-size:16px;color:#7a8798!important;max-width:none;margin:0 0 12px!important}.about-body-text p{font-size:16px;line-height:1.72;color:#22324a;margin:0 0 14px}.about-body-text strong{font-weight:900;color:#132642}.about-vm-why{padding-top:28px;padding-bottom:48px}.about-vm-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:42px;align-items:start}.about-vm-card{background:#f2f6fc;border:1px solid #dce7f5;border-radius:14px;padding:28px 30px;box-shadow:0 12px 32px rgba(2,83,157,.07)}.about-vm-card p{font-size:14px;line-height:1.65;color:#44536a;margin:0 0 10px}.vision-quote{font-style:italic;color:#052455!important;font-weight:800}.mission-block{margin-top:22px}.pdf-mission-list p{position:relative;border:0!important;margin:0!important;padding:8px 0 8px 18px!important;color:#44536a!important;font-size:14px!important;line-height:1.55!important}.pdf-mission-list p:before{content:'›';position:absolute;left:0;top:7px;color:#be3944;font-weight:900}.about-why h3{font-size:20px;color:#052455;margin:0 0 16px;text-align:left}.about-why>.mini-label{display:flex;width:max-content}.why-card{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:center;background:#f2f6fc;border:1px solid #dce7f5;border-radius:12px;padding:15px 18px;margin-bottom:13px;box-shadow:0 8px 24px rgba(2,83,157,.06)}.why-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#e7effa;font-size:24px}.why-card b{display:block;color:#02539d;font-size:15px;margin-bottom:4px}.why-card p{margin:0;color:#5a6c82;font-size:13px;line-height:1.35}.about-mini-gallery{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-top:22px;border-radius:12px;overflow:hidden}.about-mini-gallery img{height:120px;width:100%;object-fit:cover;display:block}.about-gallery-caption{text-align:center;color:#6b7b91;font-size:11px;margin-top:8px}.reach-section{padding-top:58px;padding-bottom:64px;background:#eef4fb!important}.reach-head{text-align:center;margin-bottom:30px}.reach-head .section-sub{margin-left:auto;margin-right:auto}.reach-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.reach-card{background:#fff;border:1px solid #d8e4f2;border-radius:12px;text-align:center;padding:24px 18px 20px;min-height:190px;box-shadow:0 16px 34px rgba(2,83,157,.08);position:relative;overflow:hidden}.reach-card:after{content:'';position:absolute;left:0;right:0;bottom:0;height:5px;background:#02539d}.reach-card b{display:block;font-size:42px;line-height:1;font-weight:900;margin-bottom:8px}.reach-card h4{text-transform:uppercase;color:#263b59;font-size:12px;letter-spacing:.07em;margin:0 0 9px}.reach-card p{font-size:12px;line-height:1.45;color:#66778d;margin:0}.reach-r b{color:#04488f}.reach-r:after{background:#04488f}.reach-e b{color:#d3a52a}.reach-e:after{background:#d3a52a}.reach-a b{color:#be3944}.reach-a:after{background:#be3944}.reach-c b{color:#e17032}.reach-c:after{background:#e17032}.reach-h b{color:#78b54a}.reach-h:after{background:#78b54a}@media(max-width:1000px){.about-story-grid,.about-vm-grid{grid-template-columns:1fr;gap:28px}.reach-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.about-pdf-banner{min-height:260px}.about-story{padding-top:30px}.about-story-image img{height:220px}.about-vm-card{padding:22px 20px}.reach-grid{grid-template-columns:1fr}.why-card{grid-template-columns:44px 1fr}.about-main-title{font-size:2rem!important}}

/* v3.62 Services, Quote and Career redesign */
.services-hero-special{position:relative;min-height:340px;padding:110px 0 50px;background:#093a72;overflow:hidden}.services-hero-special:before{content:"";position:absolute;inset:0;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:52px 52px}.services-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.4fr;align-items:center;gap:30px}.services-hero-inner h1{font-size:clamp(4rem,8vw,7rem);line-height:.9;color:#fff;margin:0;letter-spacing:-.04em}.services-hero-boat{text-align:right}.services-hero-boat img{max-height:220px;margin-left:auto;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(0,0,0,.12))}.services-redesign .section-sub{max-width:650px}.service-duo-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;margin-top:34px}.service-large-card{background:#f2f6fc;border:1px solid #d9e5f3;border-radius:16px;padding:40px 42px;min-height:340px;box-shadow:0 14px 34px rgba(2,83,157,.08)}.service-card-icon{width:58px;height:58px;border-radius:16px;background:#e9f2fb;display:grid;place-items:center;font-size:32px;margin-bottom:20px}.service-card-icon img{max-width:42px;max-height:42px;object-fit:contain}.service-chip{display:inline-flex;border-radius:999px;padding:8px 14px;font-weight:900;font-size:11px;letter-spacing:.08em;background:#e7eff9;color:#02539d;text-transform:uppercase}.service-chip.red{background:#fdecef;color:#be3944}.service-chip.dark{background:rgba(255,255,255,.09);color:#d7e6ff}.service-large-card h3,.tug-assist-feature h3{font-size:24px;color:#052455;margin:20px 0 12px}.service-large-card p{color:#45566e;line-height:1.7;margin-bottom:22px}.tug-assist-feature{margin-top:70px;background:linear-gradient(135deg,#052455,#123d77);border-radius:18px;color:#d8e6ff;padding:42px 46px;box-shadow:0 18px 45px rgba(5,36,85,.2)}.tug-assist-feature h3{color:#fff}.tug-assist-feature p{line-height:1.75;color:#cbdaf0}.tug-assist-feature ul{list-style:none;margin:28px 0;padding:0}.tug-assist-feature li{border-top:1px solid rgba(255,255,255,.12);padding:12px 0;color:#e3edff}.assist-note{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:13px 16px;margin-bottom:20px;color:#e7f0ff}.quote-redesign .quote-grid{display:grid;grid-template-columns:.9fr 1fr;gap:80px;align-items:start;margin-top:42px}.quote-left h3{font-size:18px;color:#052455;margin-bottom:18px}.benefit-card{background:#f2f6fc;border:1px solid #d9e5f3;border-radius:10px;padding:16px 18px;margin-bottom:12px}.benefit-card b{display:block;color:#052455;margin-bottom:5px}.benefit-card p{margin:0;color:#56677d;font-size:13px;line-height:1.45}.quote-map-card{margin-top:34px;background:linear-gradient(135deg,#052455,#10559d);border-radius:14px;color:#fff;text-align:center;padding:46px 24px}.quote-map-card .pin{font-size:34px;margin-bottom:12px}.quote-map-card a{color:#ffd68a;text-decoration:underline;font-weight:800;font-size:12px}.contact-card{display:flex;align-items:center;gap:14px;background:#f2f6fc;border:1px solid #d9e5f3;border-radius:10px;padding:14px 18px;margin-top:12px;color:#052455;min-height:72px}.contact-icon{width:36px;height:36px;min-width:36px;border-radius:10px;background:#e3eefb;display:grid;place-items:center;font-size:18px}.contact-copy{min-width:0;display:flex;flex-direction:column;gap:5px}.contact-card b{text-transform:uppercase;font-size:10px;letter-spacing:.06em;color:#63748a;display:block}.contact-card span:not(.contact-icon){font-weight:800;line-height:1.45;word-break:normal;overflow-wrap:anywhere}.contact-card .editable-inline{display:inline!important;line-height:1.45}.quote-form-card,.charter-form,.apply-card{background:#f2f6fc;border:1px solid #d9e5f3;border-radius:16px;padding:36px;box-shadow:0 18px 40px rgba(2,83,157,.08)}.quote-form-card h3,.charter-form h3,.apply-card h2{color:#052455;margin:0 0 8px}.formgrid{gap:18px}.field label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#173b64;font-weight:900}.field input,.field textarea,.field select{border:2px solid #d2dfef;border-radius:9px;min-height:48px}.field textarea{min-height:96px}.narrow-form{max-width:1050px}.quote-standalone .section-sub{margin-bottom:70px}.charter-form{max-width:880px;margin:0 auto}.charter-form.time-form,.charter-form.freight-form{max-width:820px}.form-chip{display:inline-flex;border-radius:999px;padding:9px 18px;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:900;margin-bottom:18px}.form-chip.blue{background:#dfeaf7;color:#02539d}.form-chip.red{background:#fbe3e7;color:#be3944}.form-chip.dark{background:#1d3763;color:#d8e6ff}.assist-form{max-width:1120px;background:#092858;color:#cbdaf0}.assist-form h3{color:#fff}.assist-form .field label{color:#b8c9e3}.assist-form input,.assist-form textarea,.assist-form select{background:#173967;border-color:#31527f;color:#fff}.assist-head{display:grid;grid-template-columns:1fr 290px;gap:30px;margin-bottom:36px}.assist-status{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:18px}.career-apply-page{padding-top:80px}.career-apply-grid{display:grid;grid-template-columns:.78fr 1.1fr;gap:48px;align-items:start}.job-panel-dark{background:#052455;color:#d9e7ff;border-radius:16px;padding:36px 34px;box-shadow:0 18px 45px rgba(5,36,85,.22)}.job-panel-dark h2{color:#fff;margin-top:10px}.job-badge{display:inline-flex;background:#be3944;color:#fff;border-radius:999px;padding:8px 14px;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.job-meta-line{color:#afc4df}.benefit-pills{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 34px}.benefit-pills span{background:rgba(255,255,255,.08);border-radius:999px;padding:7px 12px;font-size:12px;color:#e8f1ff}.job-panel-dark h3{text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:#afc4df;margin-top:28px}.job-panel-dark .job-rich{color:#d8e6ff;line-height:1.7}.apply-card{background:#fff}.upload-drop{border:2px dashed #c7d8ec;border-radius:12px;padding:20px;text-align:center}.upload-drop input{border:0}.upload-note{font-weight:900;color:#052455;margin-top:10px}@media(max-width:960px){.services-hero-inner,.service-duo-grid,.quote-redesign .quote-grid,.career-apply-grid,.assist-head{grid-template-columns:1fr}.services-hero-boat{text-align:center}.services-hero-boat img{margin:0 auto;max-height:170px}.quote-redesign .quote-grid{gap:36px}.career-apply-page{padding-top:40px}}@media(max-width:600px){.service-large-card,.tug-assist-feature,.quote-form-card,.charter-form,.apply-card,.job-panel-dark{padding:26px 22px}.services-hero-inner h1{font-size:54px}.services-hero-special{min-height:280px}}


/* v3.63 polish: section toolbar simplified, sticky fleet tabs, form redesign, career red CTA, about port map */
body[data-admin-edit] .ksm-section-drag,
body[data-admin-edit] .ksm-section-up,
body[data-admin-edit] .ksm-section-down{display:none!important;}
body[data-admin-edit] .ksm-template-section-tools{left:12px!important;transform:translate(0,-50%)!important;opacity:.3!important;}
body[data-admin-edit] .ksm-sortable-section:hover>.ksm-template-section-tools,
body[data-admin-edit] .ksm-template-section-tools:hover{opacity:1!important;}
.fleet-tabs-pdf{position:sticky;top:72px;z-index:90;background:rgba(245,247,250,.96);backdrop-filter:blur(12px);padding:12px 0;margin:0 -4px 22px;box-shadow:0 10px 24px rgba(2,83,157,.06);border-bottom:1px solid rgba(205,218,238,.65)}
.nav.scrolled + .fleet-tab-section .fleet-tabs-pdf{top:70px}

.charter-form{background:#eef3f9!important;border:1px solid #d7e2ef!important;border-radius:14px!important;padding:22px 22px!important;box-shadow:none!important;max-width:920px!important;margin:0 auto!important;color:#052455!important;}
.charter-form .formgrid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px 22px!important;}
.charter-form .field.full{grid-column:1/-1!important;}
.charter-form label{font-size:10px!important;text-transform:none!important;letter-spacing:.02em!important;color:#052455!important;font-weight:900!important;margin-bottom:6px!important;}
.charter-form input,.charter-form select,.charter-form textarea{width:100%!important;min-height:38px!important;border:1px solid #b9c7d8!important;border-radius:8px!important;background:#fff!important;color:#1a2840!important;font-size:12px!important;padding:9px 12px!important;box-shadow:0 1px 0 rgba(5,36,85,.04)!important;}
.charter-form textarea{min-height:58px!important;resize:vertical!important;}
.charter-form h3{font-size:22px!important;line-height:1.1!important;margin:12px 0 8px!important;color:#052455!important;}
.charter-form p{color:#66758a!important;line-height:1.5!important;margin:0 0 20px!important;}
.charter-form .btn{width:auto!important;min-width:112px!important;padding:12px 20px!important;border-radius:8px!important;font-size:12px!important;justify-content:center!important;}
.charter-form .field.full .btn,.charter-form button.field.full{grid-column:auto!important;width:auto!important;justify-self:start!important;}
.form-chip{font-size:11px!important;padding:7px 14px!important;}
.assist-form{max-width:1120px!important;background:#092858!important;color:#dce9ff!important;border-radius:14px!important;padding:34px!important;}
.assist-form input,.assist-form textarea,.assist-form select{background:#173967!important;border-color:#31527f!important;color:#fff!important;}
.assist-form .btn-outline{width:100%!important;background:transparent!important;border:2px solid rgba(255,255,255,.35)!important;color:#fff!important;}
.input-unit{display:flex}.input-unit input{border-radius:8px 0 0 8px!important}.input-unit span{display:grid;place-items:center;border:1px solid #b9c7d8;border-left:0;background:#fff;color:#052455;font-size:11px;font-weight:900;border-radius:0 8px 8px 0;padding:0 12px;min-width:54px}.phone-split{display:flex}.phone-split span{display:grid;place-items:center;border:1px solid #b9c7d8;background:#fff;color:#052455;font-size:12px;border-radius:8px 0 0 8px;padding:0 18px}.phone-split input{border-left:0!important;border-radius:0 8px 8px 0!important}.apply-card .btn-blue,.apply-card button.btn-blue{background:#be3944!important;border-color:#be3944!important}.apply-card .btn-blue:hover{background:#d4444f!important;border-color:#d4444f!important}
@media(max-width:700px){.charter-form .formgrid{grid-template-columns:1fr!important}.fleet-tabs-pdf{top:64px;overflow-x:auto}}

.about-port-map-section{background:#eef3f9;padding:52px 0}.port-map-title h2{font-size:38px;line-height:1.05;color:#02539d;margin:0}.port-map-title h2 span{display:block;color:#be3944}.port-filter{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 14px}.port-filter button{border:1px solid #052455;border-radius:999px;background:#fff;color:#052455;font-size:12px;font-weight:900;padding:7px 12px;cursor:pointer}.port-filter button.active{background:#052455;color:#fff}.port-map-wrap{position:relative;border-radius:12px;overflow:hidden;border:1px solid #d3dfec;background:#dceaf5}.ksm-port-map{height:440px;width:100%}.port-note{text-align:center;color:#16a976;font-weight:900;font-size:20px;line-height:1.1;margin:18px auto 24px;max-width:950px}.port-lists{display:grid;grid-template-columns:.65fr 1fr 1fr;gap:34px;align-items:start}.port-lists h3{color:#be3944;text-decoration:underline;font-size:26px;margin:0 0 12px}.port-lists ul{margin:0;padding-left:22px;color:#052455;font-size:22px;line-height:1.15}.all-ports-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.all-ports-grid h4{color:#02539d;font-size:20px;margin:0 0 8px}.all-ports-grid p{margin:0;white-space:pre-line;font-size:18px;line-height:1.25;color:#17233c}@media(max-width:900px){.port-lists{grid-template-columns:1fr}.ksm-port-map{height:330px}.port-lists ul{font-size:18px}.all-ports-grid{grid-template-columns:1fr}}

/* v3.64 port map colored filter and legend */
.port-filter button{display:inline-flex;align-items:center;gap:6px;line-height:1}.port-filter .filter-dot{width:12px;height:12px;border-radius:50%;display:inline-block;border:2px solid #fff;box-shadow:0 0 0 1px rgba(5,36,85,.2)}
.port-map-legend{position:absolute;right:18px;top:18px;background:#fff;border:1px solid #d8e4f2;border-radius:12px;box-shadow:0 10px 28px rgba(5,36,85,.12);padding:12px 14px;z-index:500;font-size:12px;color:#34445e;display:grid;gap:6px}.port-map-legend b{text-transform:uppercase;font-size:11px;color:#052455;letter-spacing:.08em}.port-map-legend span{display:flex;align-items:center;gap:7px}.port-map-legend i{width:10px;height:10px;border-radius:50%;display:inline-block;border:2px solid #fff;box-shadow:0 0 0 1px #cbd5e1}@media(max-width:720px){.port-map-legend{position:static;margin:10px;border-radius:10px}}

/* v3.67 Port map list cleanup */
.about-port-map-section .port-lists{
  display:grid;
  grid-template-columns: minmax(220px,.72fr) minmax(0,1.6fr);
  gap:44px;
  align-items:start;
  margin-top:24px;
}
.about-port-map-section .main-ports-panel,
.about-port-map-section .all-ports-panel{
  min-width:0;
}
.about-port-map-section .port-lists h3{
  color:#be3944;
  text-decoration:underline;
  font-size:28px;
  margin:0 0 14px;
  line-height:1.1;
}
.about-port-map-section .all-ports-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(150px,1fr));
  gap:22px 34px;
}
.about-port-map-section .port-region-card{
  min-width:0;
}
.about-port-map-section .port-region-card h4{
  display:flex;
  align-items:center;
  gap:7px;
  color:#02539d;
  font-size:18px;
  margin:0 0 8px;
  line-height:1.15;
}
.about-port-map-section .region-dot{
  width:11px;
  height:11px;
  border-radius:50%;
  flex:0 0 auto;
  display:inline-block;
  box-shadow:0 0 0 2px #fff,0 0 0 3px rgba(5,36,85,.15);
}
.about-port-map-section .port-click-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.about-port-map-section .main-port-click-list{
  gap:6px;
}
.about-port-map-section .port-list-link{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  margin:0;
  color:#17233c;
  cursor:pointer;
  text-align:left;
  font:inherit;
  line-height:1.25;
  transition:color .18s ease, transform .18s ease;
}
.about-port-map-section .main-port-click-list .port-list-link{
  color:#052455;
  font-size:21px;
  line-height:1.13;
  position:relative;
  padding-left:17px;
}
.about-port-map-section .main-port-click-list .port-list-link:before{
  content:'•';
  position:absolute;
  left:0;
  top:0;
  color:#052455;
}
.about-port-map-section .port-list-link:hover,
.about-port-map-section .port-list-link:focus{
  color:#be3944;
  text-decoration:underline;
  transform:translateX(2px);
}
@media(max-width:1100px){
  .about-port-map-section .port-lists{grid-template-columns:1fr;gap:26px;}
  .about-port-map-section .all-ports-grid{grid-template-columns:repeat(2,minmax(150px,1fr));}
}
@media(max-width:620px){
  .about-port-map-section .all-ports-grid{grid-template-columns:1fr;}
  .about-port-map-section .main-port-click-list .port-list-link{font-size:18px;}
}


/* v3.68 port map final layout + clickable list */
.about-port-map-section .port-note{display:none!important;}
.about-port-map-section .port-filter{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin:16px 0 18px!important;}
.about-port-map-section .port-filter button{display:inline-flex!important;align-items:center!important;gap:6px!important;border:1px solid #052455!important;border-radius:999px!important;background:#fff!important;color:#052455!important;font-size:12px!important;font-weight:900!important;padding:7px 12px!important;line-height:1!important;cursor:pointer!important;}
.about-port-map-section .port-filter button.active{background:#052455!important;color:#fff!important;}
.about-port-map-section .filter-dot{width:12px!important;height:12px!important;border-radius:50%!important;display:inline-block!important;flex:0 0 12px!important;border:2px solid #fff!important;box-shadow:0 0 0 1px rgba(5,36,85,.28)!important;}
.about-port-map-section .port-lists{display:grid!important;grid-template-columns:minmax(230px,.55fr) minmax(0,1.45fr)!important;gap:46px!important;align-items:start!important;margin-top:24px!important;}
.about-port-map-section .main-ports-panel,.about-port-map-section .all-ports-panel{min-width:0!important;}
.about-port-map-section .main-ports-panel h3,.about-port-map-section .all-ports-panel h3{color:#be3944!important;text-decoration:underline!important;text-align:center!important;font-size:28px!important;margin:0 0 18px!important;line-height:1.05!important;}
.about-port-map-section .all-ports-grid{display:grid!important;grid-template-columns:repeat(3,minmax(145px,1fr))!important;gap:22px 38px!important;align-items:start!important;}
.about-port-map-section .port-region-card{min-width:0!important;break-inside:avoid!important;}
.about-port-map-section .port-region-card h4{display:flex!important;align-items:center!important;gap:8px!important;color:#02539d!important;font-size:19px!important;font-weight:900!important;margin:0 0 8px!important;line-height:1.1!important;text-transform:uppercase!important;}
.about-port-map-section .region-dot{width:11px!important;height:11px!important;border-radius:50%!important;display:inline-block!important;flex:0 0 11px!important;box-shadow:0 0 0 2px #fff,0 0 0 3px rgba(5,36,85,.15)!important;}
.about-port-map-section .port-click-list{list-style:none!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:5px!important;}
.about-port-map-section .port-click-list li{list-style:none!important;margin:0!important;padding:0!important;}
.about-port-map-section .port-list-link{display:inline-flex!important;align-items:center!important;border:0!important;background:transparent!important;margin:0!important;padding:0!important;text-align:left!important;color:#17233c!important;font:inherit!important;font-size:17px!important;line-height:1.25!important;cursor:pointer!important;white-space:normal!important;word-break:normal!important;transition:color .18s ease,transform .18s ease!important;}
.about-port-map-section .main-port-click-list{gap:5px!important;}
.about-port-map-section .main-port-click-list .port-list-link{font-size:21px!important;line-height:1.13!important;color:#052455!important;padding-left:18px!important;position:relative!important;}
.about-port-map-section .main-port-click-list .port-list-link:before{content:'•'!important;position:absolute!important;left:0!important;top:0!important;color:#052455!important;}
.about-port-map-section .port-list-link:hover,.about-port-map-section .port-list-link:focus{color:#be3944!important;text-decoration:underline!important;transform:translateX(2px)!important;outline:none!important;}
@media(max-width:1100px){.about-port-map-section .port-lists{grid-template-columns:1fr!important;gap:30px!important}.about-port-map-section .all-ports-grid{grid-template-columns:repeat(2,minmax(150px,1fr))!important}.about-port-map-section .main-ports-panel h3,.about-port-map-section .all-ports-panel h3{text-align:left!important}}
@media(max-width:620px){.about-port-map-section .all-ports-grid{grid-template-columns:1fr!important}.about-port-map-section .main-port-click-list .port-list-link{font-size:18px!important}}


/* v3.69 rental datetime + compact port masonry list */
.charter-form input[type="datetime-local"]{font-family:inherit;color:#052455;background:#fff;}
.charter-form input[type="datetime-local"]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.75;}
.about-port-map-section .all-ports-grid{
  display:block!important;
  columns:3 190px!important;
  column-gap:32px!important;
}
.about-port-map-section .port-region-card{
  display:block!important;
  break-inside:avoid!important;
  page-break-inside:avoid!important;
  margin:0 0 18px!important;
  padding:0!important;
}
.about-port-map-section .port-region-card h4{margin-bottom:7px!important;}
.about-port-map-section .port-region-card ul{margin:0!important;padding:0!important;list-style:none!important;}
.about-port-map-section .port-region-card li{margin:0 0 3px!important;padding:0!important;}
.about-port-map-section .port-list-link{line-height:1.28!important;}
@media(max-width:900px){.about-port-map-section .all-ports-grid{columns:2 170px!important}}
@media(max-width:560px){.about-port-map-section .all-ports-grid{columns:1!important}}


/* v3.78 Home hero/counter grid alignment fix
   Keep hero text and the stats/counter grid locked to the same left edge
   across desktop, tablet, and mobile. */
body[data-page="home"] .home-hero-wave > .container,
body[data-page="home"] .home-stats-pdf > .container{
  width:min(1180px, calc(100vw - 44px)) !important;
  max-width:min(1180px, calc(100vw - 44px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

body[data-page="home"] .home-hero-wave > .container{
  display:block !important;
  text-align:left !important;
}

body[data-page="home"] .home-hero-wave .eyebrow,
body[data-page="home"] .home-hero-wave h1,
body[data-page="home"] .home-hero-wave p,
body[data-page="home"] .home-hero-wave .actions{
  margin-left:0 !important;
  margin-right:auto !important;
  text-align:left !important;
  transform:none !important;
}

body[data-page="home"] .home-hero-wave p{
  max-width:660px !important;
}

body[data-page="home"] .home-stats-pdf .statgrid{
  width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

@media(max-width:860px){
  body[data-page="home"] .home-hero-wave > .container,
  body[data-page="home"] .home-stats-pdf > .container{
    width:calc(100vw - 32px) !important;
    max-width:calc(100vw - 32px) !important;
  }
}


/* v3.79 home bubbles, quote office map layout, upload CV alignment */
.home-hero-wave #bubbleContainer{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.home-hero-wave .bubble{position:absolute;bottom:-120px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.18),rgba(255,255,255,.03) 58%,transparent 72%);box-shadow:inset 0 0 22px rgba(255,255,255,.08);animation:ksm-bubble-rise linear infinite;opacity:0}.home-hero-wave .container,.home-hero-wave .hero-wave{position:relative;z-index:2}@keyframes ksm-bubble-rise{0%{transform:translateY(0) scale(.35);opacity:0}10%{opacity:.65}80%{opacity:.36}100%{transform:translateY(-105vh) scale(1.15);opacity:0}}
.quote-office-split{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center;margin:54px 0 10px}.quote-office-map-card{border-radius:18px;overflow:hidden;box-shadow:0 18px 48px rgba(5,36,85,.14);border:1px solid #d7e3f2;background:#eef4fb}.quote-office-map{height:360px;width:100%;min-height:320px}.quote-office-detail{display:grid;gap:26px;font-size:22px;line-height:1.25;color:#111827}.quote-office-row{display:grid;grid-template-columns:74px 1fr;gap:22px;align-items:center}.quote-office-icon{display:grid;place-items:center;width:58px;height:58px;color:#be3944;border:2px solid rgba(190,57,68,.22);border-radius:16px;font-size:34px;line-height:1}.quote-office-row b{font-weight:800}.quote-office-detail a{color:#02539d;text-decoration:underline}.quote-redesign .quote-map-card,.quote-redesign .contact-card{display:none!important}.upload-drop{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.upload-drop input{margin:10px auto!important;display:block!important;max-width:100%}.upload-drop label{width:100%;text-align:center!important}@media(max-width:900px){.quote-office-split{grid-template-columns:1fr}.quote-office-detail{font-size:18px}.quote-office-row{grid-template-columns:56px 1fr;gap:16px}.quote-office-icon{width:48px;height:48px;font-size:26px}}


/* =========================================================
   v3.90 base on v3.79
   Keep bubble style from v3.79, fix hero text alignment and wave position.
   ========================================================= */
body[data-page="home"] .home-hero-wave{
  position:relative!important;
  overflow:hidden!important;
  min-height:760px!important;
  padding-top:118px!important;
  padding-bottom:150px!important;
}

/* Same grid/container for hero text and counter */
body[data-page="home"] .home-hero-wave > .container,
body[data-page="home"] .home-stats-pdf > .container{
  width:min(1180px, calc(100vw - 44px))!important;
  max-width:min(1180px, calc(100vw - 44px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Text stays on the same left line as stats */
body[data-page="home"] .home-hero-wave > .container{
  position:relative!important;
  z-index:10!important;
  display:block!important;
  text-align:left!important;
}
body[data-page="home"] .home-hero-wave .eyebrow,
body[data-page="home"] .home-hero-wave h1,
body[data-page="home"] .home-hero-wave p,
body[data-page="home"] .home-hero-wave .actions{
  margin-left:0!important;
  margin-right:auto!important;
  text-align:left!important;
  transform:none!important;
}
body[data-page="home"] .home-hero-wave p{
  max-width:660px!important;
}

/* Bubble remains v3.79, but layer correctly below text and above background */
body[data-page="home"] .home-hero-wave #bubbleContainer{
  position:absolute!important;
  inset:0!important;
  z-index:4!important;
  overflow:hidden!important;
  pointer-events:none!important;
}
body[data-page="home"] .home-hero-wave .bubble{
  z-index:4!important;
  opacity:0;
}

/* White wave must sit at bottom of banner, not floating in middle */
body[data-page="home"] .home-hero-wave .hero-wave,
body[data-page="home"] .hero-wave{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-1px!important;
  top:auto!important;
  width:100%!important;
  height:92px!important;
  z-index:20!important;
  fill:#fff!important;
  transform:none!important;
  pointer-events:none!important;
  line-height:0!important;
}

/* Stats/counter stays clean and not clipped */
body[data-page="home"] .home-stats-pdf{
  position:relative!important;
  z-index:30!important;
  margin-top:-42px!important;
  overflow:visible!important;
}
body[data-page="home"] .home-stats-pdf .statgrid{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  min-height:126px!important;
  overflow:visible!important;
}
body[data-page="home"] .home-stats-pdf .stat{
  overflow:visible!important;
  padding-top:28px!important;
  padding-bottom:22px!important;
}

@media(max-width:860px){
  body[data-page="home"] .home-hero-wave{
    min-height:680px!important;
    padding-top:108px!important;
    padding-bottom:120px!important;
  }
  body[data-page="home"] .home-hero-wave > .container,
  body[data-page="home"] .home-stats-pdf > .container{
    width:calc(100vw - 32px)!important;
    max-width:calc(100vw - 32px)!important;
  }
  body[data-page="home"] .home-hero-wave .hero-wave,
  body[data-page="home"] .hero-wave{
    height:70px!important;
  }
  body[data-page="home"] .home-stats-pdf{
    margin-top:-32px!important;
  }
}

@media(max-width:640px){
  body[data-page="home"] .home-stats-pdf .statgrid{
    grid-template-columns:repeat(2,1fr)!important;
  }
}


/* v3.91 quote map editable embed */
.quote-map-embed{width:100%;height:400px;overflow:hidden;border-radius:18px;background:#eef4fb;}
.quote-map-embed iframe{width:100%!important;height:400px!important;display:block;border:0!important;}
.quote-map-embed .mapouter,.quote-map-embed .gmap_canvas{width:100%!important;height:400px!important;}
.quote-office-map-card{min-height:400px;}


/* v3.92 admin banner media fixes */
body[data-page="home"] .hero.home-hero-wave:before{
  background:linear-gradient(90deg,rgba(0,25,65,.96),rgba(2,83,157,.35)),var(--home-hero-bg) right center/cover no-repeat!important;
}
.services-hero-boat .ksm-editable-image,
.services-hero-boat .ksm-editable-image img,
.services-hero-boat video{
  display:block;
  width:100%;
  max-height:260px;
  object-fit:contain;
}
.pagehead-bg-wrap .ksm-editable-image,
.pagehead-bg-wrap .ksm-editable-image img,
.pagehead-bg-wrap .ksm-banner-media,
.pagehead-bg-wrap video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}


/* v3.93 Home admin banner fix
   Render uploaded home banner as real img/video layer so Admin Pages update appears. */
body[data-page="home"] .hero.home-hero-wave{
  position:relative!important;
  overflow:hidden!important;
  background:#052455!important;
}
body[data-page="home"] .hero.home-hero-wave .home-hero-media-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}
body[data-page="home"] .hero.home-hero-wave .home-hero-media-bg img,
body[data-page="home"] .hero.home-hero-wave .home-hero-media-bg video{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
body[data-page="home"] .hero.home-hero-wave:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,rgba(0,25,65,.92),rgba(2,83,157,.35))!important;
  animation:none!important;
}
body[data-page="home"] .hero.home-hero-wave:after{
  z-index:2!important;
}
body[data-page="home"] .home-hero-wave #bubbleContainer{
  z-index:3!important;
}
body[data-page="home"] .home-hero-wave > .container{
  z-index:10!important;
}
body[data-page="home"] .home-hero-wave .hero-wave{
  z-index:20!important;
}


/* v3.94 About features subtitle */
.about-features-subtitle{
  margin-top:8px!important;
  margin-bottom:22px!important;
  max-width:520px!important;
  color:#6b82a0!important;
  line-height:1.7!important;
}


/* v3.95 About duplicate editable title above left card */
.about-features-left-title{
  margin:0 0 16px!important;
  color:#052455!important;
  font-size:22px!important;
  line-height:1.2!important;
  font-weight:900!important;
}
.about-features-subtitle{display:none!important;}


/* v3.96 force duplicate What Sets title above left About card */
.about-why-left-title{
  display:block!important;
  margin:0 0 18px!important;
  color:#052455!important;
  font-size:22px!important;
  line-height:1.2!important;
  font-weight:900!important;
  text-align:left!important;
}
.about-vm-card .about-why-left-title .ksm-editable{
  display:inline!important;
}


/* v3.97 About left title above card, aligned with right title */
.about-vm-left-col{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
}
.about-vm-left-title{
  margin:0 0 16px!important;
  color:#052455!important;
  font-size:22px!important;
  line-height:1.2!important;
  font-weight:900!important;
  text-align:left!important;
}
.about-vm-left-col .about-vm-card{
  height:100%!important;
}
.about-why-left-title{
  display:none!important;
}
@media(max-width:900px){
  .about-vm-left-title{
    margin-bottom:14px!important;
  }
}


/* v3.99 About map list refinement from v3.97 - map itself untouched */
.about-port-map-section .port-map-wrap{
  width:100%!important;
  max-width:none!important;
  border-radius:18px 18px 0 0!important;
  overflow:hidden!important;
}
.about-port-map-section .ksm-port-map{
  min-height:540px!important;
}
.about-port-map-section .port-lists{
  display:block!important;
  padding:28px 30px 14px!important;
  background:#f4f7fb!important;
  border:1px solid #d8e4f2!important;
  border-top:0!important;
  border-radius:0 0 18px 18px!important;
}
.about-port-map-section .main-ports-panel{
  display:none!important;
}
.about-port-map-section .all-ports-panel{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.about-port-map-section .all-ports-panel h3{
  display:none!important;
}
.about-port-map-section .all-ports-grid{
  columns:7 120px!important;
  column-gap:30px!important;
  display:block!important;
}
.about-port-map-section .port-region-card{
  break-inside:avoid!important;
  page-break-inside:avoid!important;
  display:inline-block!important;
  width:100%!important;
  margin:0 0 14px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.about-port-map-section .port-region-card h4{
  color:#02539d!important;
  font-size:12px!important;
  line-height:1.15!important;
  font-weight:900!important;
  margin:0 0 6px!important;
  letter-spacing:.03em!important;
}
.about-port-map-section .port-region-card h4 .region-dot{
  display:none!important;
}
.about-port-map-section .port-region-card ul{
  list-style:none!important;
  padding:0!important;
  margin:0!important;
}
.about-port-map-section .port-region-card li{
  margin:0!important;
  padding:0!important;
  line-height:1.22!important;
}
.about-port-map-section .port-list-link{
  background:transparent!important;
  border:0!important;
  padding:0!important;
  color:#111827!important;
  font:inherit!important;
  font-size:12px!important;
  line-height:1.22!important;
  text-align:left!important;
  cursor:pointer!important;
}
.about-port-map-section .port-list-link:hover{
  color:#02539d!important;
  text-decoration:underline!important;
}
.about-port-map-section .port-map-note{
  color:#39c98a!important;
  font-size:18px!important;
  text-align:center!important;
  font-weight:900!important;
  margin:22px 0 0!important;
  letter-spacing:.02em!important;
}
@media(max-width:1100px){.about-port-map-section .all-ports-grid{columns:5 130px!important}}
@media(max-width:760px){.about-port-map-section .all-ports-grid{columns:3 120px!important}.about-port-map-section .port-lists{padding:22px 18px!important}}
@media(max-width:480px){.about-port-map-section .all-ports-grid{columns:2 120px!important}}

/* v3.99 Fleet tabs full-width neat */
.fleet-tabs-clean{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(6,minmax(120px,1fr))!important;
  gap:0!important;
  align-items:stretch!important;
  background:#fff!important;
  border:1px solid #dbe6f3!important;
  border-radius:14px!important;
  box-shadow:0 16px 36px rgba(5,36,85,.10)!important;
  overflow-x:auto!important;
  margin:22px 0 22px!important;
  padding:0!important;
  position:sticky!important;
  top:72px!important;
  z-index:20!important;
}
.fleet-tabs-clean .fleet-tab-btn{
  min-width:130px!important;
  border:0!important;
  border-right:1px solid #dbe6f3!important;
  background:#fff!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#052455!important;
  padding:17px 14px 20px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  position:relative!important;
  text-align:center!important;
}
.fleet-tabs-clean .fleet-tab-btn:last-child{border-right:0!important}
.fleet-tabs-clean .fleet-tab-icon{
  display:block!important;
  font-size:22px!important;
  line-height:1!important;
  color:#02539d!important;
  margin-bottom:2px!important;
}
.fleet-tabs-clean .fleet-tab-btn strong{
  font-size:14px!important;
  line-height:1.05!important;
  font-weight:900!important;
  color:#052455!important;
}
.fleet-tabs-clean .fleet-tab-btn small{
  display:block!important;
  font-size:10px!important;
  line-height:1.15!important;
  letter-spacing:.07em!important;
  font-weight:900!important;
  color:#02539d!important;
  text-transform:uppercase!important;
}
.fleet-tabs-clean .fleet-tab-btn.active strong,
.fleet-tabs-clean .fleet-tab-btn.active small,
.fleet-tabs-clean .fleet-tab-btn.active .fleet-tab-icon{
  color:#be3944!important;
}
.fleet-tabs-clean .fleet-tab-btn.active:after{
  content:""!important;
  position:absolute!important;
  left:16px!important;
  right:16px!important;
  bottom:6px!important;
  height:3px!important;
  border-radius:999px!important;
  background:#be3944!important;
}
@media(max-width:900px){
  .fleet-tabs-clean{grid-template-columns:repeat(6,150px)!important;top:64px!important}
}

/* v3.99 Floating WhatsApp */
.floating-wa{
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  width:62px!important;
  height:62px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#25d366!important;
  color:white!important;
  box-shadow:0 14px 34px rgba(5,36,85,.28)!important;
  z-index:9999!important;
  transition:.25s!important;
}
.floating-wa:hover{transform:translateY(-4px) scale(1.04)!important}
.floating-wa svg{width:34px!important;height:34px!important}
.floating-wa img{width:62px!important;height:62px!important;border-radius:999px!important;object-fit:contain!important}


/* v3.100 final fleet/about/wa cleanup */

/* Fleet tabs: no all fleet, clean full width, no horizontal ugly scrollbar */
.fleet-tabs-clean{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;
  gap:0!important;
  align-items:stretch!important;
  background:#fff!important;
  border:1px solid #dbe6f3!important;
  border-radius:16px!important;
  box-shadow:0 16px 36px rgba(5,36,85,.10)!important;
  overflow:hidden!important;
  margin:22px 0 26px!important;
  padding:0!important;
  position:sticky!important;
  top:72px!important;
  z-index:20!important;
}
.fleet-tabs-clean .fleet-tab-all{display:none!important}
.fleet-tabs-clean .fleet-tab-btn{
  min-width:0!important;
  border:0!important;
  border-right:1px solid #dbe6f3!important;
  background:#fff!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:16px 10px 20px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  position:relative!important;
  text-align:center!important;
}
.fleet-tabs-clean .fleet-tab-btn:last-child{border-right:0!important}
.fleet-tabs-clean .fleet-tab-icon{
  font-size:20px!important;
  color:#02539d!important;
  line-height:1!important;
}
.fleet-tabs-clean .fleet-tab-btn strong{
  font-size:15px!important;
  line-height:1.05!important;
  font-weight:900!important;
  color:#052455!important;
}
.fleet-tabs-clean .fleet-tab-btn small{
  font-size:10px!important;
  line-height:1.15!important;
  letter-spacing:.06em!important;
  font-weight:900!important;
  color:#02539d!important;
  text-transform:uppercase!important;
}
.fleet-tabs-clean .fleet-tab-btn.active strong,
.fleet-tabs-clean .fleet-tab-btn.active small,
.fleet-tabs-clean .fleet-tab-btn.active .fleet-tab-icon{color:#be3944!important}
.fleet-tabs-clean .fleet-tab-btn.active:after{
  content:""!important;
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  bottom:6px!important;
  height:3px!important;
  border-radius:999px!important;
  background:#be3944!important;
}
@media(max-width:800px){
  .fleet-tabs-clean{
    display:flex!important;
    overflow-x:auto!important;
    border-radius:14px!important;
  }
  .fleet-tabs-clean .fleet-tab-btn{
    min-width:145px!important;
  }
}

/* About map list: fill right side with smaller compact masonry */
.about-port-map-section .port-lists{
  display:block!important;
  width:100%!important;
  padding:26px 32px 14px!important;
  background:#f4f7fb!important;
  border:1px solid #d8e4f2!important;
  border-top:0!important;
  border-radius:0 0 18px 18px!important;
}
.about-port-map-section .main-ports-panel{display:none!important}
.about-port-map-section .all-ports-panel{
  width:100%!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.about-port-map-section .all-ports-panel h3{display:none!important}
.about-port-map-section .all-ports-grid{
  display:grid!important;
  grid-template-columns:repeat(8,minmax(0,1fr))!important;
  gap:14px 22px!important;
  align-items:start!important;
  width:100%!important;
}
.about-port-map-section .port-region-card{
  min-width:0!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.about-port-map-section .port-region-card h4{
  color:#02539d!important;
  font-size:12px!important;
  font-weight:900!important;
  margin:0 0 6px!important;
  line-height:1.12!important;
}
.about-port-map-section .port-region-card h4 .region-dot{display:none!important}
.about-port-map-section .port-region-card ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
.about-port-map-section .port-region-card li{
  margin:0 0 3px!important;
  padding:0!important;
  line-height:1.18!important;
}
.about-port-map-section .port-list-link{
  display:block!important;
  width:100%!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  color:#111827!important;
  font-size:12px!important;
  line-height:1.18!important;
  text-align:left!important;
  cursor:pointer!important;
  white-space:normal!important;
}
.about-port-map-section .port-list-link:hover{
  color:#02539d!important;
  text-decoration:underline!important;
}
.about-port-map-section .port-map-note{
  color:#39c98a!important;
  font-size:18px!important;
  text-align:center!important;
  font-weight:900!important;
  margin:20px 0 0!important;
}
@media(max-width:1200px){.about-port-map-section .all-ports-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}}
@media(max-width:900px){.about-port-map-section .all-ports-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:600px){.about-port-map-section .all-ports-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.about-port-map-section .port-lists{padding:22px 18px 12px!important}}

/* Floating WhatsApp */
.floating-wa{
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  width:62px!important;
  height:62px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#25d366!important;
  color:white!important;
  box-shadow:0 14px 34px rgba(5,36,85,.28)!important;
  z-index:9999!important;
  transition:.25s!important;
}
.floating-wa:hover{transform:translateY(-4px) scale(1.04)!important}
.floating-wa svg{width:34px!important;height:34px!important}
.floating-wa img{width:62px!important;height:62px!important;border-radius:999px!important;object-fit:contain!important}


/* v4.00 WhatsApp menu + final visible frontend classes */
.floating-wa{
  position:fixed!important;
  bottom:22px!important;
  width:62px!important;
  height:62px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#25d366!important;
  color:white!important;
  box-shadow:0 14px 34px rgba(5,36,85,.28)!important;
  z-index:9999!important;
  transition:.25s!important;
}
.floating-wa-right{right:22px!important;left:auto!important}
.floating-wa-left{left:22px!important;right:auto!important}
.floating-wa:hover{transform:translateY(-4px) scale(1.04)!important}
.floating-wa svg{width:34px!important;height:34px!important}
.floating-wa img{width:62px!important;height:62px!important;border-radius:999px!important;object-fit:contain!important}

/* v4.00 fleet tabs force clean */
.fleet-tabs-clean .fleet-tab-all{display:none!important}
.fleet-tabs-clean{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;
  overflow:hidden!important;
}

/* v4.00 about map list force full width compact */
.about-port-map-section .all-ports-grid{
  display:grid!important;
  grid-template-columns:repeat(8,minmax(0,1fr))!important;
  gap:14px 22px!important;
}
@media(max-width:1200px){.about-port-map-section .all-ports-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}}
@media(max-width:900px){.about-port-map-section .all-ports-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:600px){.about-port-map-section .all-ports-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}


/* v4.01 Fleet tabs true full-width desktop */
.fleet-tabs-clean,
.fleet-tabs-pdf.fleet-tabs-clean{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:0!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  overflow:hidden!important;
  margin-left:0!important;
  margin-right:0!important;
  border-radius:18px!important;
}
.fleet-tabs-clean .fleet-tab-btn{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:96px!important;
  flex:1 1 auto!important;
  border-radius:0!important;
  justify-self:stretch!important;
}
.fleet-tabs-clean .fleet-tab-btn strong,
.fleet-tabs-clean .fleet-tab-btn small{
  white-space:nowrap!important;
}
@media(min-width:901px){
  .fleet-tabs-clean{
    overflow-x:hidden!important;
  }
}
@media(max-width:900px){
  .fleet-tabs-clean,
  .fleet-tabs-pdf.fleet-tabs-clean{
    display:flex!important;
    overflow-x:auto!important;
    grid-template-columns:none!important;
  }
  .fleet-tabs-clean .fleet-tab-btn{
    min-width:165px!important;
    flex:0 0 165px!important;
  }
}


/* v4.03 About port list only - 9 column clean layout, no OTHER */
.about-port-map-section .port-lists{
  display:block!important;
  width:100%!important;
  padding:24px 34px 22px!important;
  background:#f4f7fb!important;
  border:1px solid #d8e4f2!important;
  border-top:0!important;
  border-radius:0 0 18px 18px!important;
}
.about-port-map-section .main-ports-panel{
  display:none!important;
}
.about-port-map-section .all-ports-panel{
  width:100%!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.about-port-map-section .all-ports-panel h3{
  display:none!important;
}
.about-port-map-section .all-ports-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:22px 34px!important;
  align-items:start!important;
  width:100%!important;
}
.about-port-map-section .port-region-card{
  min-width:0!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.about-port-map-section .port-region-card h4{
  color:#02539d!important;
  font-size:14px!important;
  font-weight:900!important;
  margin:0 0 8px!important;
  line-height:1.1!important;
  letter-spacing:.02em!important;
}
.about-port-map-section .port-region-card h4 .region-dot{
  display:none!important;
}
.about-port-map-section .port-region-card ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  columns:1!important;
}
.about-port-map-section .port-region-card li{
  margin:0 0 3px!important;
  padding:0!important;
  line-height:1.2!important;
}
.about-port-map-section .port-list-link{
  display:block!important;
  width:100%!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  color:#111827!important;
  font:inherit!important;
  font-size:14px!important;
  line-height:1.2!important;
  text-align:left!important;
  cursor:pointer!important;
}
.about-port-map-section .port-list-link:hover{
  color:#02539d!important;
  text-decoration:underline!important;
}
.about-port-map-section .port-map-note{
  color:#39c98a!important;
  font-size:18px!important;
  text-align:center!important;
  font-weight:900!important;
  margin:22px 0 0!important;
  letter-spacing:.02em!important;
}
@media(min-width:1300px){
  .about-port-map-section .all-ports-grid{
    grid-template-columns:repeat(9,minmax(0,1fr))!important;
    gap:20px 26px!important;
  }
  .about-port-map-section .port-list-link{
    font-size:13px!important;
  }
  .about-port-map-section .port-region-card h4{
    font-size:13px!important;
  }
}
@media(max-width:1200px){
  .about-port-map-section .all-ports-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
  }
}
@media(max-width:900px){
  .about-port-map-section .all-ports-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:520px){
  .about-port-map-section .port-lists{
    padding:22px 18px 16px!important;
  }
  .about-port-map-section .all-ports-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
  }
}


/* v4.04 About port list exact reference style */
.about-port-map-section .port-lists-reference{
  display:grid!important;
  grid-template-columns:1fr 1.45fr 1.6fr 1.45fr 1.05fr 1.35fr!important;
  gap:28px!important;
  width:100%!important;
  padding:24px 34px 28px!important;
  background:#f4f7fb!important;
  border:1px solid #d8e4f2!important;
  border-top:0!important;
  border-radius:0 0 18px 18px!important;
  align-items:start!important;
}
.about-port-map-section .port-lists-reference .port-region-card{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
  min-width:0!important;
}
.about-port-map-section .port-lists-reference .port-region-card h4{
  color:#02539d!important;
  font-size:14px!important;
  line-height:1.1!important;
  font-weight:900!important;
  margin:0 0 9px!important;
  letter-spacing:.02em!important;
}
.about-port-map-section .port-lists-reference .port-region-card ul{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  columns:1!important;
}
.about-port-map-section .port-lists-reference .port-region-card li{
  margin:0 0 3px!important;
  padding:0!important;
  line-height:1.18!important;
  list-style:none!important;
}
.about-port-map-section .port-lists-reference .port-list-link{
  display:block!important;
  width:100%!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  margin:0!important;
  color:#111827!important;
  font-size:14px!important;
  line-height:1.18!important;
  text-align:left!important;
  cursor:pointer!important;
  white-space:normal!important;
}
.about-port-map-section .port-lists-reference .port-list-link:hover{
  color:#02539d!important;
  text-decoration:underline!important;
}

/* Make long regions split internally, matching the reference where Java/Kalimantan/Sulawesi use two text columns */
@media(min-width:1000px){
  .about-port-map-section .port-lists-reference .port-region-card:nth-child(2) ul,
  .about-port-map-section .port-lists-reference .port-region-card:nth-child(3) ul,
  .about-port-map-section .port-lists-reference .port-region-card:nth-child(4) ul{
    columns:2!important;
    column-gap:22px!important;
  }
  .about-port-map-section .port-lists-reference .port-region-card:nth-child(2),
  .about-port-map-section .port-lists-reference .port-region-card:nth-child(3),
  .about-port-map-section .port-lists-reference .port-region-card:nth-child(4){
    min-width:0!important;
  }
}

@media(max-width:1100px){
  .about-port-map-section .port-lists-reference{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .about-port-map-section .port-lists-reference .port-region-card ul{
    columns:1!important;
  }
}
@media(max-width:620px){
  .about-port-map-section .port-lists-reference{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
    padding:22px 18px!important;
  }
  .about-port-map-section .port-lists-reference .port-list-link{
    font-size:13px!important;
  }
}

/* hide old panels if still exists from previous css */
.about-port-map-section .main-ports-panel,
.about-port-map-section .all-ports-panel{
  display:none!important;
}
.about-port-map-section .port-lists-reference{
  display:grid!important;
}


/* v4.05 ABOUT PORT LIST - exact reference layout
   9 visual text columns:
   Sumatra(1) + Jawa(2) + Kalimantan(2) + Sulawesi(2) + Papua(1) + Maluku(1)
*/
.about-port-map-section .port-lists-exact{
  display:grid!important;
  grid-template-columns:repeat(9,minmax(0,1fr))!important;
  gap:24px!important;
  width:100%!important;
  padding:24px 34px 28px!important;
  background:#f4f7fb!important;
  border:1px solid #d8e4f2!important;
  border-top:0!important;
  border-radius:0 0 18px 18px!important;
  align-items:start!important;
  box-sizing:border-box!important;
}

.about-port-map-section .port-lists-exact .port-region-exact{
  display:block!important;
  min-width:0!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.about-port-map-section .port-lists-exact .port-span-1{ grid-column:span 1!important; }
.about-port-map-section .port-lists-exact .port-span-2{ grid-column:span 2!important; }

.about-port-map-section .port-lists-exact .port-region-exact h4{
  color:#02539d!important;
  font-size:14px!important;
  line-height:1.1!important;
  font-weight:900!important;
  margin:0 0 8px!important;
  padding:0!important;
  letter-spacing:.02em!important;
}

.about-port-map-section .port-lists-exact .port-region-cols{
  display:grid!important;
  gap:18px!important;
  align-items:start!important;
}

.about-port-map-section .port-lists-exact .port-cols-1{
  grid-template-columns:1fr!important;
}

.about-port-map-section .port-lists-exact .port-cols-2{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

.about-port-map-section .port-lists-exact ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  columns:1!important;
}

.about-port-map-section .port-lists-exact li{
  margin:0 0 3px!important;
  padding:0!important;
  line-height:1.18!important;
  list-style:none!important;
  break-inside:avoid!important;
}

.about-port-map-section .port-lists-exact .port-list-link{
  display:block!important;
  width:100%!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  margin:0!important;
  color:#111827!important;
  font-family:Roboto,Arial,sans-serif!important;
  font-size:14px!important;
  line-height:1.18!important;
  font-weight:400!important;
  text-align:left!important;
  cursor:pointer!important;
  white-space:normal!important;
}

.about-port-map-section .port-lists-exact .port-list-link:hover{
  color:#02539d!important;
  text-decoration:underline!important;
}

/* Force old panels/styles not to interfere */
.about-port-map-section .port-lists-exact .main-ports-panel,
.about-port-map-section .port-lists-exact .all-ports-panel,
.about-port-map-section .port-lists-exact .region-dot{
  display:none!important;
}

/* Hide old green note if old CSS/HTML remains somewhere */
.about-port-map-section .port-map-note{
  display:none!important;
}

@media(max-width:1200px){
  .about-port-map-section .port-lists-exact{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:22px!important;
  }
  .about-port-map-section .port-lists-exact .port-span-2{
    grid-column:span 2!important;
  }
}

@media(max-width:820px){
  .about-port-map-section .port-lists-exact{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    padding:22px 18px!important;
    gap:18px!important;
  }
  .about-port-map-section .port-lists-exact .port-span-2,
  .about-port-map-section .port-lists-exact .port-span-1{
    grid-column:span 1!important;
  }
  .about-port-map-section .port-lists-exact .port-cols-2{
    grid-template-columns:1fr!important;
    gap:0!important;
  }
}

@media(max-width:460px){
  .about-port-map-section .port-lists-exact{
    grid-template-columns:1fr!important;
  }
}


/* v4.06 About port list: actual 9 visible columns, no empty right side */
.about-port-map-section .port-lists-9visual{
  display:grid!important;
  grid-template-columns:repeat(9,minmax(0,1fr))!important;
  gap:20px!important;
  width:100%!important;
  padding:24px 34px 28px!important;
  background:#f4f7fb!important;
  border:1px solid #d8e4f2!important;
  border-top:0!important;
  border-radius:0 0 18px 18px!important;
  align-items:start!important;
  box-sizing:border-box!important;
}
.about-port-map-section .port-lists-9visual .port-list-col{
  min-width:0!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.about-port-map-section .port-lists-9visual h4{
  color:#02539d!important;
  font-size:13px!important;
  line-height:1.1!important;
  font-weight:900!important;
  margin:0 0 8px!important;
  padding:0!important;
  letter-spacing:.02em!important;
}
.about-port-map-section .port-lists-9visual h4.blank-head{
  visibility:hidden!important;
}
.about-port-map-section .port-lists-9visual ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  columns:1!important;
}
.about-port-map-section .port-lists-9visual li{
  margin:0 0 3px!important;
  padding:0!important;
  line-height:1.18!important;
}
.about-port-map-section .port-lists-9visual .port-list-link{
  display:block!important;
  width:100%!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  margin:0!important;
  color:#111827!important;
  font-size:13px!important;
  line-height:1.18!important;
  font-weight:400!important;
  text-align:left!important;
  cursor:pointer!important;
  white-space:normal!important;
}
.about-port-map-section .port-lists-9visual .port-list-link:hover{
  color:#02539d!important;
  text-decoration:underline!important;
}
.about-port-map-section .port-map-note{display:none!important}
.about-port-map-section .main-ports-panel,
.about-port-map-section .all-ports-panel{
  display:none!important;
}
@media(max-width:1200px){
  .about-port-map-section .port-lists-9visual{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
  }
}
@media(max-width:820px){
  .about-port-map-section .port-lists-9visual{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    padding:22px 18px!important;
  }
}
@media(max-width:480px){
  .about-port-map-section .port-lists-9visual{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* v4.06 Fleet layout: title inside container, tabs outside/full bleed, content back inside container */
.fleet-tabs-v406-section{
  overflow-x:hidden!important;
  padding-top:72px!important;
}
.fleet-tabs-v406-section .fleet-heading-container,
.fleet-tabs-v406-section .fleet-content-container{
  width:min(1180px, calc(100vw - 44px))!important;
  max-width:min(1180px, calc(100vw - 44px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
.fleet-tabs-v406-section .fleet-title-row{
  margin-bottom:34px!important;
}
.fleet-tabs-v406-section .fleet-tabs-full-row{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:50%!important;
  transform:translateX(-50%)!important;
  position:sticky!important;
  top:72px!important;
  z-index:24!important;
  background:#fff!important;
  border-top:1px solid #dbe6f3!important;
  border-bottom:1px solid #dbe6f3!important;
  box-shadow:0 16px 36px rgba(5,36,85,.10)!important;
}
.fleet-tabs-v406-section .fleet-tabs-v406{
  width:100%!important;
  max-width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  border:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  transform:none!important;
}
.fleet-tabs-v406-section .fleet-tabs-v406 .fleet-tab-btn{
  min-width:0!important;
  width:100%!important;
  min-height:104px!important;
  border:0!important;
  border-right:1px solid #dbe6f3!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  padding:16px 10px 20px!important;
}
.fleet-tabs-v406-section .fleet-tabs-v406 .fleet-tab-btn:last-child{
  border-right:0!important;
}
.fleet-tabs-v406-section .fleet-tabs-v406 .fleet-tab-icon{
  font-size:20px!important;
  line-height:1!important;
  color:#02539d!important;
}
.fleet-tabs-v406-section .fleet-tabs-v406 .fleet-tab-btn strong{
  font-size:16px!important;
  line-height:1.05!important;
  font-weight:900!important;
  color:#052455!important;
  white-space:nowrap!important;
}
.fleet-tabs-v406-section .fleet-tabs-v406 .fleet-tab-btn small{
  font-size:10px!important;
  line-height:1.15!important;
  letter-spacing:.06em!important;
  font-weight:900!important;
  color:#02539d!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.fleet-tabs-v406-section .fleet-tabs-v406 .fleet-tab-btn.active .fleet-tab-icon,
.fleet-tabs-v406-section .fleet-tabs-v406 .fleet-tab-btn.active strong,
.fleet-tabs-v406-section .fleet-tabs-v406 .fleet-tab-btn.active small{
  color:#be3944!important;
}
.fleet-tabs-v406-section .fleet-tabs-v406 .fleet-tab-btn.active:after{
  content:""!important;
  position:absolute!important;
  left:20px!important;
  right:20px!important;
  bottom:6px!important;
  height:3px!important;
  border-radius:999px!important;
  background:#be3944!important;
}
.fleet-tabs-v406-section .fleet-content-container{
  padding-top:36px!important;
}
@media(max-width:900px){
  .fleet-tabs-v406-section .fleet-heading-container,
  .fleet-tabs-v406-section .fleet-content-container{
    width:calc(100vw - 32px)!important;
    max-width:calc(100vw - 32px)!important;
  }
  .fleet-tabs-v406-section .fleet-tabs-full-row{
    margin-left:0!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    top:64px!important;
  }
  .fleet-tabs-v406-section .fleet-tabs-v406{
    display:flex!important;
    overflow-x:auto!important;
  }
  .fleet-tabs-v406-section .fleet-tabs-v406 .fleet-tab-btn{
    min-width:160px!important;
    flex:0 0 160px!important;
  }
}


/* v4.08 form formatting: rupiah prefix, number formatting, other service reveal */
.input-unit.money-unit{display:flex!important;align-items:stretch!important;width:100%!important}
.input-unit.money-unit .prefix{display:grid!important;place-items:center!important;border:2px solid #d2dfef!important;border-right:0!important;background:#fff!important;color:#052455!important;font-size:12px!important;font-weight:900!important;border-radius:9px 0 0 9px!important;padding:0 13px!important;min-width:52px!important;line-height:1!important}
.input-unit.money-unit input{border-radius:0!important;flex:1 1 auto!important;min-width:0!important}
.input-unit.money-unit input:last-child{border-radius:0 9px 9px 0!important}
.input-unit.money-unit input + span{border-width:2px!important;border-left:0!important;border-color:#d2dfef!important;border-radius:0 9px 9px 0!important;background:#fff!important}
.ksm-other-service-field{animation:ksmFadeIn .18s ease-out}
@keyframes ksmFadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}


/* v4.09 Fleet carousel second-image hover fix
   Each visible slide clips its own zoom, so the right image no longer shifts into the left image. */
.fleet-carousel-track{
  overflow:hidden!important;
}
.fleet-slide.active,
.fleet-slide.next-visible{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.fleet-slide.active{
  border-radius:18px 0 0 18px!important;
}
.fleet-slide.next-visible{
  border-radius:0 18px 18px 0!important;
}
.fleet-slide.active .ksm-editable-image,
.fleet-slide.next-visible .ksm-editable-image{
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  display:block!important;
}
.fleet-slide.active img,
.fleet-slide.next-visible img{
  width:100%!important;
  height:360px!important;
  display:block!important;
  object-fit:cover!important;
  transform-origin:center center!important;
  transition:transform .55s ease,filter .35s ease!important;
}
.fleet-slide.active:hover img,
.fleet-slide.next-visible:hover img{
  transform:scale(1.045)!important;
  filter:saturate(1.06)!important;
}
@media(max-width:768px){
  .fleet-slide.active{
    border-radius:18px!important;
  }
}


/* v4.10 OUR FLEET default tab + all fleet list */
.fleet-v407 .fleet-tabs-v410{
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
}
.fleet-view-panel{
  display:none!important;
}
.fleet-view-panel.active{
  display:block!important;
}
.fleet-all-panel.active{
  display:block!important;
}
.fleet-all-item{
  display:block!important;
  padding:0 0 54px!important;
  margin:0 0 54px!important;
  border-bottom:1px solid #dbe6f3!important;
}
.fleet-all-item:last-child{
  border-bottom:0!important;
  margin-bottom:0!important;
  padding-bottom:0!important;
}
.fleet-tab-all .fleet-tab-icon{
  color:#be3944!important;
}
@media(max-width:900px){
  .fleet-v407 .fleet-tabs-v410{
    display:flex!important;
  }
  .fleet-v407 .fleet-tabs-v410 .fleet-tab-btn{
    min-width:160px!important;
    flex:0 0 160px!important;
  }
}


/* v4.11 Fleet tabs always one row on desktop */
@media (min-width: 901px){
  .fleet-v407 .fleet-tabs-v410,
  .fleet-v407 .fleet-tabs-v407.fleet-tabs-v410,
  .fleet-tabs-v410{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(7,minmax(0,1fr))!important;
    grid-auto-flow:column!important;
    grid-auto-columns:minmax(0,1fr)!important;
    gap:0!important;
    overflow:hidden!important;
    flex-wrap:nowrap!important;
  }

  .fleet-v407 .fleet-tabs-v410 .fleet-tab-btn,
  .fleet-v407 .fleet-tabs-v407.fleet-tabs-v410 .fleet-tab-btn,
  .fleet-tabs-v410 .fleet-tab-btn{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    min-height:104px!important;
    height:104px!important;
    flex:0 0 auto!important;
    grid-row:1!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    padding:14px 8px 18px!important;
    overflow:hidden!important;
  }

  .fleet-v407 .fleet-tabs-v410 .fleet-tab-btn strong,
  .fleet-tabs-v410 .fleet-tab-btn strong{
    font-size:15px!important;
    line-height:1.05!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    max-width:100%!important;
  }

  .fleet-v407 .fleet-tabs-v410 .fleet-tab-btn small,
  .fleet-tabs-v410 .fleet-tab-btn small{
    font-size:9px!important;
    line-height:1.12!important;
    white-space:normal!important;
    overflow:hidden!important;
    max-height:24px!important;
    max-width:100%!important;
  }

  .fleet-v407 .fleet-tabs-v410 .fleet-tab-icon,
  .fleet-tabs-v410 .fleet-tab-icon{
    font-size:19px!important;
    line-height:1!important;
    flex:0 0 auto!important;
  }
}

/* tablet/mobile stays horizontally scrollable, still one visual row */
@media (max-width: 900px){
  .fleet-v407 .fleet-tabs-v410,
  .fleet-tabs-v410{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    grid-template-columns:none!important;
  }

  .fleet-v407 .fleet-tabs-v410 .fleet-tab-btn,
  .fleet-tabs-v410 .fleet-tab-btn{
    min-width:150px!important;
    flex:0 0 150px!important;
  }
}


/* v4.12 Fleet sticky tabs fix */
.fleet-v407,
.fleet-tab-section,
.fleet-tabs-v407-section{
  overflow:visible!important;
}

.fleet-tabs-sticky-wrap,
.fleet-v407 .fleet-tabs-bleed{
  position:sticky!important;
  top:72px!important;
  z-index:1000!important;
  transform:none!important;
  margin-left:0!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-right:0!important;
  margin-inline-start:calc(50% - 50vw)!important;
  background:#fff!important;
  border-top:1px solid #dbe6f3!important;
  border-bottom:1px solid #dbe6f3!important;
  box-shadow:0 12px 28px rgba(5,36,85,.12)!important;
}

.fleet-tabs-sticky-wrap .fleet-tabs-v410,
.fleet-tabs-sticky-wrap .fleet-tabs-v407{
  position:relative!important;
  top:auto!important;
  z-index:auto!important;
}

body[data-page="fleet"] main,
body[data-page="fleet"] .soft,
body[data-page="fleet"] .fleet-tab-section,
body[data-page="fleet"] .fleet-v407{
  overflow:visible!important;
}

@media(max-width:900px){
  .fleet-tabs-sticky-wrap,
  .fleet-v407 .fleet-tabs-bleed{
    top:64px!important;
    width:100%!important;
    max-width:100%!important;
    margin-inline-start:0!important;
  }
}


/* v4.13 Fleet tab click safety */
.fleet-view-panel[hidden]{
  display:none!important;
}
.fleet-tab-btn{
  touch-action:manipulation!important;
}
.fleet-tab-btn,
.fleet-tab-btn *{
  pointer-events:auto!important;
}
