:root {
    /* Palette */
    --blue: #0d3b66;
    --light-blue: #256d85;
    --turquoise: #47b8e0;
    --salmon: #ff6b6b;
    --light-gray: #f6f7f8;
    --dark-gray: #333;
    --white: #fff;
  
    /* Layout */
    --nav-height: 120px;
  
    /* Typography */
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Open Sans', sans-serif;
  }
  
  /* Reset & Base */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: var(--font-body);
    color: var(--dark-gray);
    background-color: var(--light-gray);
    line-height: 1.6;
  }
  h1, h2, h3 {
    font-family: var(--font-heading);
  }
  
  /* Links */
  a {
    text-decoration: none;
    transition: color 0.2s ease;
  }
  a:hover {
    color: var(--salmon);
  }
  
  /* Navbar */
  .navbar {
    padding-top: 1.25rem;   
    padding-bottom: 1.25rem;
  }
.navbar.navbar-scrolled {
  padding: 0.5rem 2rem;                    
  background-color: rgba(255, 255, 255, .95);  
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); 
}

.navbar-brand img {
  height: 7rem !important; 
}
.navbar-toggler {
  padding: 1rem 1rem;
}
  .open-indicator {
    font-size: 0.9rem;
    color: var(--blue);
  }
  .open-indicator .dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: var(--salmon);
  }
  
  /* Nav Links */
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: var(--dark-gray) !important;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: var(--turquoise) !important;
  }
  
  /* Dropdowns */
  .dropdown-menu {
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  .dropdown-item {
    font-size: 0.95rem;
    color: var(--dark-gray);
  }
  .dropdown-item:hover {
    background: var(--light-gray);
    color: var(--blue);
  }
  
  /* CTA Button */
  .btn-danger {
    background-color: var(--salmon);
    border: none;
    font-weight: 600;
  }
  .btn-danger:hover {
    background-color: #e05a5a;
  }
  
  /* ============ SPLIT HERO ============ */
  .hero-split {
    position: relative;
    background: url('../images/qpaoxji4dao.webp') center/cover no-repeat;
    min-height: 80vh;
    display: flex;
    align-items: center;
    color: var(--white);
  }
  .hero-split::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
  }
  .hero-split .container {
    position: relative;
    z-index: 1;
  }
  .hero-split .hero-text h1 {
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .hero-split .hero-text .lead {
    font-size: 1.125rem;
    max-width: 500px;
  }
  .hero-split .hero-cta h2 {
    font-size: 1.75rem;
    font-weight: 600;
  }
  .hero-split .text-accent {
    color: var(--salmon);
  }
  .hero-split .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
  .hero-split .list-inline {
    margin-top: 1rem;
  }
  .hero-split .list-inline-item {
    font-weight: 500;
    color: var(--white);
  }
  .hero-split .list-inline-item i {
    color: var(--turquoise);
    margin-right: 0.5rem;
  }
  
  /* SVG Wave */
.wave {
  display: block;
  width: 100%;
  margin-top: -60px;
  margin-bottom: -5px;
}
  
  /* Services Cards */
  .services {
    background: var(--white);
    padding: 4rem 0;
  }
  .services .card {
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .services .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
  }
.services .card-img-top {
  width: 100%;
  height: 220px;         
  object-fit: contain;    
  background-color: #ffffff; 
}
  .services .card-title {
    color: var(--blue);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .services .btn-outline-primary {
    border-color: var(--turquoise);
    color: var(--turquoise);
  }
  .services .btn-outline-primary:hover {
    background: var(--turquoise);
    color: var(--white);
  }
  
  /* Footer */
  .footer {
    background: var(--blue);
    color: var(--white);
    padding: 2rem 0;
  }
  .footer a {
    color: var(--salmon);
  }
  .footer a:hover {
    text-decoration: underline;
  }
  
  /* Utility */
  .text-center {
    text-align: center !important;
  }
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
main.container > img.img-fluid {
  /* cap width at 600px, scale down on small screens */
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 1.5rem auto;
  height: auto;
}
.uniform-img {
  width: 100%;
  height: 200px;        /* adjust to taste */
  object-fit: cover;    /* crops/centers to fill the box */
  border-radius: .5rem; 
}
.hero-section {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: min(520px, calc(100vh - var(--nav-height) - 40px));
  padding: clamp(1.9rem, 3vw, 3.25rem) 0;
  background-image: url('../images/index_background.webp'); /* your image path */
  background-size: cover;  /* FIX: cover to fill whole area */
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
}

.hero-section .row {
  align-items: center;
}

.hero-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(13, 59, 102, 0.5), rgba(37, 109, 133, 0.3));
  z-index: 1;
}

