/* ============================================================
   SILVER SPARK GROUP OF COMPANIES — Global Stylesheet
   Palette: Steel Blue #1F4E79 / Deep Navy #14344F / Safety Yellow #FFC400
   ============================================================ */

:root {
  --steel: #1F4E79;
  --steel-dark: #14344F;
  --steel-light: #2E6CA6;
  --yellow: #FFC400;
  --yellow-dark: #E0A800;
  --ink: #1c2733;
  --grey: #5b6b7b;
  --bg-soft: #f4f7fa;
  --white: #ffffff;
  --wa: #25D366;
  --wa-dark: #1DA851;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(20, 52, 79, .12);
  --max: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}

img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 22px; }

h1, h2, h3, h4 { color: var(--steel-dark); line-height: 1.25; }

a { text-decoration: none; color: inherit; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--steel-dark);
  color: #d7e4f2;
  font-size: .85rem;
  padding: 7px 0;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar a { color: var(--yellow); font-weight: 600; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 6px; margin-right: 18px; }

/* ---------- Header / Nav ---------- */
header.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  box-shadow: 0 2px 14px rgba(20, 52, 79, .10);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand .brand-text { line-height: 1.15; }
.brand .brand-text strong { display: block; color: var(--steel); font-size: 1.12rem; letter-spacing: .5px; }
.brand .brand-text span { font-size: .72rem; letter-spacing: 2.5px; color: var(--yellow-dark); font-weight: 700; text-transform: uppercase; }

nav.main-nav ul { list-style: none; display: flex; gap: 6px; align-items: center; }
nav.main-nav a {
  display: block; padding: 10px 16px; border-radius: 8px;
  font-weight: 600; font-size: .95rem; color: var(--steel-dark);
  transition: background .2s, color .2s;
}
nav.main-nav a:hover { background: var(--bg-soft); color: var(--steel-light); }
nav.main-nav a.active { background: var(--steel); color: var(--white); }
nav.main-nav a.nav-cta { background: var(--yellow); color: var(--steel-dark); }
nav.main-nav a.nav-cta:hover { background: var(--yellow-dark); color: var(--steel-dark); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--steel); margin: 5px 0; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--steel-dark);
  color: var(--white);
  overflow: hidden;
}
.hero .hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .38;
}
.hero .hero-inner {
  position: relative; z-index: 2;
  padding: 96px 0 90px;
  max-width: 760px;
}
.hero .kicker {
  display: inline-block;
  background: rgba(255, 196, 0, .16);
  border: 1px solid var(--yellow);
  color: var(--yellow);
  font-weight: 700; font-size: .8rem; letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}
