body{
font-family:Arial, Helvetica, sans-serif;
margin:0;
background:#f4f7f9;
color:#333;
}

.site-header{
position:sticky;
top:0;
background:#0B5C75;
padding:15px 0;
z-index:1000;
}

.header-container{
max-width:1350px;
margin:auto;
padding:0 30px;

display:flex;
align-items:center;
justify-content:space-between;
}

.logo-text{
display:flex;
align-items:center;
gap:10px;
}

.logo-icon{
font-size:24px;
color:#F97316;
}

.logo-main{
font-size:26px;
font-weight:700;
color:white;
}
.footer{
background:#0B5C75;
color:white;
padding:60px 20px 30px 20px;
}

.footer-container{
max-width:1200px;
margin:auto;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:40px;
margin-bottom:40px;
}

.footer-column h3{
margin-bottom:15px;
}

.footer-column h4{
margin-bottom:12px;
color:#F97316;
}

.footer-column ul{
list-style:none;
padding:0;
margin:0;
}

.footer-column li{
margin-bottom:8px;
}

.footer-column a{
color:white;
text-decoration:none;
}

.footer-column a:hover{
opacity:0.8;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,0.2);
padding-top:20px;
text-align:center;
font-size:14px;
}

.credit{
font-size:11px;
opacity:0.7;
margin-top:6px;
}


.logo-sub{
font-size:12px;
letter-spacing:1px;
color:#F97316;
}

.nav-menu{
display:flex;
align-items:center;
gap:38px;
margin-left:auto;
}

.nav-menu a{
color:white;
text-decoration:none;
font-weight:600;
font-size:16px;
}

.book-btn{
background:#F97316;
padding:10px 22px;
border-radius:6px;
}

.hero{
background:
linear-gradient(rgba(11,92,117,0.65), rgba(11,92,117,0.65)),
url("images/seattle-hero.jpg");

background-size:cover;
background-position:center;
background-repeat:no-repeat;

color:white;

padding:180px 20px 120px 20px;
}

.hero-container{
max-width:1200px;
margin:auto;
}

.hero-text{
max-width:520px;
}

.hero h1{
font-size:42px;
margin-bottom:20px;
}

.hero p{
font-size:18px;
margin-bottom:18px;
}

.btn{
background:#F97316;
color:white;
padding:14px 26px;
border-radius:6px;
text-decoration:none;
}

.section{
padding:70px 20px;
}

.container{
max-width:1200px;
margin:auto;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

.card{
background:white;
padding:25px;
border-radius:8px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
text-align:center;
}

.gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.gallery img{
width:100%;
border-radius:8px;
}

form{
display:grid;
gap:12px;
max-width:520px;
margin:auto;
}

input, textarea{
padding:12px;
border:1px solid #ccc;
border-radius:6px;
}

footer{
background:#111;
color:white;
padding:30px;
text-align:center;
}

.credit{
font-size:11px;
opacity:0.7;
margin-top:10px;
}

.trust-section{
background:white;
padding:60px 20px;
}

.trust-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
text-align:center;
}

.trust-item{
padding:25px;
border-radius:8px;
background:#f4f7f9;
}
.cta-buttons{
margin-top:20px;
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.btn-call{
background:#0B5C75;
color:white;
padding:12px 24px;
border-radius:6px;
text-decoration:none;
font-weight:600;
}

.btn-call:hover{
background:#08495c;
}

.btn-book{
background:#ff7a00;
color:white;
padding:12px 24px;
border-radius:6px;
text-decoration:none;
font-weight:600;
}

.btn-book:hover{
background:#e56e00;
}
.trust-item h3{
color:#0B5C75;
margin-bottom:10px;
}
.page-hero{
background:#0B5C75;
color:white;
padding:120px 20px 80px 20px;
text-align:center;
}

.about-content{
max-width:750px;
line-height:1.7;
}
/* MOBILE RESPONSIVE FIX */

@media (max-width: 768px){

/* header */
.header-container{
flex-direction:column;
align-items:center;
gap:10px;
}

/* nav menu */
.nav-menu{
flex-wrap:wrap;
justify-content:center;
gap:15px;
margin-top:10px;
}

/* hero section */
.hero{
padding:80px 20px;
text-align:center;
}

.hero h1{
font-size:28px;
line-height:1.3;
}

.hero p{
font-size:16px;
}

/* buttons */
.cta-buttons{
flex-direction:column;
align-items:center;
gap:12px;
}

/* service cards */
.grid{
grid-template-columns:1fr;
}

/* trust section */
.trust-grid{
grid-template-columns:1fr;
}

/* fleet images */
.fleet-gallery{
grid-template-columns:1fr;
}

/* footer */
.footer-grid{
grid-template-columns:1fr;
text-align:center;
gap:25px;
}

}
@media (max-width:768px){

.hero{
padding:120px 20px 80px 20px;
text-align:center;
}

.hero h1{
font-size:28px;
line-height:1.3;
}

.hero p{
font-size:16px;
}

.hero-text{
max-width:100%;
}

}