/* 3. Content sits above overlay */
.hero-section .hero-content {
  margin-left: 0;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding-right: clamp(1rem, 3vw, 2.25rem);
  max-width: 36rem;
}

/* 4. Headline styling */
.hero-section h1 {
  font-weight: 700;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  color: var(--white);
  margin-bottom: 0.85rem;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideIn 0.8s forwards;
  animation-delay: 0.3s;
}

.hero-section h1 .highlight {
  color: var(--turquoise);
}

/* 5. Lead paragraph */
.hero-section .lead {
  font-size: 1.08rem;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideIn 0.8s forwards;
  animation-delay: 0.6s;
}

/* 6. Button styling */
.hero-section .btn-primary {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  box-shadow: 0 18px 35px rgba(0,0,0,0.35);
  transition: transform 0.3s, background-color 0.3s;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideIn 0.8s forwards;
  animation-delay: 0.9s;
}
.hero-section .btn-primary:hover {
  background-color: #1a63d7;
  transform: translateY(-3px);
}
.hero-card {
  background: rgba(13, 59, 102, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.5rem;
  padding: clamp(1.75rem, 2.25vw, 2.25rem) clamp(1.5rem, 2.25vw, 2rem);
  box-shadow: 0 24px 55px rgba(4, 23, 49, 0.45);
  backdrop-filter: blur(12px);
  max-width: 32rem;
}
.hero-badge {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 0.4rem 1.25rem;
  margin-bottom: 1.5rem;
}
.hero-subheading {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.1rem;
}
.hero-cta-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.85rem;
  align-items: center;
}
.hero-cta-group .btn-primary {
  flex: 1;
}
.hero-cta-group .btn-outline-light {
  white-space: nowrap;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.hero-cta-group .btn-outline-light {
  border-width: 2px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.hero-cta-group .btn-outline-light:hover {
  background: #fff;
  color: var(--blue);
  transform: translateY(-2px);
}
.hero-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
}
.hero-pill i {
  color: #5cd467;
  font-size: 1.1rem;
}

@media (min-width: 1200px) {
  .hero-section h1 {
    font-size: 3.5rem;
  }
  .hero-section .lead {
    font-size: 1.16rem;
  }
  .hero-subheading {
    font-size: 1.15rem;
  }
}

/* ========= SERVICE DETAIL PAGES ========= */
body.service-page {
  background: linear-gradient(180deg, #f6f7f8 0%, #fdfdfd 45%, #f6f7f8 100%);
  min-height: 100vh;
}

.service-hero {
  --hero-image: none;
  border-radius: 1.5rem;
  margin: 2.5rem auto;
  padding: clamp(2.5rem, 4vw, 4rem);
  background-image: linear-gradient(120deg, rgba(13, 59, 102, 0.95), rgba(37, 109, 133, 0.88)), var(--hero-image);
  background-size: cover;
  background-position: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(13, 59, 102, 0.35);
}

.service-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  mix-blend-mode: lighten;
  pointer-events: none;
}

.service-hero .container {
  position: relative;
  z-index: 1;
}

.hero-layout {
  align-items: stretch;
}

.hero-layout.align-items-center {
  align-items: stretch;
}

.hero-copy h1 {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.hero-copy p {
  font-size: 1.1rem;
  max-width: 560px;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
}

.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.hero-panel .booking-card {
  height: 100%;
}

.booking-card {
  background: var(--white);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 20px 35px rgba(15, 35, 89, 0.2);
  position: relative;
  overflow: hidden;
}

.booking-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(71, 184, 224, 0.1), transparent 55%);
  pointer-events: none;
}

