
/* ======================
   HERO
====================== */

.pe-hero{
position:relative;
min-height:60vh;
background:
url("../img-2/aerial-edge-ship-2560x1440.jpg")
center/cover no-repeat;
display:flex;
align-items:flex-end; 
padding-top: 80px;

}

.pe-hero video{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
}

.pe-hero-overlay{
position:absolute;
inset:0;
background:
linear-gradient(to bottom,rgba(0,0,0,.25),rgba(0,0,0,.65));
}

.pe-hero-content{
position:relative;
z-index:5;
padding-bottom:40px;
color:white;
align-self: end;
}

.pe-hero-content h1{
font-size:32px;
font-weight:700;
margin-bottom:10px;
}

.pe-hero-content p{
font-size:14px;
max-width:420px;
}

.pe-hero-btn{
background:#2f4a93;
color:white;
padding:10px 28px;
border-radius:4px;
margin-top:10px;
}


/* ======================
   TABLET
====================== */

@media(min-width:768px){

.pe-hero-content h1{
font-size:44px;
}

.pe-hero{
align-items:center;
}

}

/* ======================
   DESKTOP
====================== */

@media(min-width:992px){

.pe-hero{
min-height:95vh;
}

.pe-hero-content h1{
font-size:56px;
}

.pe-header{
padding:18px 0;
}

}


/* ======================
   QUICK LINKS
====================== */

.pe-quicklinks{
background:#1766a7;
color:white;
font-family:Inter,sans-serif;
}

/* MOBILE STACK */

.pe-ql-list{
list-style:none;
margin:0;
padding:0;
} 
.pe-ql-list a{
   color: white; 
   text-decoration: none;
}

.pe-ql-list li{
display:flex;
justify-content:space-between;
align-items:center;
padding:16px 20px;
border-bottom:1px solid rgba(255,255,255,.2);
font-size:18px;
}

.pe-ql-list i{
font-size:22px;
opacity:.9;
}

/* DESKTOP BAR */

@media(min-width:992px){

.pe-ql-list{
display:flex;
}

.pe-ql-list li{
flex:1;
justify-content:center;
gap:12px;
border-bottom:none;
border-right:1px solid rgba(255,255,255,.25);
padding:25px 0;
flex-direction:column;
font-size:16px;
}

.pe-ql-list li:last-child{
border-right:none;
}

.pe-ql-list i{
font-size:34px;
margin-bottom:6px;
}

} 




/* ABOUT + BOOKING */
.pg-about{
padding:80px 20px;
background:#fff;
}

.pg-about-wrap{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.pg-about-content h2{
font-size:40px;
font-weight:800;
margin-bottom:25px;
position:relative;
}

.pg-about-content h2:after{
content:'';
width:80px;
height:4px;
background:#00b2e3;
position:absolute;
left:0;
bottom:-10px;
}

.pg-about-content p{
font-size:17px;
line-height:1.8;
color:#222;
margin-bottom:25px;
}

.pg-about-image img{
width:100%;
border-radius:8px;
box-shadow:0 15px 40px rgba(0,0,0,.15);
object-fit:cover;
}

/* MOBILE */

@media(max-width:768px){

.pg-about-wrap{
grid-template-columns:1fr;
}

.pg-about{
padding:50px 15px;
}

.pg-about-content h2{
font-size:28px;
}

}
.explore-port {
  background: #eef7fb;
}

/* Left panel */
.explore-info {
  background: #eef7fb;
}

/* Map container */
.map-wrap {
  width: 100%;
  min-height: 420px;
}

.map-wrap iframe {
  width: 100%;
  height: 350px;
  display: block;
}

/* Mobile first */
@media (max-width: 991px) {
  .map-wrap {
    min-height: 320px;
  }
}

/* Button style */
.explore-info .btn-primary {
  background: #00a6d6;
  border: none;
  border-radius: 4px;
}

.explore-info .btn-primary:hover {
  background: #008bb5;
}  
/* LATEST NEWS SECTION */

.latest-news {
  background:#f6fbff;
}

/* underline */
.news-underline{
  width:80px;
  height:3px;
  background:#00a6d6;
}

/* cards */
.news-card{
  background:#fff;
  border-radius:6px;
  overflow:hidden;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
  position:relative;
  height:100%;
}

/* badge */
.news-tag{
  position:absolute;
  top:10px;
  left:10px;
  background:#1f4fa3;
  color:#fff;
  font-size:12px;
  padding:4px 10px;
  border-radius:3px;
}

/* date */
.news-date{
  color:#0074c8;
  font-weight:600;
  font-size:13px;
}

/* hover */
.news-card:hover{
  transform:translateY(-5px);
  transition:.3s;
}

/* Mobile spacing */
@media(max-width:768px){
  .latest-news h2{
    font-size:22px;
  }
} 

/* ===== SECTION ===== */
.ship-section {
  padding: 80px 20px;
  background: #f8fbff;
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* ===== HEADER ===== */
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0a2540;
}

.section-header p {
  font-size: 16px;
  color: #6b7c93;
  margin-top: 10px;
}

/* ===== GRID ===== */
.ship-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARD ===== */
.ship-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
}

.ship-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* ===== IMAGE ===== */
.ship-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.ship-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.ship-card:hover img {
  transform: scale(1.05);
}

/* ===== BADGE ===== */
.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ff4d4d;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 50px;
}

.badge.new {
  background: linear-gradient(135deg, #ff7a18, #ff3d00);
}

/* ===== CONTENT ===== */
.ship-content {
  padding: 20px;
  flex: 1;
}

.ship-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0a2540;
}

.ship-content p {
  font-size: 14px;
  color: #6b7c93;
  margin-bottom: 15px;
}

/* ===== LIST ===== */
.ship-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.ship-content ul li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #334e68;
}

/* ===== BUTTON ===== */
.btn-primary {
  display: inline-block;
  text-align: center;
  background: linear-gradient(135deg, #007bff, #0056d2);
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0056d2, #003f9e);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .ship-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ship-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 24px;
  }

  .ship-img {
    height: 180px;
  }
}

.ship-img {
  width: 100%;
  aspect-ratio: 16 / 9; /* 🔥 modern responsive */
  overflow: hidden;
}

.ship-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}