*{margin:0;padding:0;box-sizing:border-box}
body{background:#061A2C;color:white;font-family:Arial,sans-serif}

.header{text-align:center;background:#031528;padding:28px 15px;border-bottom:1px solid rgba(255,255,255,.15)}
.logo{font-size:28px;font-weight:900;color:#D4A017}
.tagline{font-size:15px;margin-top:8px}
.since{font-size:14px;color:#D4A017;margin-top:6px}

.hero{padding:34px 36px;border-bottom:1px solid rgba(255,255,255,.15)}
.hero-text h1{font-family:Georgia,serif;font-size:40px;line-height:1.08;margin-bottom:22px}
.hero-text p{font-size:18px;line-height:1.6;margin-bottom:26px}
.buttons{display:flex;gap:16px;margin-bottom:34px}
.btn{padding:15px 22px;border-radius:4px;font-weight:900;border:1px solid #D4A017}
.gold{background:#D4A017;color:#061A2C}
.outline{color:white}
.ship-img{width:100%;height:auto;display:block;margin:0 auto}

.icons{background:#031528;padding:28px 35px}
.icons div{text-align:center;padding:28px 10px;border-bottom:1px solid rgba(255,255,255,.15)}
.icons div:last-child{border-bottom:0}
.icons span{font-size:42px}
.icons h3{font-size:17px;margin:14px 0 8px}
.icons p{font-size:15px;color:#ddd}

@media(min-width:769px){
  .hero{display:grid;grid-template-columns:42% 58%;gap:30px;align-items:center}
  .ship-img{width:100%}
  .buttons{margin-bottom:0}
  .icons{display:grid;grid-template-columns:repeat(4,1fr)}
  .icons div{border-bottom:0;border-right:1px solid rgba(255,255,255,.15)}
  .icons div:last-child{border-right:0}
}

@media(max-width:768px){
  .logo{font-size:30px}
  .hero{padding:32px 22px}
  .hero-text h1{font-size:28px}
  .hero-text p{font-size:17px}
  .buttons{flex-direction:column}
  .btn{text-align:center}
}

.ship-img{
    width:90% !important;
    max-width:900px !important;
    display:block;
    margin:0 auto 35px auto !important;
    border-radius:4px;
}

.ship-img{
    width:95% !important;
    max-width:95% !important;
    margin:0 auto 35px auto !important;
    display:block !important;
height:360px !important;
object-fit:cover !important;
object-position:center 55% !important;
}

.ship-img{
    width:98% !important;
    max-width:98% !important;
    margin:0 auto 35px auto !important;
    display:block !important;
height:360px !important;
object-fit:cover !important;
object-position:center 55% !important;
}

.ship-img{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto 30px auto !important;
    display:block !important;
height:360px !important;
object-fit:cover !important;
object-position:center 55% !important;
}

/* HEADER SIZE FIX */
.logo{
    font-size:26px !important;
}

.tagline{
    font-size:13px !important;
}

.since{
    font-size:12px !important;
}

.header{
    padding:18px 15px !important;
}

/* HERO TITLE SIZE */
.hero-text h1{
    font-size:24px !important;
    line-height:1.2 !important;
    font-family:Georgia,serif !important;
    font-weight:700 !important;
    margin-bottom:18px !important;
}

/* LOGO SMALLER */
.logo{
    font-size:22px !important;
    font-weight:800 !important;
    color:#D4A017 !important;
}

.header{
    padding:14px 15px !important;
}

/* MENU ON SHIP IMAGE */
.ship-hero-box{
  position:relative;
  width:100%;
  margin:0 auto 30px auto;
}

.ship-hero-box .ship-img{
width:100%!important;
height:360px!important;
object-fit:contain!important;
object-position:center center!important;
display:block!important;
margin:-20px 0 0 0!important;
}

.ship-top-menu{
  position:absolute;
  top:0;
  left:0;
  right:0;
  padding:10px 12px;
  display:flex;
  justify-content:center;
  gap:18px;
  align-items:center;
  background:linear-gradient(180deg,rgba(3,21,40,.88),rgba(3,21,40,.20));
  color:#fff;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
}

.quote-mini{
  background:#D4A017;
  color:#061A2C;
  padding:7px 10px;
  border-radius:3px;
}

@media(max-width:768px){
  .ship-top-menu{
    justify-content:flex-start;
    overflow-x:auto;
    gap:14px;
    font-size:9px;
    padding:9px 10px;
  }

  .quote-mini{
    padding:6px 9px;
  }
}

.hero-text h1{
    color:#D4A017 !important;
}

.hero-text p{
    color:#D4A017 !important;
}

/* RESTORE HERO TEXT COLOR */
.hero-text h1{
    color:#FFFFFF !important;
}

.hero-text p{
    color:#FFFFFF !important;
}

/* TOP MENU GOLD */
.ship-top-menu span{
    color:#D4A017 !important;
}

.ship-top-menu .quote-mini{
    color:#061A2C !important;
}

/* SMALLER TOP MENU */
.ship-top-menu{
    gap:12px !important;
}

.ship-top-menu span{
    font-size:8px !important;
    letter-spacing:0.4px !important;
}

.quote-mini{
    font-size:8px !important;
    padding:5px 8px !important;
}

/* CONTACT MINI UNDER BUTTONS */
.contact-mini{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
    font-size:11px;
    color:#D4A017;
    font-weight:700;
}

.contact-mini span{
    background:rgba(3,21,40,.65);
    border:1px solid rgba(212,160,23,.25);
    padding:7px 9px;
    border-radius:4px;
}

@media(max-width:768px){
    .contact-mini{
        justify-content:center;
        font-size:10px;
    }
}

/* CONTACT MINI LOGO STYLE */
.contact-mini{
    justify-content:center !important;
    gap:12px !important;
    margin-top:26px !important;
}

.contact-mini span{
    color:#D4A017 !important;
    background:linear-gradient(180deg,rgba(212,160,23,.12),rgba(3,21,40,.65)) !important;
    border:1px solid rgba(212,160,23,.65) !important;
    border-radius:14px !important;
    padding:10px 14px !important;
    box-shadow:0 0 14px rgba(212,160,23,.12) !important;
    font-weight:800 !important;
    letter-spacing:.2px !important;
}

.contact-mini a{
    color:#D4A017 !important;
    text-decoration:none !important;
}

/* AB TAJ ISM CARD */
.icons .ism-card{
    border:1px solid rgba(212,160,23,.75) !important;
    border-radius:12px !important;
    background:linear-gradient(180deg,rgba(212,160,23,.10),rgba(3,21,40,.75)) !important;
    margin-top:18px !important;
    box-shadow:0 0 14px rgba(212,160,23,.12) !important;
}

.icons .ism-card span{
    color:#D4A017 !important;
    font-size:42px !important;
}

.icons .ism-card h3{
    color:#FFFFFF !important;
}

.icons .ism-card p{
    color:#E8E4DA !important;
}

/* OUR FLEET */

.fleet-section{
    padding:55px 28px;
    background:#f4f4f4;
    color:#061A2C;
    text-align:center;
}

.fleet-section h2{
    font-family:Georgia,serif;
    font-size:34px;
    letter-spacing:5px;
}

.fleet-line{
    width:90px;
    height:3px;
    background:#D4A017;
    margin:14px auto 35px;
}

.fleet-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}

.fleet-card{
    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
    padding:28px 15px;
}

.fleet-icon{
    font-size:44px;
    color:#D4A017;
}

.fleet-card h3{
    margin-top:16px;
    font-size:17px;
}

.fleet-card p{
    color:#666;
    margin-top:8px;
}

@media(max-width:768px){

.fleet-grid{
    grid-template-columns:1fr;
}

}

/* TEST ONLY - FIRST FLEET CARD */
.fleet-card:first-child{
    background:#061A2C !important;
    border:1px solid #D4A017 !important;
    border-radius:12px !important;
    box-shadow:0 0 14px rgba(212,160,23,.15);
}

.fleet-card:first-child h3{
    color:#FFFFFF !important;
}

.fleet-card:first-child p{
    color:#D4A017 !important;
}

.fleet-card:first-child .fleet-icon{
    color:#D4A017 !important;
}

/* TEST - SECOND FLEET CARD */
.fleet-card:nth-child(2){
    background:#061A2C !important;
    border:1px solid #D4A017 !important;
    border-radius:12px !important;
    box-shadow:0 0 14px rgba(212,160,23,.15);
}

.fleet-card:nth-child(2) h3{
    color:#FFFFFF !important;
}

.fleet-card:nth-child(2) p{
    color:#D4A017 !important;
}

.fleet-card:nth-child(2) .fleet-icon{
    color:#D4A017 !important;
}

/* TEST - THIRD FLEET CARD */
.fleet-card:nth-child(3){
    background:#061A2C !important;
    border:1px solid #D4A017 !important;
    border-radius:12px !important;
    box-shadow:0 0 14px rgba(212,160,23,.15);
}

.fleet-card:nth-child(3) h3{
    color:#FFFFFF !important;
}

.fleet-card:nth-child(3) p{
    color:#D4A017 !important;
}

.fleet-card:nth-child(3) .fleet-icon{
    color:#D4A017 !important;
}

/* SEA WEATHER SECTION */
.sea-weather{
    background:#061A2C;
    color:#FFFFFF;
    text-align:center;
    padding:48px 24px;
    border-top:1px solid rgba(212,160,23,.25);
}

.weather-icon{
    font-size:46px;
    margin-bottom:10px;
}

.sea-weather h2{
    font-family:Georgia,serif;
    color:#D4A017;
    font-size:32px;
    letter-spacing:4px;
    margin-bottom:10px;
}

.weather-title{
    font-size:18px;
    color:#FFFFFF;
    margin-bottom:8px;
}

.weather-coming{
    color:#D4A017;
    font-weight:900;
    margin-bottom:22px;
}

.weather-areas{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:18px;
}

.weather-areas span{
    border:1px solid rgba(212,160,23,.65);
    color:#D4A017;
    padding:9px 14px;
    border-radius:20px;
    font-weight:800;
    font-size:13px;
    background:rgba(3,21,40,.55);
}

.weather-note{
    color:#E8E4DA;
    font-size:14px;
}

/* FINAL FLEET STYLE */
.fleet-card{
    background:#061A2C !important;
    border:1px solid #D4A017 !important;
    border-radius:12px !important;
    box-shadow:0 0 14px rgba(212,160,23,.15) !important;
}

.fleet-card h3{
    color:#FFFFFF !important;
}

.fleet-card p{
    color:#D4A017 !important;
}

.fleet-icon{
    color:#D4A017 !important;
}

/* FINAL FOOTER */
.site-footer{
    background:#020d19;
    color:#E8E4DA;
    text-align:center;
    padding:38px 20px;
    border-top:1px solid rgba(212,160,23,.35);
}

.footer-brand{
    color:#D4A017;
    font-size:24px;
    font-weight:900;
    margin-bottom:8px;
}

.footer-tagline{
    color:#D4A017;
    font-size:14px;
    margin-bottom:22px;
}

.footer-info{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:20px;
}

.footer-info span{
    border:1px solid rgba(212,160,23,.45);
    border-radius:20px;
    padding:8px 12px;
    font-size:13px;
}

.footer-social{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-bottom:18px;
}

.footer-social span{
    color:#D4A017;
    font-weight:800;
    font-size:13px;
}

.site-footer small{
    color:#aaa;
    font-size:12px;
}

/* FOOTER PHONE + SOCIAL FIX */

.footer-info a{
    color:#D4A017 !important;
    text-decoration:none !important;
}

.footer-info a:visited{
    color:#D4A017 !important;
}

.footer-social{
    gap:22px !important;
}

.footer-social span{
    color:#D4A017 !important;
    font-size:11px !important;
    font-weight:700 !important;
    letter-spacing:1px;
}

/* LIVE POSITION BUTTON */
.live-position{
    display:inline-block;
    margin-top:14px;
    padding:9px 13px;
    border:1px solid rgba(212,160,23,.75);
    border-radius:20px;
    color:#D4A017 !important;
    text-decoration:none;
    font-size:12px;
    font-weight:800;
    background:rgba(3,21,40,.65);
}

.live-position:hover{
    background:#D4A017;
    color:#061A2C !important;
}

.ship-top-menu{overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;display:flex!important;align-items:center!important;gap:18px!important;padding:10px 18px!important;box-sizing:border-box!important;-webkit-overflow-scrolling:touch!important}.ship-top-menu span{flex:0 0 auto!important}.ship-top-menu span:first-child{margin-left:0!important}.ship-top-menu span:last-child{margin-right:18px!important}

.ship-top-menu span{padding:9px 16px!important;border:1px solid #d4af37!important;border-radius:999px!important;background:rgba(2,24,43,.78)!important;color:#f7f7f7!important;font-weight:700!important;letter-spacing:.4px!important;box-shadow:0 4px 12px rgba(0,0,0,.22)!important;transition:.25s ease!important}.ship-top-menu span:active{background:#d4af37!important;color:#06192b!important;transform:scale(.97)!important}.ship-top-menu .quote-mini{background:#d4af37!important;color:#06192b!important;border-color:#d4af37!important}

.ship-top-menu span{padding:9px 16px!important;border:1px solid rgb(212,175,55)!important;border-radius:999px!important;background:rgba(2,24,43,.82)!important;color:white!important;font-weight:700!important;display:inline-block!important}.ship-top-menu .quote-mini{background:rgb(212,175,55)!important;color:rgb(6,25,43)!important;border-color:rgb(212,175,55)!important}