.booking-card h3 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--blue);
}

.booking-card ul {
  list-style: none;
  margin-bottom: 1.5rem;
  padding-left: 0;
}

.booking-card ul li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0;
  color: var(--dark-gray);
  position: relative;
  padding-left: 1.5rem;
}

.booking-card ul li::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--turquoise);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(71, 184, 224, 0.2);
}

.service-details {
  position: relative;
  z-index: 1;
}

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

.content-card {
  background: var(--white);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(13, 59, 102, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.content-card h2 {
  margin-bottom: 0.25rem;
  font-size: 1.4rem;
  color: var(--blue);
}

.content-card p {
  margin-bottom: 0;
}

.content-card ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.content-card ul li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.4rem;
}

.content-card ul li::before {
  content: '';
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: 2px solid var(--salmon);
  position: absolute;
  left: 0;
  top: 0.45rem;
}

.content-card.accent {
  background: linear-gradient(135deg, rgba(13, 59, 102, 0.08), rgba(71, 184, 224, 0.08));
  border-color: transparent;
}

.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 150px;
  gap: 0.75rem;
}

.mosaic-grid .mosaic-large {
  grid-column: 1 / -1;
  grid-row: span 2;
}

.mosaic-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.hero-gallery {
  display: grid;
  gap: 1.25rem;
}

.hero-gallery figure,
.hero-gallery .gallery-primary,
.hero-gallery .gallery-row img {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(4, 23, 49, 0.25);
}

.hero-gallery .gallery-primary {
  height: clamp(220px, 32vw, 320px);
}

.hero-gallery.hero-gallery--tall .gallery-primary {
  height: clamp(260px, 40vw, 420px);
}

.hero-gallery.hero-gallery--full {
  height: 100%;
}

.hero-gallery.hero-gallery--full .gallery-primary {
  height: 100%;
}

.hero-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-gallery .gallery-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.hero-gallery .gallery-row img {
  height: clamp(120px, 15vw, 170px);
}

@media (max-width: 991px) {
  .service-hero {
    padding: 2rem;
  }
  .hero-layout .hero-panel {
    order: -1;
  }
}

@media (max-width: 575px) {
  .booking-card {
    padding: 1.5rem;
  }
  .content-card {
    padding: 1.5rem;
  }
}

/* 8. Fade & slide‑in keyframes */
@keyframes fadeSlideIn {
  to { opacity: 1; transform: translateY(0); }
}

/* 9. Responsive tweaks */
@media (max-width: 767px) {
  .hero-section {
    min-height: auto;
    padding: 4rem 0 3.5rem;
    background-attachment: scroll;
  }
  .hero-section h1 {
    font-size: 2.3rem;
  }
  .hero-section .lead {
    font-size: 1.05rem;
  }
  .hero-card {
    margin: 0 auto;
  }
}
.custom-dot-points {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.custom-dot-points li {
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9); /* matches your hero-section text color */
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideIn 0.8s forwards;
  line-height: 1.6;
}