.hero h1 { color: var(--white); font-size: clamp(2rem, 4.6vw, 3.3rem); margin-bottom: 18px; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero p { font-size: 1.12rem; color: #d8e5f2; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 26px; border-radius: 10px;
  font-weight: 700; font-size: 1rem;
  transition: transform .15s, box-shadow .15s, background .2s;
  border: 0; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-yellow { background: var(--yellow); color: var(--steel-dark); }
.btn-yellow:hover { background: var(--yellow-dark); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.65); }
.btn-outline:hover { background: rgba(255,255,255,.12); }
.btn-wa { background: var(--wa); color: var(--white); }
.btn-wa:hover { background: var(--wa-dark); }
.btn-steel { background: var(--steel); color: var(--white); }
.btn-steel:hover { background: var(--steel-light); }

/* ---------- Page banner (inner pages) ---------- */
.page-banner {
  background: linear-gradient(120deg, var(--steel-dark) 0%, var(--steel) 70%, var(--steel-light) 100%);
  color: var(--white); padding: 64px 0;
  position: relative; overflow: hidden;
}
.page-banner::after {
  content: ""; position: absolute; right: -70px; top: -70px;
  width: 260px; height: 260px; border: 26px solid rgba(255,196,0,.22);
  transform: rotate(45deg); border-radius: 30px;
}
.page-banner h1 { color: var(--white); font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
.page-banner .crumb { color: #bcd2e6; font-size: .9rem; margin-top: 8px; }
.page-banner .crumb a { color: var(--yellow); }

/* ---------- Sections ---------- */
section { padding: 74px 0; }
section.soft { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head .kicker {
  color: var(--yellow-dark); font-weight: 800; letter-spacing: 2.5px;
  text-transform: uppercase; font-size: .78rem;
}
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 10px 0 12px; }
.section-head p { color: var(--grey); }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 30px 26px;
  border-top: 4px solid var(--yellow);
  transition: transform .2s;
}
.card:hover { transform: translateY(-5px); }
.card .icon {
  width: 58px; height: 58px; border-radius: 12px;
  background: var(--steel); color: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 18px;
}
.card h3 { font-size: 1.15rem; margin-bottom: 10px; color: var(--steel); }
.card p { color: var(--grey); font-size: .95rem; }

/* ---------- Stats ---------- */
.stats { background: var(--steel-dark); color: var(--white); padding: 56px 0; }
.stats .grid-4 { text-align: center; }
.stat .num { font-size: 2.6rem; font-weight: 800; color: var(--yellow); }
.stat .lbl { color: #c6d8ea; font-size: .95rem; letter-spacing: .5px; }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.split h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); margin-bottom: 16px; }
.split p { color: var(--grey); margin-bottom: 14px; }
.check-list { list-style: none; margin: 18px 0 26px; }
.check-list li { padding: 8px 0 8px 34px; position: relative; color: var(--ink); font-weight: 500; }
.check-list li::before {
  content: "✔"; position: absolute; left: 0; top: 8px;
  width: 24px; height: 24px; background: var(--yellow); color: var(--steel-dark);
  border-radius: 50%; font-size: .75rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- Rates tables ---------- */
.rate-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
  overflow: hidden; display: flex; flex-direction: column;
  border: 2px solid transparent;
}
.rate-card.featured { border-color: var(--yellow); position: relative; }
.rate-card .rate-tag {
  position: absolute; top: 16px; right: -34px; transform: rotate(45deg);
  background: var(--yellow); color: var(--steel-dark);
  font-size: .72rem; font-weight: 800; letter-spacing: 1px;
  padding: 5px 40px;
}
.rate-head { background: var(--steel); color: var(--white); padding: 26px 24px; text-align: center; }
.rate-head h3 { color: var(--white); font-size: 1.2rem; }
.rate-head .rate-price { font-size: 2rem; font-weight: 800; color: var(--yellow); margin-top: 8px; }
.rate-head .rate-price small { font-size: .85rem; color: #c6d8ea; font-weight: 500; }
.rate-body { padding: 24px; flex: 1; }
.rate-body ul { list-style: none; }
.rate-body li { padding: 9px 0 9px 28px; position: relative; color: var(--grey); font-size: .94rem; border-bottom: 1px dashed #e3eaf1; }
.rate-body li::before { content: "—"; position: absolute; left: 4px; color: var(--yellow-dark); font-weight: 800; }
.rate-foot { padding: 0 24px 26px; text-align: center; }

.note-box {
  background: #fff8e0; border-left: 5px solid var(--yellow);
  border-radius: 8px; padding: 18px 22px; color: #6b5a12;
  font-size: .92rem; margin-top: 36px;
}

/* ---------- Booking form ---------- */
.form-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 36px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-weight: 600; font-size: .9rem; color: var(--steel-dark); margin-bottom: 6px; }
input, select, textarea {
  width: 100%; padding: 13px 14px; border: 1.5px solid #d4dfe9;
  border-radius: 9px; font-size: .98rem; font-family: inherit;
  transition: border .2s, box-shadow .2s;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--steel-light);
  box-shadow: 0 0 0 3px rgba(46, 108, 166, .15);
}
textarea { resize: vertical; min-height: 120px; }

/* ---------- Contact ---------- */
.contact-item { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid #e6edf4; }
.contact-item:last-child { border-bottom: 0; }
.contact-item .ci-icon {
  width: 46px; height: 46px; flex: 0 0 46px; border-radius: 10px;
  background: var(--steel); color: var(--yellow);
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.contact-item h4 { margin-bottom: 3px; }
.contact-item p, .contact-item a { color: var(--grey); font-size: .95rem; }
.contact-item a:hover { color: var(--steel-light); }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(110deg, var(--steel-dark), var(--steel));
  color: var(--white); text-align: center; padding: 64px 0;
}
.cta-band h2 { color: var(--white); font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 12px; }
.cta-band p { color: #c6d8ea; margin-bottom: 26px; }

/* ---------- Footer ---------- */
footer.site-footer { background: var(--steel-dark); color: #b9cde0; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.8fr 0.9fr 1fr 1.1fr; gap: 30px; padding-bottom: 44px; }
.footer-grid h4 { color: var(--white); margin-bottom: 16px; font-size: 1.05rem; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a:hover { color: var(--yellow); }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand img { width: 50px; height: 50px; }
.footer-brand strong { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 18px 0; text-align: center; font-size: .85rem; color: #8ba5bd;
}

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 200;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--wa); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; fill: #fff; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; }
.step { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid #e6edf4; }
.step:last-child { border-bottom: 0; }
.step .step-num {
  counter-increment: step; flex: 0 0 52px; width: 52px; height: 52px;
  border-radius: 50%; background: var(--yellow); color: var(--steel-dark);
  font-weight: 800; font-size: 1.25rem;
  display: flex; align-items: center; justify-content: center;
}
.step .step-num::before { content: counter(step); }
.step h4 { margin-bottom: 4px; }
.step p { color: var(--grey); font-size: .95rem; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  nav.main-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); box-shadow: 0 14px 24px rgba(20,52,79,.14);
    display: none;
  }
  nav.main-nav.open { display: block; }
  nav.main-nav ul { flex-direction: column; align-items: stretch; padding: 12px; gap: 4px; }
  nav.main-nav a { text-align: center; }
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .topbar .container { justify-content: center; }
  .hero .hero-inner { padding: 70px 0; }
}


/* ---------- RTL (Arabic / Urdu) ---------- */
[dir="rtl"] body { text-align: right; }
[dir="rtl"] .check-list li { padding: 8px 34px 8px 0; }
[dir="rtl"] .check-list li::before { left: auto; right: 0; }
[dir="rtl"] .note-box { border-left: 0; border-right: 5px solid var(--yellow); }
[dir="rtl"] .rate-card .rate-tag { right: auto; left: -34px; transform: rotate(-45deg); }
[dir="rtl"] .topbar .tb-item { margin-right: 0; margin-left: 18px; }
[dir="rtl"] #ss-lang-switch { margin-left: 0; margin-right: 10px; }
[dir="rtl"] #ss-lang-switch > div button { text-align: right !important; }
[dir="rtl"] .hero .hero-inner { margin-left: auto; }
[dir="rtl"] .wa-float { right: auto; left: 22px; }
