/* ===== Base / Reset ===== */
*, *::before, *::after { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  background: #fff;
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }

/* ===== Remove the old breaking rules ===== */
header { width: 100%; margin: 0; left: 0; right: 0; }

/* ===== NAVBAR / DRAWER ===== */

/* Desktop (top bar) */
@media (min-width: 769px) {
  #mySidenav {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 56px;
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    background: #efefef;
    z-index: 5000;
    overflow: visible;
    padding: 0 12px;
    transition: none;
  }
  #mySidenav a {
    display: inline-block !important;
    padding: 8px 12px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
  }
  #mySidenav .closebtn { display: none !important; }
  body { padding-top: 56px; }
}

/* Mobile (slide-out) */
@media (max-width: 768px) {
  #mySidenav {
    position: fixed;
    top: 0; left: 0;
    height: 100%;
    width: 0; /* collapsed by default */
    display: block !important;
    background: #111;
    z-index: 4000;
    overflow-x: hidden;
    padding-top: 60px;
    transition: width .25s ease;
  }
  #mySidenav a {
    display: block;
    padding: 12px 20px;
    font-size: 20px;
    color: #ddd;
    text-decoration: none;
  }
  #mySidenav a:hover { color: #fff; }
  #mySidenav .closebtn {
    display: block !important;
    position: absolute;
    top: 0; right: 14px;
    font-size: 36px;
    color: #fff;
  }
}

/* ===== Overlay ===== */
.overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.4);
  opacity: 0; pointer-events: none;
  transition: opacity .2s ease;
  z-index: 3000; /* under nav */
}
.overlay.show { opacity: 1; pointer-events: auto; }

/* Optional hamburger */
.hamburger {
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 10px 14px;
}

/* ===== Hero ===== */
.subheader_img {
  background:
    url('/images/MountainTop.png') center 70% / cover no-repeat; /* show more bottom */
  background-color: #00aeff; /* fallback */
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  text-align: center;
}


.header-block {
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
}

.header_title {
  color: #fff;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.1;
  font-size: clamp(28px, 7vw, 64px);
}

.header-block img {
  width: clamp(120px, 40vw, 250px);
  height: auto;
  margin: 0 auto 1rem;
}

.sh_text {
  color: #fff;
  font-weight: 600;
  margin: 0;
  line-height: 1.25;
  font-size: clamp(16px, 4.5vw, 28px);
}

/* ===== Content ===== */
.privacy-section {
  background: #f4f6f8;
  padding: 40px 0 64px;
}

.privacy-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  padding: 28px;
  max-width: 860px;
  /* was: margin: -70px auto 0; — this pulled it into the hero */
  margin: 32px auto 0;  /* create a comfortable gap below the blue hero */
}

@media (max-width: 768px) {
  .privacy-card { 
    margin-top: -40px; 
    margin-bottom: -30px;
    }
}

.privacy-title {
  font-weight: 800;
  margin: 0 0 12px;
  font-size: clamp(24px, 6vw, 40px);
  line-height: 1.1;
  text-align: center;
  margin-bottom: 2rem;
}

.privacy-body p {
  font-size: clamp(14px, 4.2vw, 18px);
  line-height: 1.6;
  margin: 0 0 16px;
  color: #222;
}

/* ===== Footer ===== */
footer {
  background: #f8f8f8;
  color: #6c757d;
  font-size: 14px;
  text-align: center;
  padding: 14px 10px;
}

/* ===== Legacy navbar overrides (keep for safety) ===== */
nav.navbar,
.navbar,
.navbar-default,
.navbar-inverse,
.navbar-fixed-top,
#topnav,
header .navbar {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 6000 !important;
  background: rgba(248,248,248,.98) !important;
  border-bottom: 1px solid rgba(0,0,0,.08);
  min-height: 56px;
}
.navbar * {
  color: #111 !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}
@media (min-width: 768px) {
  .navbar-collapse,
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }
  .navbar-toggle { display: none !important; }
  .navbar-nav { float: none !important; }
  .navbar-nav > li { float: none !important; display: inline-block !important; }
}

/* ===== FORCE HELVETICA IN NAV LINKS (both desktop + mobile) ===== */
#mySidenav a,
.navbar a,
.navbar-nav > li > a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  letter-spacing: 0;
}

/* === Mobile drawer: white bg + black text === */
@media (max-width: 768px) {
  #mySidenav {
    background: #fff !important;
    box-shadow: 2px 0 14px rgba(0,0,0,.12);
  }
  #mySidenav a {
    color: #111 !important;
  }
  #mySidenav a:hover {
    background: rgba(0,0,0,.04);
    color: #000 !important;
  }
  #mySidenav .closebtn {
    color: #000 !important;   /* the “×” */
  }
  .hamburger {                /* the ☰ button */
    color: #000 !important;
  }
}

/* Keep the first sentence on a single line on desktop only */
@media (min-width: 769px) {
  .one-line-desktop { white-space: nowrap; }
  /* Give the text a bit more room so it doesn't wrap */
  .header-block { max-width: 50rem; } /* 48–54rem is fine; tweak to taste */
}