.cta-strip {
  background: linear-gradient(120deg, var(--blue), #113f6f);
  color: #fff;
  padding: 3rem 0;
}
.cta-strip h3 {
  font-family: var(--font-heading);
  margin-bottom: 0.75rem;
}
.cta-strip p {
  color: rgba(255, 255, 255, 0.85);
}
.cta-strip .btn {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.85rem 2.5rem;
}
/* =======================================================
   MOBILE POLISH  (≤ 991 px) –– add AFTER the existing CSS
   Keeps desktop rules untouched while giving phones/tablets
   a cleaner flow, tighter text, and tap-friendly controls
   =======================================================*/
   @media (max-width: 991.98px) {

    /* ---------- GLOBAL LAYOUT ---------- */
    body {
      font-size: 15px;                     /* slightly smaller body copy */
      line-height: 1.55;
    }
    .container,
    .container-fluid { padding: 0 1.25rem; }
  
    /* ---------- NAVBAR ---------- */
    .navbar {
      padding: .75rem 1rem;
    }
    .navbar-brand img      { max-width: 120px; height: auto; }
    .navbar-collapse.show  { background: #fff; }              /* dropdown has white panel */
    .navbar-nav .nav-link  { padding: .5rem 1rem; }
  
    /* ---------- HERO / SPLASH ---------- */
    .hero-section,
    .hero-split {
      background-position: center top;
      background-size: cover;
      height: auto;
      padding: 4.5rem 0 3rem;
      text-align: center;
    }
    .hero-section h1,
    .hero-split h1 {
      font-size: 2rem;
      line-height: 1.2;
      margin-bottom: 1rem;
    }
    .hero-section .lead,
    .hero-split .lead { font-size: 1.05rem; }

    .hero-card {
      padding: 2rem 1.5rem;
      margin: 0 auto 2rem;
      max-width: 30rem;
      text-align: left;
    }
    .hero-subheading {
      font-size: 1.05rem;
    }
    .hero-cta-group {
      flex-direction: column;
      align-items: stretch;
      gap: 0.85rem;
    }
    .hero-cta-group .btn {
      width: 100%;
      justify-content: center;
    }
    .hero-pill-group {
      justify-content: center;
      gap: 0.6rem;
    }
    .hero-pill {
      padding: 0.6rem 1rem;
    }

    .hero-section .btn-lg,
    .hero-split   .btn-lg {
      display: block;
      width: 100%;
      font-size: 1.05rem;
      padding: .9rem 1.25rem;
      margin: 1.25rem 0 0;
    }

    .cta-strip {
      text-align: center;
    }
    .cta-strip .btn {
      width: 100%;
    }
  
    /* ---------- SERVICES GRID ---------- */
    .service-card,
    .card {                    /* if you’re using .card for services */
      margin-bottom: 2rem;
    }
    .service-card img,
    .card img {
      height: 180px;           /* consistent thumbnail */
      object-fit: cover;
    }
  
    /* ---------- CONTACT PAGE ---------- */
    .contact-wrapper {         /* wrap the two cols in a div.contact-wrapper */
      display: flex;
      flex-direction: column;
    }
    .contact-form  { order: 1; }
    .contact-info  { order: 2; margin-top: 2rem; }
  
    /* make form fields easier to tap */
    .contact-form input,
    .contact-form textarea {
      font-size: 1rem;
      padding: .75rem 1rem;
    }
  
    /* ---------- FOOTER ---------- */
    footer .logo-col,
    footer .links-col,
    footer .contact-col { margin-bottom: 1.5rem; text-align: center; }
    footer .social-icons { justify-content: center; }
  
  }

@media (max-width: 575.98px) {
  .hero-section {
    padding: 3rem 0 3.5rem;
  }
  .hero-section h1 {
    font-size: 2.1rem;
  }
  .hero-subheading {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .hero-card {
    padding: 1.75rem 1.35rem;
    border-radius: 1.25rem;
  }
  .hero-badge {
    font-size: 0.68rem;
    padding: 0.35rem 1rem;
    margin-bottom: 1.25rem;
  }
  .custom-dot-points {
    margin-bottom: 1.25rem;
    padding-left: 1.1rem;
  }
  .custom-dot-points li {
    font-size: 1.05rem;
  }
  .hero-cta-group .btn-lg {
    font-size: 1.05rem;
    padding: 0.85rem 1.1rem;
  }
  .hero-cta-group {
    gap: 0.75rem;
  }
  .hero-pill-group {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-pill {
    justify-content: flex-start;
    font-size: 0.95rem;
    padding: 0.6rem 0.9rem;
  }
}
  
