:root{
  --primary:#27292b;      /* deep blue */
  --accent:#FF7A00;       /* orange */
  --muted:#6b7b8a;
  --card:#4a2020;
  --text:#222;
  --focus: 0 10px 30px rgba(11,37,69,0.12);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,Arial;
  color:var(--text);
  background: linear-gradient(180deg,#cfd8e2 0%, #fff 100%);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* ====== NAV ====== */
header{
  background:#fff;
  border-bottom:1px solid #e6eef5;
  position:sticky; top:0; z-index:40;
  box-shadow: 0 1px 0 rgba(12,18,30,0.03);
}
.nav-wrap{
  max-width:1500px; margin:0 auto; padding:14px 20px;
  display:flex; align-items:center; gap:20px; justify-content:space-between;
}
.brand{
  display:flex; align-items:center; gap: 20px;
}
.brand img{height:44px; width:auto; border-radius:6px; object-fit:contain}
.brand h3{margin:0; color:var(--primary); font-size:1.05rem; font-weight:700}
nav.desktop{display:flex; gap:19px; align-items:center}
nav.desktop a{color:var(--text); text-decoration:none; font-weight:500; padding:8px 6px; border-radius:6px}
nav.desktop a:hover{color:var(--accent)}
.nav-cta{display:flex; gap:30px; align-items:center}
.phone { color:var(--primary); font-weight:600; font-size:0.95rem; }
.btn-ghost{background:var(--accent);border:1px solid var(--primary); color:#fff; padding:8px 14px;border-radius:8px}
.btn-primary{background:var(--accent); color:#fff; padding:10px 16px; border-radius:8px; border:0; font-weight:600}

/* Mobile nav toggle */
.hamburger{display:none; background:transparent; border:0; cursor:pointer}
.hamburger span{display:block; width:26px; height:3px; background:#111; margin:5px 0; border-radius:3px}

/* ====== HERO ====== */
.hero{
  min-height:72vh;
  display:grid;
  grid-template-columns: 1fr 420px;
  gap:30px;
  align-items:center;
  max-width:1200px; margin:30px auto; padding:30px 20px;
}
.hero-left{
  color:#fff;
  padding: 150px;
  background:linear-gradient(180deg, rgba(11,37,69,0.92), rgba(11,37,69,0.82));
  border-radius:12px;
  background-image: url("background 1.png");
  background-size: cover; background-position:center;
  position:relative; overflow:hidden;
  box-shadow: var(--focus);
}
.hero-left::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(11,37,69,0.85) 0%, rgba(11,37,69,0.45) 55%, rgba(11,37,69,0.15) 100%);
}
.hero-left .inner{position:relative; z-index:2; max-width:720px; color:#fff}
.eyebrow{display:inline-block; background:rgba(255,255,255,0.08); color:#fff; padding:6px 10px; border-radius:999px; font-weight:600; letter-spacing:0.4px; margin-bottom:12px}
.hero-title{font-size:2.6rem; margin:10px 0 12px; line-height:1.02; font-weight:700}
.hero-sub{opacity:0.95; font-size:1.05rem; margin-bottom:20px; max-width:700px}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:8px}

/* Booking card */
.book-card{
  background: #ffffff; color:var(--text); padding:18px; border-radius:10px; box-shadow:0 8px 30px rgba(11,37,69,0.12);
  position: relative; top:36px;
}
.book-card h4{margin:0 8px; color:var(--primary)}
.form-row{display:flex; gap:10px; margin-bottom:10px}
.form-row input, .form-row select, .form-row button{
  padding:10px 12px; border-radius:8px; border:1px solid #e6eef5; font-size:0.95rem;
}
.form-row input, .form-row select{flex:1; background:#fff}
.form-row button{background:var(--accent); color:#fff; border:0; cursor:pointer; font-weight:700}

/* Why choose card */
.why-card{
  background: rgba(255,255,255,0.06); color:#6c6464; padding:18px; border-radius:10px;
  margin-top:25px; max-width:420px;
  backdrop-filter: blur(6px);
}
.why-card h4{margin:0 0 8px; color:#bb3c3c}
.why-list{list-style:none; padding:0; margin:8px 0 0}
.why-list li{margin:10px 0; display:flex; gap:10px; align-items:flex-start; opacity:0.95}
.dot{width:10px;height:10px;border-radius:50%; background:var(--accent); margin-top:6px; flex:0 0 10px}

/* ====== SERVICES ====== */
.section{
  max-width:1250px; margin:40px auto; padding:40px 20px;
}
.section h2{color:var(--primary); margin-bottom:8px}
.section p.lead{color:#465; opacity:0.8; margin-bottom:18px}
.services-grid{
  display:grid; grid-template-columns: repeat(3,1fr); gap:18px;
}
.service{
  background:#fff; border-radius:10px; overflow:hidden; box-shadow: 0 8px 25px rgba(12,20,30,0.06);
  transition:transform .25s ease; display:flex; flex-direction:column;
}
.service img{width:100%; height:180px; object-fit:cover}
.service .body{padding:16px; flex:1}
.service h3{margin:0 0 8px; color:var(--primary)}
.service p{margin:0 0 12px; color:#444}
.service .price{font-weight:700; color:var(--accent)}
.service .priceac{margin-top: 35px;color:var(--accent); font-weight:700;}

/* ====== WHY US & TESTIMONIALS ====== */
.grid-2{display:grid; grid-template-columns:1fr 1fr; gap:18px}
.panel{background:#fff; padding:22px; border-radius:10px; box-shadow:0 6px 20px rgba(11,37,69,0.06)}
.testimonial{font-style:italic; color:#333}

/* ====== CONTACT ====== */
.contact-grid{display:grid; grid-template-columns:1fr 420px; gap:20px; align-items:start}
.contact-form input, .contact-form textarea{
  width:100%; padding:12px; border-radius:8px; border:1px solid #e9f0f6; margin-bottom:10px; font-size:0.95rem;
}
.contact-form button{background:var(--accent); color:#fff; padding:12px 16px; border-radius:8px; border:0; cursor:pointer; font-weight:700}

/* ====== FOOTER ====== */
footer{background:#08102a; color:#cfe6ff; padding:28px 20px; margin-top:30px}
.footer-inner{max-width:1200px; margin:0 auto; display:flex; justify-content:space-between; gap:20px; align-items:center}
.small{font-size:0.9rem; opacity:0.9}

/* ====== Responsive ====== */
@media (max-width:1000px){
  .hero{grid-template-columns:1fr; padding:20px; gap:18px}
  .contact-grid{grid-template-columns:1fr}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .grid-2{grid-template-columns:1fr}
}
@media (max-width:640px){
  nav.desktop{display:none}
  .hamburger{display:block}
  .services-grid{grid-template-columns:1fr}
  .hero-left{padding:18px}
  .hero-left .inner .hero-title{font-size:1.6rem}
  .book-card{position:relative; top:0}
}

/* ====== Mobile Enhancements ====== */
@media (max-width:640px) {
  /* mobile nav dropdown styling — JS will toggle the nav display */
  nav.desktop {
    width: calc(100% - 40px);
    position: absolute;
    top: 64px;
    right: 20px;
    background: #fff;
    display: none; /* toggled with inline JS */
    flex-direction: column;
    box-shadow: 0 8px 30px rgba(11,37,69,0.08);
    border-radius: 8px;
    padding: 12px;
    z-index: 99;
  }
  nav.desktop a { padding: 10px 12px; text-align: left; }

  .nav-wrap { padding: 12px 16px; }
  .nav-cta { gap:12px }
  .phone { font-size:0.9rem }
}

@media (max-width:480px){
  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .brand h3 { font-size: 1rem }

  .hero { grid-template-columns: 1fr; padding: 15px; }
  .hero-left { padding: 20px; background-size: cover; background-position: center; }
  .hero-left .inner { padding: 0 }
  .hero-title { font-size: 1.4rem }
  .hero-sub { font-size: 0.95rem }

  .book-card { padding: 14px; width:100% }
  .book-card h4 { margin-left: 0 }

  .services-grid { grid-template-columns: 1fr }
  .service img { height: 150px }

  .grid-2 { grid-template-columns: 1fr }
  .contact-grid { grid-template-columns: 1fr }

  footer .footer-inner { flex-direction: column; text-align: center; gap: 10px }

  .btn-primary, .btn-ghost { width: 100%; text-align: center }

  /* increase tap targets */
  nav.desktop a, .hamburger, .btn-primary, .btn-ghost { min-height:44px; }

  /* stronger overlay to aid readability on small devices */
  .hero-left::after { background: linear-gradient(180deg, rgba(11,37,69,0.95), rgba(11,37,69,0.85)); }
}

/* small helpers */
.muted{color:#6b7b8a}
